Home
last modified time | relevance | path

Searched refs:networkId_ (Results 1 - 25 of 57) sorted by relevance

123

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/hidumphelper/
H A Denabled_comps_dump.h29 std::string networkId_; member
34 : networkId_(networkId), dhId_(dhId), dhType_(dhType) {} in HidumpCompInfo()
38 return (((this->networkId_ == other.networkId_) && (this->dhId_ < other.dhId_)) || in operator <()
39 (this->networkId_ < other.networkId_)); in operator <()
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_get_encrypted_uuid_req.h29 return networkId_; in GetNetworkId()
34 networkId_ = networkId; in SetNetworkId()
38 std::string networkId_; member in OHOS::DistributedHardware::IpcGetEncryptedUuidReq
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_device_descriptor.cpp28 networkId_(networkId) in AudioDeviceDescriptor()
57 networkId_ = LOCAL_NETWORK_ID; in AudioDeviceDescriptor()
87 networkId_ = deviceDescriptor.networkId_; in AudioDeviceDescriptor()
114 networkId_ = deviceDescriptor->networkId_; in AudioDeviceDescriptor()
156 parcel.WriteString(networkId_); in Marshalling()
184 audioDeviceDescriptor->networkId_ = in.ReadString(); in Unmarshalling()
213 deviceInfo.networkId == networkId_; in isSameDevice()
221 deviceDescriptor->networkId_ in isSameDeviceDesc()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmedia_file_uri_test.cpp31 static const string networkId_ = "1d3cb099659d53b3ee15faaab3c00a8ff983382ebc8b01aabde039ed084e167b"; member
56 Uri = (ML_FILE_URI_PREFIX + subpath + "/" + to_string(fd_) + ML_URI_NETWORKID_EQUAL + networkId_ + in PathSplicing()
63 Uri = (subpath + to_string(fd_) + ML_URI_NETWORKID_EQUAL + networkId_ + extrPath); in PathSplicing()
202 MediaFileUri fileUri(MEDIA_TYPE_IMAGE, to_string(fd_), networkId_); in HWTEST_F()
210 MediaFileUri fileUri(MEDIA_TYPE_AUDIO, to_string(fd_), networkId_); in HWTEST_F()
218 MediaFileUri fileUri(MEDIA_TYPE_VIDEO, to_string(fd_), networkId_); in HWTEST_F()
226 MediaFileUri fileUri(MEDIA_TYPE_FILE, to_string(fd_), networkId_); in HWTEST_F()
230 MediaFileUri fileUri_(MEDIA_TYPE_ALBUM, to_string(fd_), networkId_); in HWTEST_F()
238 MediaFileUri fileUri(MEDIA_TYPE_IMAGE, to_string(fd_), networkId_, MEDIA_API_VERSION_DEFAULT); in HWTEST_F()
246 MediaFileUri fileUri(MEDIA_TYPE_AUDIO, to_string(fd_), networkId_, MEDIA_API_VERSION_DEFAUL in HWTEST_F()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_affinity_manager.cpp104 GetAffinityDeviceInfoByDeviceType(rendererAffinityDeviceArray_, desc->getType(), desc->networkId_); in AddSelectRendererDevice()
123 GetAffinityDeviceInfoByDeviceType(capturerAffinityDeviceArray_, desc->getType(), desc->networkId_); in AddSelectCapturerDevice()
140 DelActiveGroupAffinityMap(clientUID, item->second->getType(), item->second->networkId_, in DelSelectRendererDevice()
152 DelActiveGroupAffinityMap(clientUID, item->second->getType(), item->second->networkId_, in DelSelectCapturerDevice()
165 item->second->networkId_ == updateDesc.networkId_) { in RemoveOfflineRendererDevice()
166 DelActiveGroupAffinityMap(item->first, item->second->getType(), item->second->networkId_, in RemoveOfflineRendererDevice()
182 item->second->networkId_ == updateDesc.networkId_) { in RemoveOfflineCapturerDevice()
183 DelActiveGroupAffinityMap(item->first, item->second->getType(), item->second->networkId_, in RemoveOfflineCapturerDevice()
[all...]
H A Daudio_device_manager.cpp131 if ((devDesc->networkId_ != LOCAL_NETWORK_ID || devDesc->deviceType_ == DEVICE_TYPE_REMOTE_CAST) && in AddRemoteRenderDev()
139 if (devDesc->networkId_ != LOCAL_NETWORK_ID && devDesc->deviceRole_ == DeviceRole::INPUT_DEVICE) { in AddRemoteCaptureDev()
148 if (desc->networkId_ != devDesc->networkId_ || desc->deviceRole_ != devRole) { in MakePairedDeviceDescriptor()
183 desc->networkId_ == devDesc->networkId_) { in MakePairedDefaultDeviceDescriptor()
186 desc->deviceType_ == DEVICE_TYPE_SPEAKER && desc->networkId_ == devDesc->networkId_) { in MakePairedDefaultDeviceDescriptor()
203 earpiece_->networkId_ == connectedDesc->networkId_) { in MakePairedDefaultDeviceImpl()
[all...]
/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/
H A Dpasteboard_event.cpp19 PasteboardEvent::PasteboardEvent(int32_t evtId, std::string networkId) : Event(evtId), networkId_(std::move(networkId)) in PasteboardEvent()
25 return networkId_; in GetNetworkId()
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_interrupt_group_info.cpp29 groupName_(groupName), networkId_(networkId), connectType_(type) in InterruptGroupInfo()
40 parcel.WriteString(networkId_); in Marshalling()
55 interruptGroupInfo->networkId_ = in.ReadString(); in Unmarshalling()
H A Daudio_volume_group_info.cpp25 networkId_(networkId), connectType_(type) in VolumeGroupInfo()
39 parcel.WriteString(networkId_); in Marshalling()
54 volumeGroupInfo->networkId_ = in.ReadString(); in Unmarshalling()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/deviceManager/
H A Ddms_device_info.cpp33 return networkId_; in GetNetworkId()
58 PARCEL_WRITE_HELPER_RET(parcel, String16, Str8ToStr16(networkId_), false); in Marshalling()
/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/
H A Ddevice_info.h32 : deviceName_(deviceName), networkId_(networkId), deviceType_(deviceType) {} in DeviceInfo()
41 std::string networkId_; member in OHOS::DeviceProfile::DeviceInfo
/foundation/ability/dmsfwk/services/dtbschedmgr/include/deviceManager/
H A Ddms_device_info.h42 : deviceName_(deviceName), deviceType_(deviceType), networkId_(networkId), deviceState_(deviceState), in DmsDeviceInfo()
57 std::string networkId_; member in OHOS::DistributedSchedule::DmsDeviceInfo
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfetch_result.cpp103 networkId_ = ""; in FetchResult()
154 networkId_ = fetch->networkId_; in SetInfo()
163 networkId_ = networkId; in SetNetworkId()
193 return networkId_; in GetNetworkId()
388 networkId_, MEDIA_API_VERSION_V10, extrUri); in SetAssetUri()
393 MediaFileUri fileUri(MediaType::MEDIA_TYPE_FILE, to_string(fileAsset->GetId()), networkId_); in SetAssetUri()
396 MediaFileUri fileUri(fileAsset->GetMediaType(), to_string(fileAsset->GetId()), networkId_); in SetAssetUri()
400 MediaFileUri fileUri(fileAsset->GetMediaType(), to_string(fileAsset->GetId()), networkId_); in SetAssetUri()
409 networkId_) in SetAssetUri()
[all...]
H A Dmedia_file_uri.cpp172 if (this->networkId_ != MEDIA_FILE_URI_EMPTY) { in GetNetworkId()
173 return this->networkId_; in GetNetworkId()
176 this->networkId_ = CalNetworkId(this, this->queryMap_); in GetNetworkId()
177 return this->networkId_; in GetNetworkId()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/routers/
H A Dstream_filter_router.cpp222 desc->networkId_ == incomingDevice->networkId_ && in IsIncomingDeviceInRemoteDevice()
237 descriptor->networkId_ == incomingDevice->networkId_ && in SelectRemoteCaptureDevice()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dtask.cpp24 const DHType dhType) : id_(DH_TASK_NAME_PREFIX + GetRandomID()), networkId_(networkId), uuid_(uuid), udid_(udid), in Task()
40 return this->networkId_; in GetNetworkId()
/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/
H A Ddevice_info.cpp27 return networkId_; in GetNetworkId()
/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/
H A Dpasteboard_event.h35 std::string networkId_; member in OHOS::MiscServices::PasteboardEvent
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/routers/
H A Drouter_base.h74 || captureDesc->networkId_ != desc->networkId_ in GetPairCaptureDevice()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_descriptor.h30 std::string networkId_; member
79 std::string networkId_; member
/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddatabus_socket_listener.h51 info.GetNetworkId().compare(networkId_) == 0); in operator ==()
57 std::string networkId_; member in OHOS::DBinderSocketInfo
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_policy_service_unit_test/src/
H A Daudio_policy_service_first_unit_test.cpp596 audioDeviceDescriptor->networkId_ = REMOTE_NETWORK_ID; in HWTEST_F()
635 GetServerPtr()->audioPolicyService_.currentActiveDevice_.networkId_ = LOCAL_NETWORK_ID + "xyz"; in HWTEST_F()
640 GetServerPtr()->audioPolicyService_.currentActiveDevice_.networkId_ = LOCAL_NETWORK_ID + "xyz"; in HWTEST_F()
645 GetServerPtr()->audioPolicyService_.currentActiveDevice_.networkId_ = LOCAL_NETWORK_ID; in HWTEST_F()
650 GetServerPtr()->audioPolicyService_.currentActiveDevice_.networkId_ = LOCAL_NETWORK_ID; in HWTEST_F()
812 audioDeviceDescriptor->networkId_ = LOCAL_NETWORK_ID; in HWTEST_F()
838 audioDeviceDescriptor->networkId_ = LOCAL_NETWORK_ID + "xyz"; in HWTEST_F()
866 remoteDeviceDescriptor->networkId_ = LOCAL_NETWORK_ID + "xyz"; in HWTEST_F()
894 remoteDeviceDescriptor->networkId_ = LOCAL_NETWORK_ID + "xyz";; in HWTEST_F()
916 descriptor->networkId_ in HWTEST_F()
[all...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_watcher.cpp142 status = JSUtil::SetValue(env, statusArgs->networkId_, param[1]); in ProcessStatus()
147 Anonymous::Change(statusArgs->networkId_).c_str(), statusArgs->status_.c_str()); in ProcessStatus()
150 Anonymous::Change(statusArgs->networkId_).c_str(), statusArgs->status_.c_str()); in ProcessStatus()
384 : callback_(callback), sessionId_(sessionId), networkId_(networkId), status_(status) in StatusArgs()
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyservicemore_fuzzer/
H A Daudio_policy_service_more_fuzzer.cpp147 GetServerPtr()->audioPolicyService_.currentActiveDevice_.networkId_ = LOCAL_NETWORK_ID; in InitGetServerService()
237 remoteDeviceDescriptor->networkId_ = REMOTE_NETWORK_ID; in AudioPolicyServiceThirdTest()
430 dis->networkId_ = "RemoteDevice"; in AudioPolicyServiceTestIV()
431 std::string moduleName = dis->networkId_ + (dis->deviceRole_ == DeviceRole::OUTPUT_DEVICE ? "_out" : "_in"); in AudioPolicyServiceTestIV()
446 ads.networkId_ = LOCAL_NETWORK_ID; in AudioPolicyServiceTestIV()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/
H A Dtask.h60 std::string networkId_; member in OHOS::DistributedHardware::Task

Completed in 13 milliseconds

123