Home
last modified time | relevance | path

Searched refs:disallowList (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_user_mgr_proxy.cpp40 …ode BundleUserMgrProxy::CreateNewUser(int32_t userId, const std::vector<std::string> &disallowList) in CreateNewUser() argument
53 (disallowList.size() > DISALLOWLISTMAXSIZE) ? DISALLOWLISTMAXSIZE : disallowList.size(); in CreateNewUser()
59 if (!data.WriteString(disallowList.at(index))) { in CreateNewUser()
H A Dbundle_user_mgr_host.cpp73 std::vector<std::string> disallowList; in HandleCreateNewUser() local
75 disallowList.emplace_back(data.ReadString()); in HandleCreateNewUser()
77 auto ret = CreateNewUser(userId, disallowList); in HandleCreateNewUser()
/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;
49 void OnCreateNewUser(int32_t userId, const std::vector<std::string> &disallowList = {});
58 const std::vector<std::string> &disallowList,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_user_mgr_host_impl.cpp93 … BundleUserMgrHostImpl::CreateNewUser(int32_t userId, const std::vector<std::string> &disallowList) in CreateNewUser() argument
105 OnCreateNewUser(userId, disallowList); in CreateNewUser()
118 …undleUserMgrHostImpl::OnCreateNewUser(int32_t userId, const std::vector<std::string> &disallowList) in OnCreateNewUser() argument
140 if (!GetAllPreInstallBundleInfos(disallowList, userId, preInstallBundleInfos)) { in OnCreateNewUser()
175 const std::vector<std::string> &disallowList, in GetAllPreInstallBundleInfos() argument
195 if (std::find(disallowList.begin(), disallowList.end(), in GetAllPreInstallBundleInfos()
196 preInfo.GetBundleName()) != disallowList.end()) { in GetAllPreInstallBundleInfos()
/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/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));
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp2047 const std::vector<std::string> &disallowList = {"com.example.actsregisterjserrorrely"}; variable
2050 bundleUserMgrProxy->CreateNewUser(userId, disallowList);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4791 const std::vector<std::string> disallowList; variable
4793 …auto res = bundleUserMgrHostImpl_->GetAllPreInstallBundleInfos(disallowList, USERID, preInstallBun…
4798 …res = bundleUserMgrHostImpl_->GetAllPreInstallBundleInfos(disallowList, USERID, preInstallBundleIn…