Home
last modified time | relevance | path

Searched refs:GetAppTrustDeviceList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h93 …virtual std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceList(const std::string &pkgNa…
125 std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceList(const std::string &pkgName,
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp49 auto ret = DeviceProfileConnector::GetInstance().GetAppTrustDeviceList(pkgName, deviceId);
57 auto ret = DeviceProfileConnector::GetInstance().GetAppTrustDeviceList(pkgName, deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp690 return DeviceProfileConnector::GetInstance().GetAppTrustDeviceList(pkgname, deviceId); in GetAppTrustDeviceIdList()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp52 std::unordered_map<std::string, DmAuthForm> DeviceProfileConnector::GetAppTrustDeviceList(const std… in GetAppTrustDeviceList() function in OHOS::DistributedHardware::DeviceProfileConnector