Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp320 bundleMgrProxy.QueryAbilityInfoByContinueType(bundleName, "BROWSER", abilityInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1506 …virtual ErrCode QueryAbilityInfoByContinueType(const std::string &bundleName, const std::string &c…
H A Dbundle_mgr_proxy.h1056 …virtual ErrCode QueryAbilityInfoByContinueType(const std::string &bundleName, const std::string &c…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h985 …virtual ErrCode QueryAbilityInfoByContinueType(const std::string &bundleName, const std::string &c…
H A Dbundle_data_mgr.h960 …ErrCode QueryAbilityInfoByContinueType(const std::string &bundleName, const std::string &continueT…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4187 ErrCode BundleMgrHostImpl::QueryAbilityInfoByContinueType(const std::string &bundleName, in QueryAbilityInfoByContinueType() function in OHOS::AppExecFwk::BundleMgrHostImpl
4213 …ErrCode res = dataMgr->QueryAbilityInfoByContinueType(bundleName, continueType, abilityInfo, userI… in QueryAbilityInfoByContinueType()
H A Dbundle_data_mgr.cpp8538 ErrCode BundleDataMgr::QueryAbilityInfoByContinueType(const std::string &bundleName, in QueryAbilityInfoByContinueType() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9138 …auto getInfoResult = bundleMgrProxy->QueryAbilityInfoByContinueType(appName, continueType, ability…
9172 …auto getInfoResult = bundleMgrProxy->QueryAbilityInfoByContinueType(appName, continueType, ability…
9204 …auto getInfoResult = bundleMgrProxy->QueryAbilityInfoByContinueType(appName, continueType, ability…
9236 …auto getInfoResult = bundleMgrProxy->QueryAbilityInfoByContinueType("appName", continueType, abili…
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp4389 …result = bundleMgrProxy_->QueryAbilityInfoByContinueType(bundleName, continueType, abilityInfo, us… in RunAsQueryAbilityInfoByContinueType()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3851 auto ret = QueryAbilityInfoByContinueType(bundleName, continueType, abilityInfo, userId); in HandleQueryAbilityInfoByContinueType()
H A Dbundle_mgr_proxy.cpp4921 ErrCode BundleMgrProxy::QueryAbilityInfoByContinueType(const std::string &bundleName, in QueryAbilityInfoByContinueType() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9718 …ErrCode ret = hostImpl->QueryAbilityInfoByContinueType(BUNDLE_NAME_DEMO, TYPE_001, abilityInfo, DE…