Searched refs:GetAppTrustDeviceList (Results 1 – 4 of 4) sorted by relevance
93 …virtual std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceList(const std::string &pkgNa…125 std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceList(const std::string &pkgName,
49 auto ret = DeviceProfileConnector::GetInstance().GetAppTrustDeviceList(pkgName, deviceId);57 auto ret = DeviceProfileConnector::GetInstance().GetAppTrustDeviceList(pkgName, deviceId);
690 return DeviceProfileConnector::GetInstance().GetAppTrustDeviceList(pkgname, deviceId); in GetAppTrustDeviceIdList()
52 std::unordered_map<std::string, DmAuthForm> DeviceProfileConnector::GetAppTrustDeviceList(const std… in GetAppTrustDeviceList() function in OHOS::DistributedHardware::DeviceProfileConnector