Home
last modified time | relevance | path

Searched refs:GetAppTrustDeviceIdList (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h272 …virtual std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname) =…
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl.h125 std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname);
H A Ddevice_manager_service_impl_lite.h124 std::unordered_map<std::string, DmAuthForm> GetAppTrustDeviceIdList(std::string pkgname);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp411 std::unordered_map<std::string, DmAuthForm> DeviceManagerServiceImpl::GetAppTrustDeviceIdList( in GetAppTrustDeviceIdList() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
H A Ddevice_manager_service_impl.cpp684 std::unordered_map<std::string, DmAuthForm> DeviceManagerServiceImpl::GetAppTrustDeviceIdList( in GetAppTrustDeviceIdList() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp261 udidMap = dmServiceImpl_->GetAppTrustDeviceIdList(std::string(ALL_PKGNAME)); in GetTrustedDeviceList()
263 udidMap = dmServiceImpl_->GetAppTrustDeviceIdList(pkgName); in GetTrustedDeviceList()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_impl.cpp1513 auto ret = deviceManagerServiceImpl_->GetAppTrustDeviceIdList(pkgname);