/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/ |
H A D | bundle_user_manager_adapter_proxy.cpp | 31 …nagerAdapterProxy::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 …dleManagerAdapter::CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList) in CreateNewUser() argument 146 result = bundleUserMgrProxy->CreateNewUser(userId, disallowedHapList); in CreateNewUser()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_no_bms_mock_test.cpp | 95 options.disallowedHapList = { 121 for (auto j : options.disallowedHapList) {
|
/ohos5.0/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/ |
H A D | bundle_user_manager_adapter_proxy.h | 35 …ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList = {}) over…
|
H A D | bundle_manager_adapter.h | 43 ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList = {});
|
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/os_account/ |
H A D | os_account_interface.h | 33 OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList = {});
|
H A D | os_account_interface.cpp | 45 OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList) in SendToBMSAccountCreate() argument
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | os_account_interface.h | 38 OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList = {});
|
/ohos5.0/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 …dleManagerAdapter::CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList) in CreateNewUser() argument
|
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_info.h | 50 std::vector<std::string> disallowedHapList = {};
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_info.cpp | 444 return parcel.WriteStringVector(disallowedHapList) && parcel.WriteBool(hasShortName); in Marshalling() 460 return parcel.ReadStringVector(&disallowedHapList) && parcel.ReadBool(hasShortName); in ReadFromParcel()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_interface.cpp | 165 OsAccountInfo &osAccountInfo, const std::vector<std::string> &disallowedHapList) in SendToBMSAccountCreate() argument 170 … BundleManagerAdapter::GetInstance()->CreateNewUser(osAccountInfo.GetLocalId(), disallowedHapList); in SendToBMSAccountCreate()
|
H A D | inner_os_account_manager.cpp | 426 errCode = OsAccountInterface::SendToBMSAccountCreate(osAccountInfo, options.disallowedHapList); in RetryToGetAccount()
|
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/ |
H A D | createosaccount_fuzzer.cpp | 72 options.disallowedHapList.push_back(hapName); in CreateOsAccountWithShortNameFuzzTest()
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/ |
H A D | napi_os_account.h | 80 std::vector<std::string> disallowedHapList; member
|
/ohos5.0/base/account/os_account/tools/acm/src/ |
H A D | account_command.cpp | 169 result = ParseCreateCommandOpt(name, shortName, osAccountType, options.disallowedHapList); in RunAsCreateCommand()
|
/ohos5.0/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()
|