Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp197 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in IsRedundanceGroup() local
198 if (osAccountUserId < 0) { in IsRedundanceGroup()
202 if (!GetGroupInfo(osAccountUserId, queryParams, groupList)) { in IsRedundanceGroup()
696 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in DeleteGroup() local
697 if (osAccountUserId < 0) { in DeleteGroup()
701 int32_t ret = deviceGroupManager_->deleteGroup(osAccountUserId, requestId_, DM_PKG_NAME, in DeleteGroup()
798 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in CreateGroup() local
799 if (osAccountUserId < 0) { in CreateGroup()
804 int32_t ret = deviceGroupManager_->createGroup(osAccountUserId, requestId, DM_PKG_NAME, jsonObj.dump().c_str()); in CreateGroup()
872 const nlohmann::json &jsonDeviceList, std::string &params, int32_t &osAccountUserId) in ParseRemoteCredential()
871 ParseRemoteCredential(const int32_t groupType, const std::string &userId, const nlohmann::json &jsonDeviceList, std::string &params, int32_t &osAccountUserId) ParseRemoteCredential() argument
904 int32_t osAccountUserId = 0; addMultiMembers() local
1011 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); addMultiMembersExt() local
1033 int32_t osAccountUserId = 0; deleteMultiMembers() local
[all...]
/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()
/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/include/
H A Dos_account_manager_wrapper.h69 * @param osAccountUserId The local id of the created OS account.
72 ErrCode CreateOsAccount(const std::string &name, int32_t &osAccountUserId);
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp856 int32_t osAccountUserId = 0; in HWTEST_F() local
858 int32_t ret = hiChainConnector->ParseRemoteCredential(groupType, userId, jsonDeviceList, params, osAccountUserId); in HWTEST_F()
874 int32_t osAccountUserId = 0; in HWTEST_F() local
876 int32_t ret = hiChainConnector->ParseRemoteCredential(groupType, userId, jsonDeviceList, params, osAccountUserId); in HWTEST_F()
893 int32_t osAccountUserId = 0; in HWTEST_F() local
895 int32_t ret = hiChainConnector->ParseRemoteCredential(groupType, userId, jsonDeviceList, params, osAccountUserId); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h263 const nlohmann::json &jsonDeviceList, std::string &params, int32_t &osAccountUserId);
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1612 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in IsIdenticalAccount() local
1613 if (osAccountUserId < 0) { in IsIdenticalAccount()
1618 if (!hiChainConnector_->GetGroupInfo(osAccountUserId, queryParams, groupList)) { in IsIdenticalAccount()
1652 int32_t osAccountUserId = MultipleUserConnector::GetCurrentAccountUserID(); in GetAccountGroupIdHash() local
1653 if (osAccountUserId < 0) { in GetAccountGroupIdHash()
1658 if (!hiChainConnector_->GetGroupInfo(osAccountUserId, queryParams, groupList)) { in GetAccountGroupIdHash()

Completed in 11 milliseconds