Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h271 std::vector<PreinstalledApplicationInfo> preinstalledApplicationInfos; member
H A Dbundle_manager.cpp4966 …v, napi_value result, const std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) in ProcessPreinstalledApplicationInfos() argument
4968 if (preinstalledApplicationInfos.size() == 0) { in ProcessPreinstalledApplicationInfos()
4974 for (const auto &item : preinstalledApplicationInfos) { in ProcessPreinstalledApplicationInfos()
4995 …talledApplicationInfos(env, result[ARGS_POS_ONE], asyncCallbackInfo->preinstalledApplicationInfos); in GetAllPreinstalledApplicationInfosComplete()
5005 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) in InnerGetAllPreinstalledApplicationInfos() argument
5012 ErrCode ret = iBundleMgr->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in InnerGetAllPreinstalledApplicationInfos()
5024 …fo->err = InnerGetAllPreinstalledApplicationInfos(asyncCallbackInfo->preinstalledApplicationInfos); in GetAllPreinstalledApplicationInfosExec()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp1938 std::vector<PreinstalledApplicationInfo> preinstalledApplicationInfos; variable
1939 ErrCode ret = bundleMgrProxy->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1466 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) in GetAllPreinstalledApplicationInfos() argument
H A Dbundle_mgr_proxy.h1065 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3764 std::vector<PreinstalledApplicationInfo> preinstalledApplicationInfos; in HandleGetAllPreinstalledApplicationInfos() local
3765 ErrCode ret = GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos); in HandleGetAllPreinstalledApplicationInfos()
3766 int32_t vectorSize = static_cast<int32_t>(preinstalledApplicationInfos.size()); in HandleGetAllPreinstalledApplicationInfos()
3782 if (ret == ERR_OK && !WriteParcelableVector(preinstalledApplicationInfos, reply)) { in HandleGetAllPreinstalledApplicationInfos()
H A Dbundle_mgr_proxy.cpp4879 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) in GetAllPreinstalledApplicationInfos() argument
4889 … BundleMgrInterfaceCode::GET_PREINSTALLED_APPLICATION_INFO, data, preinstalledApplicationInfos); in GetAllPreinstalledApplicationInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h975 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4032 std::vector<PreinstalledApplicationInfo> &preinstalledApplicationInfos) in GetAllPreinstalledApplicationInfos() argument
4054 preinstalledApplicationInfos.emplace_back(preinstalledApplicationInfo); in GetAllPreinstalledApplicationInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5296 std::vector<PreinstalledApplicationInfo> preinstalledApplicationInfos; variable
5297 ErrCode ret = bundleMgrProxy->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos);
H A Dbms_bundle_kit_service_test.cpp9664 std::vector<PreinstalledApplicationInfo> preinstalledApplicationInfos; variable
9665 ErrCode ret = hostImpl->GetAllPreinstalledApplicationInfos(preinstalledApplicationInfos);