/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bm_install_multi_user_test.cpp | 110 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 D | bundle_user_mgr_interface.h | 33 virtual ErrCode CreateNewUser(int32_t userId, const std::vector<std::string> &disallowList = {})
|
H A D | bundle_user_mgr_proxy.h | 36 … 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 D | bundleusermgrproxy_fuzzer.cpp | 29 userMgrProxy.CreateNewUser(reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
|
/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/src/bundle_manager_adapter/ |
H A D | bundle_manager_adapter.cpp | 127 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 D | bundle_user_manager_adapter_proxy.cpp | 31 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 D | bms_stream_installer_host_test.cpp | 57 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 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> &disallo… in CreateNewUser() function in OHOS::AccountSA::BundleManagerAdapter
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_user_mgr_host_impl.h | 33 … 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 D | bundle_user_mgr_host.cpp | 77 auto ret = CreateNewUser(userId, disallowList); in HandleCreateNewUser()
|
H A D | bundle_user_mgr_proxy.cpp | 40 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 D | bundle_user_mgr_host_impl.cpp | 93 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 D | os_account_interface.cpp | 170 …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 D | bundle_mgr_client_system_test.cpp | 2025 bundleUserMgrProxy->CreateNewUser(userId); 2050 bundleUserMgrProxy->CreateNewUser(userId, disallowList);
|
/ohos5.0/base/account/os_account/services/accountmgr/ |
H A D | libaccountmgr.map | 310 …"OHOS::AccountSA::BundleManagerAdapter::CreateNewUser(int, std::__h::vector<std::__h::basic_string…
|