Home
last modified time | relevance | path

Searched refs:HandleIdentAccountLogout (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h285 …virtual void HandleIdentAccountLogout(const std::string &udid, int32_t userId, const std::string &…
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl.h139 …void HandleIdentAccountLogout(const std::string &udid, int32_t userId, const std::string &accountI…
H A Ddevice_manager_service_impl_lite.h138 …void HandleIdentAccountLogout(const std::string &udid, int32_t userId, const std::string &accountI…
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp490 void DeviceManagerServiceImpl::HandleIdentAccountLogout(const std::string &udid, int32_t userId, in HandleIdentAccountLogout() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
H A Ddevice_manager_service_impl.cpp758 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 Ddevice_manager_service.cpp1635 dmServiceImpl_->HandleIdentAccountLogout(item.first, userId, accountId); in HandleAccountLogout()