Home
last modified time | relevance | path

Searched refs:GetCurrentAccountUserID (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp151 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in CreateGroup()
196 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in IsRedundanceGroup()
216 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in GetGroupInfo()
365 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in AddMember()
617 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in DelMemberFromGroup()
636 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in DeleteGroup()
656 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in DeleteGroupExt()
737 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in DeleteTimeOutGroup()
904 osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in ParseRemoteCredential()
1073 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in GetTrustedDevices()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Dmultiple_user_connector.h31 static int32_t GetCurrentAccountUserID(void);
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_multiple_user_connector.cpp48 ret = MultipleUserConnector::GetCurrentAccountUserID();
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Dmultiple_user_connector.cpp39 int32_t MultipleUserConnector::GetCurrentAccountUserID(void) in GetCurrentAccountUserID() function in OHOS::DistributedHardware::MultipleUserConnector
H A Ddeviceprofile_connector.cpp33 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in GetAccessControlProfile()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp183 authRequestContext_->localUserId = MultipleUserConnector::GetCurrentAccountUserID(); in GetAuthParam()
1516 int32_t osAccountId = MultipleUserConnector::GetCurrentAccountUserID(); in AuthDevice()
1621 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in IsIdenticalAccount()
1661 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in GetAccountGroupIdHash()
1882 int32_t osAccountId = MultipleUserConnector::GetCurrentAccountUserID(); in GenerateCredential()
1912 int32_t osAccountId = MultipleUserConnector::GetCurrentAccountUserID(); in ImportCredential()
2218 accesser.requestUserId = MultipleUserConnector::GetCurrentAccountUserID(); in CompatiblePutAcl()
2231 accessee.trustUserId = MultipleUserConnector::GetCurrentAccountUserID(); in CompatiblePutAcl()
2244 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in CommonEventCallback()
2345 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in ProcRespNegotiateExt()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_account_common_event.cpp180 int32_t userId = MultipleUserConnector::GetCurrentAccountUserID(); in OnAddSystemAbility()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp257 …nAuthConnector_->DeleteCredential(trustDeviceId, MultipleUserConnector::GetCurrentAccountUserID()); in HandleOffline()
651 accesser.requestUserId = MultipleUserConnector::GetCurrentAccountUserID(); in PutIdenticalAccountToAcl()
664 MultipleUserConnector::SetSwitchOldUserId(MultipleUserConnector::GetCurrentAccountUserID()); in DpAclAdd()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp304 … MultipleUserConnector::GetCurrentAccountUserID()); in DeleteTimeOutGroup()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1611 HandleAccountLogout(MultipleUserConnector::GetCurrentAccountUserID(), in AccountCommonEventCallback()