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 D | bmsextensionclient_fuzzer.cpp | 43 bmsExtensionClient.QueryLauncherAbility(want, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/ |
H A D | bms_extension_client.h | 33 ErrCode QueryLauncherAbility(const Want &want, int32_t userId,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/ |
H A D | bms_extension_client.cpp | 30 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 D | bms_bundle_data_mgr_test.cpp | 5269 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 D | bundle_mgr_host_impl.cpp | 908 if (bmsExtensionClient->QueryLauncherAbility(want, userId, abilityInfos) == ERR_OK) { in QueryLauncherAbilityInfos() 935 if (bmsExtensionClient->QueryLauncherAbility(want, userId, abilityInfos) == ERR_OK) { in QueryAllAbilityInfos()
|