Home
last modified time | relevance | path

Searched refs:ProcessPreload (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dbundle_connect_ability_mgr.h94 bool ProcessPreload(const Want &want);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_grant_test.cpp251 auto ret = bundleMgrHostImpl_->ProcessPreload(want);
H A Dbms_bundle_permission_false_test.cpp321 bool ret = bundleMgrHostImpl_->ProcessPreload(want);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleconnectabilitymgr_fuzzer/
H A Dbundleconnectabilitymgr_fuzzer.cpp60 bundleConnectAbilityMgr.ProcessPreload(want); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp945 auto ret = connectAbilityMgr->ProcessPreload(want);
963 auto ret = connectAbilityMgr->ProcessPreload(want);
981 auto ret = connectAbilityMgr->ProcessPreload(want);
1000 auto ret = connectAbilityMgr->ProcessPreload(want);
1018 auto ret = connectAbilityMgr->ProcessPreload(want);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp104 bmHelper->ProcessPreload(want); in BundleMgrHelperFuzztest1()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h62 bool ProcessPreload(const Want &want);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp271 bms->ProcessPreload(want); in CheckPreload()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp486 bool BundleMgrHelper::ProcessPreload(const Want &want) in ProcessPreload() function in OHOS::AppExecFwk::BundleMgrHelper
498 return bundleMgr->ProcessPreload(newWant); in ProcessPreload()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_connect_manager.h559 void ProcessPreload(const std::shared_ptr<AbilityRecord> &record) const;
H A Dmission_list_manager.h508 void ProcessPreload(const std::shared_ptr<AbilityRecord> &record) const;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp467 auto ret = bundleMgrHelper->ProcessPreload(want);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp255 bundleMgrProxy.ProcessPreload(want); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1299 virtual bool ProcessPreload(const Want &want) in ProcessPreload() function
H A Dbundle_mgr_proxy.h880 virtual bool ProcessPreload(const Want &want) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h329 virtual bool ProcessPreload(const Want &want) override;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp909 acm->ProcessPreload(abilityRecord); in AbilityTransitionDone()
951 void AbilityConnectManager::ProcessPreload(const std::shared_ptr<AbilityRecord> &record) const in ProcessPreload() function in OHOS::AAFwk::AbilityConnectManager
960 bundleMgrHelper->ProcessPreload(want); in ProcessPreload()
H A Dmission_list_manager.cpp3001 mgr->ProcessPreload(abilityRecord); in CompleteFirstFrameDrawing()
3006 void MissionListManager::ProcessPreload(const std::shared_ptr<AbilityRecord> &record) const in ProcessPreload() function in OHOS::AAFwk::MissionListManager
3015 bundleMgrHelper->ProcessPreload(want); in ProcessPreload()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp263 bool BundleConnectAbilityMgr::ProcessPreload(const Want &want) in ProcessPreload() function in OHOS::AppExecFwk::BundleConnectAbilityMgr
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h811 void ProcessPreload(const AppExecFwk::AbilityInfo& abilityInfo) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp3190 bool res = bundleMgrHostImpl_->ProcessPreload(want);
3204 bool res = bundleConnectAbility->ProcessPreload(want);
6024 bool res = bundleConnectAbility->ProcessPreload(want);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp743 bool BundleMgrHostImpl::ProcessPreload(const Want &want) in ProcessPreload() function in OHOS::AppExecFwk::BundleMgrHostImpl
755 return connectAbilityMgr->ProcessPreload(want); in ProcessPreload()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp220 ssm_->ProcessPreload(abilityInfo);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6359 void SceneSessionManager::ProcessPreload(const AppExecFwk::AbilityInfo& abilityInfo) const in ProcessPreload() function in OHOS::Rosen::SceneSessionManager
6370 bundleMgr_->ProcessPreload(want); in ProcessPreload()
6417 ProcessPreload(*abilityInfoPtr); in NotifyCompleteFirstFrameDrawing()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3104 auto ret = ProcessPreload(*want); in HandleProcessPreload()

12