Home
last modified time | relevance | path

Searched refs:remoteAccountHash (Results 1 - 9 of 9) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp469 void DeviceManagerServiceImpl::HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash, in HandleAccountLogoutEvent() argument
473 (void)remoteAccountHash; in HandleAccountLogoutEvent()
H A Ddevice_manager_service_impl.cpp751 void DeviceManagerServiceImpl::HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash, in HandleAccountLogoutEvent() argument
757 int32_t bindType = DeviceProfileConnector::GetInstance().HandleAccountLogoutEvent(remoteUserId, remoteAccountHash, in HandleAccountLogoutEvent()
/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl_lite.h131 void HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash,
H A Ddevice_manager_service_impl.h144 void HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash,
/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h265 virtual void HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash,
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h132 int32_t HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash,
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp897 int32_t DeviceProfileConnector::HandleAccountLogoutEvent(int32_t remoteUserId, const std::string &remoteAccountHash, in HandleAccountLogoutEvent() argument
900 LOGI("RemoteUserId %{public}d, remoteAccountHash %{public}s, remoteUdid %{public}s, localUdid %{public}s.", in HandleAccountLogoutEvent()
901 remoteUserId, GetAnonyString(remoteAccountHash).c_str(), GetAnonyString(remoteUdid).c_str(), in HandleAccountLogoutEvent()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp767 std::string remoteAccountHash = "remoteAccountHash"; in HWTEST_F() local
772 remoteAccountHash, remoteUdid, localUdid); in HWTEST_F()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_impl.cpp285 std::string remoteAccountHash = "45552878"; in HWTEST_F() local
287 deviceManagerServiceImpl_->HandleAccountLogoutEvent(remoteUserId, remoteAccountHash, remoteUdid); in HWTEST_F()

Completed in 11 milliseconds