Home
last modified time | relevance | path

Searched refs:DH_FWK_PKG_NAME (Results 1 - 12 of 12) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/accessmanager/
H A Daccess_manager.cpp87 return DeviceManager::GetInstance().InitDeviceManager(DH_FWK_PKG_NAME, shared_from_this()); in InitDeviceManager()
93 return DeviceManager::GetInstance().UnInitDeviceManager(DH_FWK_PKG_NAME); in UnInitDeviceManager()
98 return DeviceManager::GetInstance().RegisterDevStateCallback(DH_FWK_PKG_NAME, "", shared_from_this()); in RegisterDevStateCallback()
103 return DeviceManager::GetInstance().UnRegisterDevStateCallback(DH_FWK_PKG_NAME); in UnRegisterDevStateCallback()
108 return DeviceManager::GetInstance().RegDevTrustChangeCallback(DH_FWK_PKG_NAME, shared_from_this()); in RegDevTrustChangeCallback()
208 DeviceManager::GetInstance().GetTrustedDeviceList(DH_FWK_PKG_NAME, "", deviceList); in CheckTrustedDeviceOnline()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
H A Dlow_latency_timer.cpp45 {{LOW_LATENCY_KEY, DH_FWK_PKG_NAME}}); in ExecuteInner()
54 {{LOW_LATENCY_KEY, DH_FWK_PKG_NAME}}); in HandleStopTimer()
H A Dlow_latency.cpp93 {{LOW_LATENCY_KEY, DH_FWK_PKG_NAME}}); in CloseLowLatency()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_manager_factory.cpp57 DeviceManager::GetInstance().GetTrustedDeviceList(DH_FWK_PKG_NAME, "", deviceList); in InitLocalDevInfo()
70 DeviceManager::GetInstance().GetTrustedDeviceList(DH_FWK_PKG_NAME, "", deviceList); in InitLocalDevInfo()
128 DeviceManager::GetInstance().GetTrustedDeviceList(DH_FWK_PKG_NAME, "", deviceList); in CheckExitSAOrNot()
H A Ddistributed_hardware_stub.cpp293 DeviceManager::GetInstance().GetNetworkIdByUdid(DH_FWK_PKG_NAME, udid, networkId); in HandleNotifySourceRemoteSinkStarted()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp94 auto ret = DeviceManager::GetInstance().GetUuidByNetworkId(DH_FWK_PKG_NAME, networkId, uuid); in GetUUIDByDm()
104 auto ret = DeviceManager::GetInstance().GetUdidByNetworkId(DH_FWK_PKG_NAME, networkId, udid); in GetUDIDByDm()
140 auto ret = DeviceManager::GetInstance().GetLocalDeviceInfo(DH_FWK_PKG_NAME, info); in GetLocalDeviceInfo()
158 auto ret = DeviceManager::GetInstance().GetLocalDeviceInfo(DH_FWK_PKG_NAME, info); in GetLocalNetworkId()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp241 .pkgName = const_cast<char*>(DH_FWK_PKG_NAME.c_str()), in CreateServerSocket()
260 .pkgName = const_cast<char*>(DH_FWK_PKG_NAME.c_str()), in CreateClientSocket()
384 .pkgName = const_cast<char*>(DH_FWK_PKG_NAME.c_str()), in StartSocket()
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Dconstants.h69 const std::string DH_FWK_PKG_NAME = "ohos.dhardware"; member
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp137 DeviceManager::GetInstance().GetTrustedDeviceList(DH_FWK_PKG_NAME, "", deviceList); in OnResourceInfoCallback()
163 DeviceManager::GetInstance().GetDeviceInfo(DH_FWK_PKG_NAME, networkId, deviceInfo); in StartPrivacePage()
H A Dcomponent_manager.cpp982 DeviceManager::GetInstance().GetTrustedDeviceList(DH_FWK_PKG_NAME, "", deviceList); in IsIdenticalAccount()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/dhtransport_fuzzer/
H A Ddhtransport_fuzzer.cpp137 .pkgName = const_cast<char*>(DH_FWK_PKG_NAME.c_str()), in DhTransportOnSocketOpenedFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp229 MockGetLocalNodeDeviceInfo(DH_FWK_PKG_NAME.c_str(), info.get()); in HWTEST_F()

Completed in 9 milliseconds