/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/ |
H A D | ecological_rule_interceptor.h | 45 void GetEcologicalCallerInfo(const Want &want, ErmsCallerInfo &callerInfo, int32_t userId,
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrecologicalruleinterceptor_fuzzer/ |
H A D | abilitymgrecologicalruleinterceptor_fuzzer.cpp | 86 executer->GetEcologicalCallerInfo(want, callerInfo, userId, token); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ecological_rule_interceptor.cpp | 161 void EcologicalRuleInterceptor::GetEcologicalCallerInfo(const Want &want, ErmsCallerInfo &callerInfo, int32_t userId, in GetEcologicalCallerInfo() function in OHOS::AAFwk::EcologicalRuleInterceptor 227 GetEcologicalCallerInfo(want, callerInfo, userId, callerToken); in InitErmsCallerInfo()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | implicit_start_processor.h | 98 void GetEcologicalCallerInfo(const Want &want, ErmsCallerInfo &callerInfo, int32_t userId);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/ |
H A D | bundle_connect_ability_mgr.h | 255 void GetEcologicalCallerInfo(const Want &want, ErmsCallerInfo &callerInfo, int32_t userId);
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleconnectabilitymgr_fuzzer/ |
H A D | bundleconnectabilitymgr_fuzzer.cpp | 118 bundleConnectAbilityMgr.GetEcologicalCallerInfo(want, callerInfo, userId);
in DoSomething2()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | implicit_start_processor.cpp | 759 GetEcologicalCallerInfo(want, callerInfo, userId); in FilterAbilityList() 769 void ImplicitStartProcessor::GetEcologicalCallerInfo(const Want &want, ErmsCallerInfo &callerInfo, int32_t userId) in GetEcologicalCallerInfo() function in OHOS::AAFwk::ImplicitStartProcessor
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_test.cpp | 1413 connectAbilityMgr->GetEcologicalCallerInfo(want, callerInfo, USERID); in HWTEST_F() 1991 * Function: GetEcologicalCallerInfo 1992 * @tc.name: test GetEcologicalCallerInfo 1993 * @tc.desc: test GetEcologicalCallerInfo success 2003 connectAbilityMgr->GetEcologicalCallerInfo(want, callerInfo, USERID); in HWTEST_F() 2011 * Function: GetEcologicalCallerInfo 2012 * @tc.name: test GetEcologicalCallerInfo 2013 * @tc.desc: test GetEcologicalCallerInfo success 2023 connectAbilityMgr->GetEcologicalCallerInfo(want, callerInfo, USERID); in HWTEST_F() 2030 * Function: GetEcologicalCallerInfo [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 295 GetEcologicalCallerInfo(want, callerInfo, userId); in SilentInstall() 1186 void BundleConnectAbilityMgr::GetEcologicalCallerInfo(const Want &want, ErmsCallerInfo &callerInfo, int32_t userId) in GetEcologicalCallerInfo() function in OHOS::AppExecFwk::BundleConnectAbilityMgr
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 5941 * @tc.name: test GetEcologicalCallerInfo 5951 bundleConnectAbility->GetEcologicalCallerInfo(want, callerInfo, USERID); in HWTEST_F() 5967 bundleConnectAbility->GetEcologicalCallerInfo(want, callerInfo, USERID); in HWTEST_F()
|