Searched refs:osAccountUserId (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 196 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in IsRedundanceGroup() local 197 if (osAccountUserId < 0) { in IsRedundanceGroup() 201 if (!GetGroupInfo(osAccountUserId, queryParams, groupList)) { in IsRedundanceGroup() 712 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in DeleteGroup() local 713 if (osAccountUserId < 0) { in DeleteGroup() 815 if (osAccountUserId < 0) { in CreateGroup() 904 osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in ParseRemoteCredential() 905 if (osAccountUserId < 0) { in ParseRemoteCredential() 920 int32_t osAccountUserId = 0; in addMultiMembers() local 1028 if (osAccountUserId < 0) { in addMultiMembersExt() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/src/ |
H A D | os_account_manager_wrapper.cpp | 81 ErrCode OsAccountManagerWrapper::CreateOsAccount(const std::string &name, int32_t &osAccountUserId) in CreateOsAccount() argument 85 osAccountUserId = USER_ID_U100; in CreateOsAccount() 92 osAccountUserId = osAccountInfo.GetLocalId(); in CreateOsAccount()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/include/ |
H A D | os_account_manager_wrapper.h | 72 ErrCode CreateOsAccount(const std::string &name, int32_t &osAccountUserId);
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_hichain_connector.cpp | 856 int32_t osAccountUserId = 0; variable 858 …iChainConnector->ParseRemoteCredential(groupType, userId, jsonDeviceList, params, osAccountUserId); 874 int32_t osAccountUserId = 0; variable 876 …iChainConnector->ParseRemoteCredential(groupType, userId, jsonDeviceList, params, osAccountUserId); 893 int32_t osAccountUserId = 0; variable 895 …iChainConnector->ParseRemoteCredential(groupType, userId, jsonDeviceList, params, osAccountUserId);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 255 const nlohmann::json &jsonDeviceList, std::string ¶ms, int32_t &osAccountUserId);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 1621 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in IsIdenticalAccount() local 1622 if (osAccountUserId < 0) { in IsIdenticalAccount() 1627 if (!hiChainConnector_->GetGroupInfo(osAccountUserId, queryParams, groupList)) { in IsIdenticalAccount() 1661 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in GetAccountGroupIdHash() local 1662 if (osAccountUserId < 0) { in GetAccountGroupIdHash() 1667 if (!hiChainConnector_->GetGroupInfo(osAccountUserId, queryParams, groupList)) { in GetAccountGroupIdHash()
|