/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_device_state_manager.cpp | 217 int32_t ret = dmDeviceStateManager->GetAuthForm(networkId); 225 int32_t ret = dmDeviceStateManager->GetAuthForm(networkId); 232 int32_t ret = dmDeviceStateManager->GetAuthForm(networkId);
|
H A D | UTTest_dm_discovery_manager.cpp | 362 int32_t ret = discoveryMgr_->GetAuthForm(localDeviceId, deviceId, isTrusted, authForm); 378 int32_t ret = discoveryMgr_->GetAuthForm(localDeviceId, deviceId, isTrusted, authForm); 395 int32_t ret = discoveryMgr_->GetAuthForm(localDeviceId, deviceId, isTrusted, authForm); 412 int32_t ret = discoveryMgr_->GetAuthForm(localDeviceId, deviceId, isTrusted, authForm); 430 int32_t ret = discoveryMgr_->GetAuthForm(localDeviceId, deviceId, isTrusted, authForm);
|
H A D | UTTest_dm_deviceprofile_connector.cpp | 748 int32_t ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev); 751 ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev); 755 ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev); 759 ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev); 762 ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev); 765 ret = DeviceProfileConnector::GetInstance().GetAuthForm(profile, trustDev, reqDev);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/discovery/ |
H A D | dm_discovery_manager.cpp | 163 GetAuthForm(localDeviceId, info.deviceId, filterPara.isTrusted, info.authForm); in OnDeviceFound() 171 int32_t DmDiscoveryManager::GetAuthForm(const std::string &localDeviceId, const std::string &device… in GetAuthForm() function in OHOS::DistributedHardware::DmDiscoveryManager 226 GetAuthForm(localDeviceId, info.deviceId, filterPara.isTrusted, authForm); in OnDeviceFound()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/discovery/ |
H A D | dm_discovery_manager.h | 104 int32_t GetAuthForm(const std::string &localDeviceId, const std::string &deviceId,
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/ |
H A D | dm_device_state_manager.h | 106 DmAuthForm GetAuthForm(const std::string &networkId);
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 164 …int32_t GetAuthForm(DistributedDeviceProfile::AccessControlProfile profiles, const std::string &tr…
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 175 … uint32_t priority = static_cast<uint32_t>(GetAuthForm(item, trustDeviceId, requestDeviceId)); in CheckBindType() 183 int32_t DeviceProfileConnector::GetAuthForm(DistributedDeviceProfile::AccessControlProfile profiles, in GetAuthForm() function in OHOS::DistributedHardware::DeviceProfileConnector
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/ |
H A D | dm_device_state_manager.cpp | 384 DmAuthForm DmDeviceStateManager::GetAuthForm(const std::string &networkId) in GetAuthForm() function in OHOS::DistributedHardware::DmDeviceStateManager
|