Searched refs:HandleIdentAccountLogout (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | idevice_manager_service_impl.h | 285 …virtual void HandleIdentAccountLogout(const std::string &udid, int32_t userId, const std::string &…
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/ |
H A D | device_manager_service_impl.h | 139 …void HandleIdentAccountLogout(const std::string &udid, int32_t userId, const std::string &accountI…
|
H A D | device_manager_service_impl_lite.h | 138 …void HandleIdentAccountLogout(const std::string &udid, int32_t userId, const std::string &accountI…
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 490 void DeviceManagerServiceImpl::HandleIdentAccountLogout(const std::string &udid, int32_t userId, in HandleIdentAccountLogout() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
|
H A D | device_manager_service_impl.cpp | 758 void DeviceManagerServiceImpl::HandleIdentAccountLogout(const std::string &udid, int32_t userId, in HandleIdentAccountLogout() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 1635 dmServiceImpl_->HandleIdentAccountLogout(item.first, userId, accountId); in HandleAccountLogout()
|