Lines Matching refs:hostId
237 hostId: newHostId,
322 /** @param {string?} hostId The host id of the local host. */
323 function unregisterHost(hostId) {
324 if (hostId) {
325 remoting.HostList.unregisterHostById(hostId);
394 var hostId = config['host_id'];
395 that.hostDispatcher_.getPinHash(hostId, newPin, updateDaemonConfigWithHash,
426 var hostId = null;
428 hostId = /** @type {string} */ config['host_id'];
430 onDone(hostId);