Home
last modified time | relevance | path

Searched refs:GetDeviceAclParam (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h90 virtual int32_t GetDeviceAclParam(DmDiscoveryInfo discoveryInfo, bool &isOnline, int32_t &authForm) = 0;
108 int32_t GetDeviceAclParam(DmDiscoveryInfo discoveryInfo, bool &isOnline, int32_t &authForm);
/foundation/distributedhardware/device_manager/services/service/include/discovery/
H A Ddiscovery_manager.h87 int32_t GetDeviceAclParam(const std::string &pkgName, std::string deviceId, bool &isOnline, int32_t &authForm);
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H A Ddiscovery_manager.cpp342 if (isOnline && GetDeviceAclParam(pkgName, deviceIdHash, filterPara.isOnline, filterPara.authForm) != DM_OK) { in OnDeviceFound()
516 int32_t DiscoveryManager::GetDeviceAclParam(const std::string &pkgName, std::string deviceId, in GetDeviceAclParam() function in OHOS::DistributedHardware::DiscoveryManager
528 if (DiscoveryManager::GetCommonDependencyObj()->GetDeviceAclParam(discoveryInfo, isOnline, authForm) != DM_OK) { in GetDeviceAclParam()
529 LOGE("GetDeviceAclParam failed."); in GetDeviceAclParam()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_discovery_manager.cpp364 int32_t ret = manager->GetDeviceAclParam(pkgName, deviceId, isonline, authForm); in HWTEST_F()
H A DUTTest_dm_deviceprofile_connector.cpp66 int32_t ret = DeviceProfileConnector::GetInstance().GetDeviceAclParam(discoveryInfo, isonline, authForm); in HWTEST_F()
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp88 int32_t DeviceProfileConnector::GetDeviceAclParam(DmDiscoveryInfo discoveryInfo, bool &isOnline, int32_t &authForm) in GetDeviceAclParam() function in OHOS::DistributedHardware::DeviceProfileConnector

Completed in 9 milliseconds