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 D | bundle_user_mgr_proxy.cpp | 40 …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 D | bundle_user_mgr_host.cpp | 73 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 D | bundle_user_mgr_host_impl.h | 33 … 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 D | bundle_user_mgr_host_impl.cpp | 93 … 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 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/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));
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
H A D | bundle_mgr_client_system_test.cpp | 2047 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 D | bms_bundle_data_mgr_test.cpp | 4791 const std::vector<std::string> disallowList; variable 4793 …auto res = bundleUserMgrHostImpl_->GetAllPreInstallBundleInfos(disallowList, USERID, preInstallBun… 4798 …res = bundleUserMgrHostImpl_->GetAllPreInstallBundleInfos(disallowList, USERID, preInstallBundleIn…
|