/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/ |
H A D | bundle_user_manager_adapter_proxy.cpp | 31 ErrCode BundleUserManagerAdapterProxy::CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList)
in CreateNewUser() argument 42 uint32_t disallowedListMatchSize = (disallowedHapList.size() > DISALLOWED_HAP_LIST_MAX_SIZE) ?
in CreateNewUser() 43 DISALLOWED_HAP_LIST_MAX_SIZE : disallowedHapList.size();
in CreateNewUser() 49 if (!data.WriteString(disallowedHapList.at(index))) {
in CreateNewUser()
|
H A D | bundle_manager_adapter.cpp | 127 ErrCode BundleManagerAdapter::CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList)
in CreateNewUser() argument 146 result = bundleUserMgrProxy->CreateNewUser(userId, disallowedHapList);
in CreateNewUser()
|
/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/ |
H A D | bundle_user_manager_adapter_proxy.h | 33 * @param disallowedHapList Pass in the provisioned disallowList.
35 ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList = {}) override;
|
H A D | bundle_manager_adapter.h | 43 ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList = {});
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_no_bms_mock_test.cpp | 95 options.disallowedHapList = { in HWTEST_F() 121 for (auto j : options.disallowedHapList) { in HWTEST_F()
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | os_account_interface.h | 37 OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList = {});
|
/base/account/os_account/services/accountmgr/test/mock/os_account/ |
H A D | os_account_interface.h | 31 OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList = {});
|
H A D | os_account_interface.cpp | 42 OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList) in SendToBMSAccountCreate() 41 SendToBMSAccountCreate( OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList) SendToBMSAccountCreate() argument
|
/base/account/os_account/services/accountmgr/test/mock/common/ |
H A D | bundle_manager_adapter.h | 37 ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList = {});
|
H A D | bundle_manager_adapter.cpp | 50 ErrCode BundleManagerAdapter::CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList) in CreateNewUser() argument
|
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_info.h | 50 std::vector<std::string> disallowedHapList = {}; member
|
/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/ |
H A D | createosaccount_fuzzer.cpp | 72 options.disallowedHapList.push_back(hapName); in CreateOsAccountWithShortNameFuzzTest()
|
/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_info.cpp | 458 return parcel.WriteStringVector(disallowedHapList) && parcel.WriteBool(hasShortName); in Marshalling() 474 return parcel.ReadStringVector(&disallowedHapList) && parcel.ReadBool(hasShortName); in ReadFromParcel()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_interface.cpp | 173 OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList) in SendToBMSAccountCreate() 178 errCode = BundleManagerAdapter::GetInstance()->CreateNewUser(osAccountInfo.GetLocalId(), disallowedHapList); in SendToBMSAccountCreate() 172 SendToBMSAccountCreate( OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList) SendToBMSAccountCreate() argument
|
H A D | inner_os_account_manager.cpp | 403 errCode = OsAccountInterface::SendToBMSAccountCreate(osAccountInfo, options.disallowedHapList); in RetryToGetAccount()
|
/base/account/os_account/tools/acm/src/ |
H A D | account_command.cpp | 169 result = ParseCreateCommandOpt(name, shortName, osAccountType, options.disallowedHapList); in RunAsCreateCommand()
|
/base/account/os_account/interfaces/kits/napi/osaccount/include/ |
H A D | napi_os_account.h | 80 std::vector<std::string> disallowedHapList; member
|
/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account_common.cpp | 522 asyncContext->disallowedHapList, true); in ParseParaCreateOA() 633 options.disallowedHapList = asyncContext->disallowedHapList; in CreateOAExecuteCB()
|