Home
last modified time | relevance | path

Searched refs:disallowedHapList (Results 1 - 18 of 18) sorted by relevance

/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_user_manager_adapter_proxy.cpp31 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 Dbundle_manager_adapter.cpp127 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 Dbundle_user_manager_adapter_proxy.h33 * @param disallowedHapList Pass in the provisioned disallowList.
35 ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList = {}) override;
H A Dbundle_manager_adapter.h43 ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList = {});
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_no_bms_mock_test.cpp95 options.disallowedHapList = { in HWTEST_F()
121 for (auto j : options.disallowedHapList) { in HWTEST_F()
/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_interface.h37 OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList = {});
/base/account/os_account/services/accountmgr/test/mock/os_account/
H A Dos_account_interface.h31 OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList = {});
H A Dos_account_interface.cpp42 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 Dbundle_manager_adapter.h37 ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList = {});
H A Dbundle_manager_adapter.cpp50 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 Dos_account_info.h50 std::vector<std::string> disallowedHapList = {}; member
/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/
H A Dcreateosaccount_fuzzer.cpp72 options.disallowedHapList.push_back(hapName); in CreateOsAccountWithShortNameFuzzTest()
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp458 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 Dos_account_interface.cpp173 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 Dinner_os_account_manager.cpp403 errCode = OsAccountInterface::SendToBMSAccountCreate(osAccountInfo, options.disallowedHapList); in RetryToGetAccount()
/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp169 result = ParseCreateCommandOpt(name, shortName, osAccountType, options.disallowedHapList); in RunAsCreateCommand()
/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h80 std::vector<std::string> disallowedHapList; member
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp522 asyncContext->disallowedHapList, true); in ParseParaCreateOA()
633 options.disallowedHapList = asyncContext->disallowedHapList; in CreateOAExecuteCB()

Completed in 16 milliseconds