Searched refs:remoteAccountHash (Results 1 - 9 of 9) sorted by relevance
/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() argument 473 (void)remoteAccountHash; in HandleAccountLogoutEvent()
|
H A D | device_manager_service_impl.cpp | 751 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 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/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 897 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 D | UTTest_dm_deviceprofile_connector.cpp | 767 std::string remoteAccountHash = "remoteAccountHash"; in HWTEST_F() local 772 remoteAccountHash, remoteUdid, localUdid); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_impl.cpp | 285 std::string remoteAccountHash = "45552878"; in HWTEST_F() local 287 deviceManagerServiceImpl_->HandleAccountLogoutEvent(remoteUserId, remoteAccountHash, remoteUdid); in HWTEST_F()
|
Completed in 11 milliseconds