Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp196 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 Dos_account_manager_wrapper.cpp81 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 Dos_account_manager_wrapper.h72 ErrCode CreateOsAccount(const std::string &name, int32_t &osAccountUserId);
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp856 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 Dhichain_connector.h255 const nlohmann::json &jsonDeviceList, std::string &params, int32_t &osAccountUserId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1621 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()