Searched refs:GetDeviceAclParam (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 90 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 D | discovery_manager.h | 87 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 D | discovery_manager.cpp | 342 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 D | UTTest_discovery_manager.cpp | 364 int32_t ret = manager->GetDeviceAclParam(pkgName, deviceId, isonline, authForm); in HWTEST_F()
|
H A D | UTTest_dm_deviceprofile_connector.cpp | 66 int32_t ret = DeviceProfileConnector::GetInstance().GetDeviceAclParam(discoveryInfo, isonline, authForm); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 88 int32_t DeviceProfileConnector::GetDeviceAclParam(DmDiscoveryInfo discoveryInfo, bool &isOnline, int32_t &authForm) in GetDeviceAclParam() function in OHOS::DistributedHardware::DeviceProfileConnector
|
Completed in 9 milliseconds