Lines Matching defs:networkId
2147 bool AVSessionService::IsLocalDevice(const std::string& networkId)
2152 if (networkId == localNetworkId || networkId == "LocalDevice") {
2153 SLOGI("This networkId is local device.");
2156 SLOGI("This networkId is not local device.");
2160 int32_t AVSessionService::GetLocalNetworkId(std::string& networkId)
2165 networkId = deviceInfo.networkId;
2169 int32_t AVSessionService::GetTrustedDeviceName(const std::string& networkId, std::string& deviceName)
2172 if (IsLocalDevice(networkId)) {
2179 ret = strcmp(device.networkId, networkId.c_str());
2185 SLOGI("GetTrustedDeviceName is not find this device %{public}.6s", networkId.c_str());
2280 SLOGI("select the device %{public}s role is %{public}d, networkId is %{public}.6s",