/foundation/distributedhardware/device_manager/services/implementation/include/ |
H A D | device_manager_service_impl_lite.h | 131 void HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash,
|
H A D | device_manager_service_impl.h | 144 void HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash,
|
/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | idevice_manager_service_impl.h | 265 virtual void HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash,
|
/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 132 int32_t HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash,
|
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 469 void DeviceManagerServiceImpl::HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash, in HandleAccountLogoutEvent() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
|
H A D | device_manager_service_impl.cpp | 751 void DeviceManagerServiceImpl::HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash, in HandleAccountLogoutEvent() function in OHOS::DistributedHardware::DeviceManagerServiceImpl 757 int32_t bindType = DeviceProfileConnector::GetInstance().HandleAccountLogoutEvent(remoteUserId, remoteAccountHash, in HandleAccountLogoutEvent()
|
/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 897 int32_t DeviceProfileConnector::HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash, in HandleAccountLogoutEvent() function in OHOS::DistributedHardware::DeviceProfileConnector
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_deviceprofile_connector.cpp | 771 bindType = DeviceProfileConnector::GetInstance().HandleAccountLogoutEvent(remoteUserId, in HWTEST_F()
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_impl.cpp | 287 deviceManagerServiceImpl_->HandleAccountLogoutEvent(remoteUserId, remoteAccountHash, remoteUdid); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 1914 dmServiceImpl_->HandleAccountLogoutEvent(relationShipMsg.userId, relationShipMsg.accountId, in HandleDeviceTrustedChange()
|