Searched refs:GetAppTrustDeviceIdList (Results 1 – 7 of 7) sorted by relevance
272 …virtual std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname) =…
125 std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname);
124 std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname);
411 std::unordered_map<std::string, DmAuthForm> DeviceManagerServiceImpl::GetAppTrustDeviceIdList( in GetAppTrustDeviceIdList() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
684 std::unordered_map<std::string, DmAuthForm> DeviceManagerServiceImpl::GetAppTrustDeviceIdList( in GetAppTrustDeviceIdList() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
261 udidMap = dmServiceImpl_->GetAppTrustDeviceIdList(std::string(ALL_PKGNAME)); in GetTrustedDeviceList()263 udidMap = dmServiceImpl_->GetAppTrustDeviceIdList(pkgName); in GetTrustedDeviceList()
1513 auto ret = deviceManagerServiceImpl_->GetAppTrustDeviceIdList(pkgname);