Home
last modified time | relevance | path

Searched refs:GetLaunchWant (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_preloader.cpp59 if (!GetLaunchWant(bundleName, userId, launchWant)) { in GeneratePreloadRequest()
92 bool AppPreloader::GetLaunchWant(const std::string &bundleName, int32_t userId, AAFwk::Want &launch… in GetLaunchWant() function in OHOS::AppExecFwk::AppPreloader
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_preloader.h49 bool GetLaunchWant(const std::string &bundleName, int32_t userId, AAFwk::Want &want);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityapppreloader_fuzzer/
H A Dabilityapppreloader_fuzzer.cpp69 appPreloader->GetLaunchWant(bundleName, userId, launchWant); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dextension.h74 std::shared_ptr<AAFwk::Want> GetLaunchWant();
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension.cpp130 std::shared_ptr<AAFwk::Want> Extension::GetLaunchWant() in GetLaunchWant() function in OHOS::AbilityRuntime::Extension
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp173 DECLARE_NAPI_FUNCTION("getLaunchWant", GetLaunchWant), in BundleManagerExport()
H A Dbundle_manager.h341 napi_value GetLaunchWant(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp581 napi_value GetLaunchWant(napi_env env, napi_callback_info info) in GetLaunchWant() function
591 ErrCode ret = CommonFunc::ConvertErrCode(iBundleMgr->GetLaunchWant(want)); in GetLaunchWant()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dextension_test.cpp372 EXPECT_EQ(extension_->GetLaunchWant(), extension_->launchWant_);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1530 virtual ErrCode GetLaunchWant(Want &want) in GetLaunchWant() function
H A Dbundle_mgr_proxy.h1076 virtual ErrCode GetLaunchWant(Want &want) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h997 virtual ErrCode GetLaunchWant(Want &want) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3934 ErrCode ret = GetLaunchWant(want); in HandleGetLaunchWant()
H A Dbundle_mgr_proxy.cpp5041 ErrCode BundleMgrProxy::GetLaunchWant(Want &want) in GetLaunchWant() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4310 ErrCode BundleMgrHostImpl::GetLaunchWant(Want &want) in GetLaunchWant() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp3123 ErrCode testRet = bundleMgrProxy->GetLaunchWant(want);
3139 ErrCode testRet = hostImpl->GetLaunchWant(want);