Home
last modified time | relevance | path

Searched refs:QueryLauncherAbility (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsextensionclient_fuzzer/
H A Dbmsextensionclient_fuzzer.cpp43 bmsExtensionClient.QueryLauncherAbility(want, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/
H A Dbms_extension_client.h33 ErrCode QueryLauncherAbility(const Want &want, int32_t userId,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/
H A Dbms_extension_client.cpp30 ErrCode BmsExtensionClient::QueryLauncherAbility(const Want &want, int32_t userId, in QueryLauncherAbility() function in OHOS::AppExecFwk::BmsExtensionClient
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5269 ErrCode ret = bmsExtensionClient->QueryLauncherAbility(want, userId, abilityInfos);
5274 ret = bmsExtensionClient->QueryLauncherAbility(want, userId, abilityInfos);
5278 ret = bmsExtensionClient->QueryLauncherAbility(want, userId, abilityInfos);
5283 ret = bmsExtensionClient->QueryLauncherAbility(want, userId, abilityInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp908 if (bmsExtensionClient->QueryLauncherAbility(want, userId, abilityInfos) == ERR_OK) { in QueryLauncherAbilityInfos()
935 if (bmsExtensionClient->QueryLauncherAbility(want, userId, abilityInfos) == ERR_OK) { in QueryAllAbilityInfos()