Home
last modified time | relevance | path

Searched refs:preinstalledApplicationInfos (Results 1 - 12 of 12) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp317 std::vector<PreinstalledApplicationInfo> preinstalledApplicationInfos; in DoSomethingInterestingWithMyAPI() local
318 bundleMgrProxy.GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h271 std::vector<PreinstalledApplicationInfo> preinstalledApplicationInfos; member
H A Dbundle_manager.cpp4953 napi_env env, napi_value result, const std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) in ProcessPreinstalledApplicationInfos()
4955 if (preinstalledApplicationInfos.size() == 0) { in ProcessPreinstalledApplicationInfos()
4961 for (const auto &item : preinstalledApplicationInfos) { in ProcessPreinstalledApplicationInfos()
4982 ProcessPreinstalledApplicationInfos(env, result[ARGS_POS_ONE], asyncCallbackInfo->preinstalledApplicationInfos); in GetAllPreinstalledApplicationInfosComplete()
4992 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) in InnerGetAllPreinstalledApplicationInfos()
4999 ErrCode ret = iBundleMgr->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in InnerGetAllPreinstalledApplicationInfos()
5011 asyncCallbackInfo->err = InnerGetAllPreinstalledApplicationInfos(asyncCallbackInfo->preinstalledApplicationInfos); in GetAllPreinstalledApplicationInfosExec()
4952 ProcessPreinstalledApplicationInfos( napi_env env, napi_value result, const std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) ProcessPreinstalledApplicationInfos() argument
4991 InnerGetAllPreinstalledApplicationInfos( std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) InnerGetAllPreinstalledApplicationInfos() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1461 * @param preinstalledApplicationInfos Indicates all of the obtained PreinstalledApplicationInfo objects.
1465 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) in GetAllPreinstalledApplicationInfos()
1464 GetAllPreinstalledApplicationInfos( std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) GetAllPreinstalledApplicationInfos() argument
H A Dbundle_mgr_proxy.h1064 * @param preinstalledApplicationInfos Indicates all of the obtained PreinstalledApplicationInfo objects.
1068 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) override;
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp1938 std::vector<PreinstalledApplicationInfo> preinstalledApplicationInfos; in HWTEST_F() local
1939 ErrCode ret = bundleMgrProxy->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3755 std::vector<PreinstalledApplicationInfo> preinstalledApplicationInfos; in HandleGetAllPreinstalledApplicationInfos() local
3756 ErrCode ret = GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in HandleGetAllPreinstalledApplicationInfos()
3757 int32_t vectorSize = static_cast<int32_t>(preinstalledApplicationInfos.size()); in HandleGetAllPreinstalledApplicationInfos()
3773 if (ret == ERR_OK && !WriteParcelableVector(preinstalledApplicationInfos, reply)) { in HandleGetAllPreinstalledApplicationInfos()
H A Dbundle_mgr_proxy.cpp4904 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) in GetAllPreinstalledApplicationInfos()
4914 BundleMgrInterfaceCode::GET_PREINSTALLED_APPLICATION_INFO, data, preinstalledApplicationInfos); in GetAllPreinstalledApplicationInfos()
4903 GetAllPreinstalledApplicationInfos( std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) GetAllPreinstalledApplicationInfos() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h971 * @param preinstalledApplicationInfos Indicates all of the obtained PreinstalledApplicationInfo objects.
975 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4000 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) in GetAllPreinstalledApplicationInfos()
4022 preinstalledApplicationInfos.emplace_back(preinstalledApplicationInfo); in GetAllPreinstalledApplicationInfos()
3999 GetAllPreinstalledApplicationInfos( std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) GetAllPreinstalledApplicationInfos() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5318 std::vector<PreinstalledApplicationInfo> preinstalledApplicationInfos; in HWTEST_F() local
5319 ErrCode ret = bundleMgrProxy->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in HWTEST_F()
H A Dbms_bundle_kit_service_test.cpp9699 std::vector<PreinstalledApplicationInfo> preinstalledApplicationInfos; in HWTEST_F() local
9700 ErrCode ret = hostImpl->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in HWTEST_F()

Completed in 79 milliseconds