Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_preloader.cpp59 if (!GetLaunchWant(bundleName, userId, launchWant)) { in GeneratePreloadRequest()
60 TAG_LOGE(AAFwkTag::APPMGR, "GetLaunchWant failed"); in GeneratePreloadRequest()
92 bool AppPreloader::GetLaunchWant(const std::string &bundleName, int32_t userId, AAFwk::Want &launchWant) in GetLaunchWant() function in OHOS::AppExecFwk::AppPreloader
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_preloader.h48 bool GetLaunchWant(const std::string &bundleName, int32_t userId, AAFwk::Want &want);
/foundation/ability/ability_runtime/test/fuzztest/abilityapppreloader_fuzzer/
H A Dabilityapppreloader_fuzzer.cpp69 appPreloader->GetLaunchWant(bundleName, userId, launchWant); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dextension.h74 std::shared_ptr<AAFwk::Want> GetLaunchWant();
/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
/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
583 APP_LOGD("NAPI GetLaunchWant call"); in GetLaunchWant()
591 ErrCode ret = CommonFunc::ConvertErrCode(iBundleMgr->GetLaunchWant(want)); in GetLaunchWant()
593 APP_LOGE("GetLaunchWant failed"); in GetLaunchWant()
606 APP_LOGD("call GetLaunchWant done"); in GetLaunchWant()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dextension_test.cpp366 * @tc.name: GetLaunchWant
367 * @tc.desc: Successfully verified GetLaunchWant.
372 EXPECT_EQ(extension_->GetLaunchWant(), extension_->launchWant_); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1529 virtual ErrCode GetLaunchWant(Want &want) in GetLaunchWant() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1079 virtual ErrCode GetLaunchWant(Want &want) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h997 virtual ErrCode GetLaunchWant(Want &want) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4278 ErrCode BundleMgrHostImpl::GetLaunchWant(Want &want) in GetLaunchWant() function in OHOS::AppExecFwk::BundleMgrHostImpl
4280 APP_LOGD("start GetLaunchWant"); in GetLaunchWant()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3925 ErrCode ret = GetLaunchWant(want); in HandleGetLaunchWant()
H A Dbundle_mgr_proxy.cpp5066 ErrCode BundleMgrProxy::GetLaunchWant(Want &want) in GetLaunchWant() function in OHOS::AppExecFwk::BundleMgrProxy
5069 APP_LOGD("begin to GetLaunchWant"); in GetLaunchWant()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp3122 ErrCode testRet = bundleMgrProxy->GetLaunchWant(want); in HWTEST_F()
3130 * @tc.name: test GetLaunchWant of BundleMgrHostImpl
3138 ErrCode testRet = hostImpl->GetLaunchWant(want); in HWTEST_F()

Completed in 61 milliseconds