/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/accessmanager_fuzzer/ |
H A D | accessmanager_fuzzer.cpp | 63 AccessManager::GetInstance()->OnDeviceTrustChange(peerudid, peeruuid, authform); in OnDeviceTrustChangeFuzzTest()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/accessmanager/ |
H A D | access_manager.h | 50 virtual void OnDeviceTrustChange(const std::string &peerudid, const std::string &peeruuid,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/ |
H A D | dnetwork_adapter.h | 90 void OnDeviceTrustChange(const std::string &udid, const std::string &uuid,
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/ |
H A D | dp_device_manager.h | 95 void OnDeviceTrustChange(const std::string &peerUdid, const std::string &peerUuid,
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | device_manager_callback.h | 141 virtual void OnDeviceTrustChange(const std::string &udid, const std::string &uuid, DmAuthForm authForm) = 0;
|
/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | idevice_manager_service_listener.h | 153 virtual void OnDeviceTrustChange(const std::string &udid, const std::string &uuid, DmAuthForm authForm) = 0;
|
H A D | device_manager_service_listener.h | 74 void OnDeviceTrustChange(const std::string &udid, const std::string &uuid, DmAuthForm authForm) override;
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_impl.h | 118 void OnDeviceTrustChange(const std::string &udid, const std::string &uuid, DmAuthForm authForm) override {}
|
H A D | UTTest_dm_pin_holder.h | 183 void OnDeviceTrustChange(const std::string &udid, const std::string &uuid, DmAuthForm authForm) override
|
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 72 void OnDeviceTrustChange(const std::string& peerUdid, const std::string& peerUuid,
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/ |
H A D | dp_device_manager.cpp | 163 void DpDeviceManager::DpDevTrustChangeCallback::OnDeviceTrustChange(const std::string &peerUdid, in OnDeviceTrustChange() function in OHOS::DeviceProfile::DpDeviceManager::DpDevTrustChangeCallback 166 DistributedDeviceProfile::DeviceProfileManager::GetInstance().OnDeviceTrustChange(peerUdid, peerUuid, authform); in OnDeviceTrustChange()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/adapter/ |
H A D | dnetwork_adapter.cpp | 122 void DnetworkAdapter::DmsDevTrustChangeCallback::OnDeviceTrustChange(const std::string &udid,
in OnDeviceTrustChange() function in OHOS::DistributedSchedule::DnetworkAdapter::DmsDevTrustChangeCallback
|
/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() function in OHOS::DistributedHardware::AccessManager
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/notify/ |
H A D | device_manager_notify.h | 119 void OnDeviceTrustChange(const std::string &pkgName, const std::string &udid, const std::string &uuid,
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/ |
H A D | device_manager_notify.cpp | 1061 void DeviceManagerNotify::OnDeviceTrustChange(const std::string &pkgName, const std::string &udid, in OnDeviceTrustChange() function in OHOS::DistributedHardware::DeviceManagerNotify 1104 tempCbk->OnDeviceTrustChange(udid, uuid, authForm); in DeviceTrustChange()
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service_listener.cpp | 481 void DeviceManagerServiceListener::OnDeviceTrustChange(const std::string &udid, const std::string &uuid, in OnDeviceTrustChange() function in OHOS::DistributedHardware::DeviceManagerServiceListener
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 921 void DeviceProfileManager::OnDeviceTrustChange(const std::string& peerUdid, const std::string& peerUuid, in OnDeviceTrustChange() function in OHOS::DistributedDeviceProfile::DeviceProfileManager
|
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl.cpp | 768 listener_->OnDeviceTrustChange(remoteUdid, uuid, ConvertBindTypeToAuthForm(bindType)); in HandleAccountLogoutEvent()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 1676 DeviceManagerNotify::GetInstance().OnDeviceTrustChange(pkgName, udid, uuid, authForm); in ON_IPC_CMD()
|