Searched refs:authform (Results 1 - 9 of 9) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/accessmanager_fuzzer/ |
H A D | accessmanager_fuzzer.cpp | 62 DmAuthForm authform = DmAuthForm::INVALID_TYPE; in OnDeviceTrustChangeFuzzTest() local 63 AccessManager::GetInstance()->OnDeviceTrustChange(peerudid, peeruuid, authform); in OnDeviceTrustChangeFuzzTest()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/accessmanager/ |
H A D | access_manager.h | 51 DmAuthForm authform) override;
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/adapter/ |
H A D | dnetwork_adapter.cpp | 123 const std::string &uuid, const DmAuthForm authform)
in OnDeviceTrustChange() 130 if (authform != DmAuthForm::IDENTICAL_ACCOUNT) {
in OnDeviceTrustChange() 122 OnDeviceTrustChange(const std::string &udid, const std::string &uuid, const DmAuthForm authform) OnDeviceTrustChange() argument
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/accessmanager/ |
H A D | access_manager.cpp | 190 void AccessManager::OnDeviceTrustChange(const std::string &peerudid, const std::string &peeruuid, DmAuthForm authform) in OnDeviceTrustChange() argument 198 if (authform != DmAuthForm::IDENTICAL_ACCOUNT) { in OnDeviceTrustChange()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/ |
H A D | dnetwork_adapter.h | 91 const DistributedHardware::DmAuthForm authform) override;
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/ |
H A D | dp_device_manager.h | 96 const DistributedHardware::DmAuthForm authform) override;
|
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 73 const DistributedHardware::DmAuthForm authform);
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/ |
H A D | dp_device_manager.cpp | 164 const std::string &peerUuid, const DistributedHardware::DmAuthForm authform) in OnDeviceTrustChange() 166 DistributedDeviceProfile::DeviceProfileManager::GetInstance().OnDeviceTrustChange(peerUdid, peerUuid, authform); in OnDeviceTrustChange() 163 OnDeviceTrustChange(const std::string &peerUdid, const std::string &peerUuid, const DistributedHardware::DmAuthForm authform) OnDeviceTrustChange() argument
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 922 const DistributedHardware::DmAuthForm authform) in OnDeviceTrustChange() 928 if (authform != DistributedHardware::DmAuthForm::IDENTICAL_ACCOUNT) { in OnDeviceTrustChange() 921 OnDeviceTrustChange(const std::string& peerUdid, const std::string& peerUuid, const DistributedHardware::DmAuthForm authform) OnDeviceTrustChange() argument
|
Completed in 5 milliseconds