Home
last modified time | relevance | path

Searched refs:CreateNewUser (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbm_install_multi_user_test.cpp110 static int32_t CreateNewUser();
118 newUserId_ = CreateNewUser(); in SetUpTestCase()
245 int32_t userId = CreateNewUser();
284 int32_t userId = CreateNewUser();
323 int32_t userId = CreateNewUser();
362 int32_t userId = CreateNewUser();
401 int32_t userId = CreateNewUser();
440 int32_t userId = CreateNewUser();
479 int32_t userId = CreateNewUser();
519 int32_t userId = CreateNewUser();
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_user_mgr_interface.h33 virtual ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowList = {})
H A Dbundle_user_mgr_proxy.h36 … ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowList = {}) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleusermgrproxy_fuzzer/
H A Dbundleusermgrproxy_fuzzer.cpp29 userMgrProxy.CreateNewUser(reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/
H A Dbundle_user_manager_adapter_proxy.h35 …ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList = {}) over…
H A Dbundle_manager_adapter.h43 ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowedHapList = {});
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter.cpp127 ErrCode BundleManagerAdapter::CreateNewUser(int32_t userId, const std::vector<std::string> &disallo… in CreateNewUser() function in OHOS::AccountSA::BundleManagerAdapter
146 result = bundleUserMgrProxy->CreateNewUser(userId, disallowedHapList); in CreateNewUser()
H A Dbundle_user_manager_adapter_proxy.cpp31 ErrCode BundleUserManagerAdapterProxy::CreateNewUser(int32_t userId, const std::vector<std::string>… in CreateNewUser() function in OHOS::AccountSA::BundleUserManagerAdapterProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
H A Dbms_stream_installer_host_test.cpp57 MOCK_METHOD2(CreateNewUser, int(int32_t userId, const std::vector<std::string> &disallowList));
263 EXPECT_CALL(*userMgrHost_, CreateNewUser(_, _)).Times(1);
/ohos5.0/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> &disallo… in CreateNewUser() function in OHOS::AccountSA::BundleManagerAdapter
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_user_mgr_host_impl.h33 … ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowList = {}) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_user_mgr_host.cpp77 auto ret = CreateNewUser(userId, disallowList); in HandleCreateNewUser()
H A Dbundle_user_mgr_proxy.cpp40 ErrCode BundleUserMgrProxy::CreateNewUser(int32_t userId, const std::vector<std::string> &disallowL… in CreateNewUser() function in OHOS::AppExecFwk::BundleUserMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_user_mgr_host_impl.cpp93 ErrCode BundleUserMgrHostImpl::CreateNewUser(int32_t userId, const std::vector<std::string> &disall… in CreateNewUser() function in OHOS::AppExecFwk::BundleUserMgrHostImpl
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp170 …errCode = BundleManagerAdapter::GetInstance()->CreateNewUser(osAccountInfo.GetLocalId(), disallowe… in SendToBMSAccountCreate()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp2025 bundleUserMgrProxy->CreateNewUser(userId);
2050 bundleUserMgrProxy->CreateNewUser(userId, disallowList);
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map310 …"OHOS::AccountSA::BundleManagerAdapter::CreateNewUser(int, std::__h::vector<std::__h::basic_string…