/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_utils_test/ |
H A D | insight_intent_utils_test.cpp | 131 auto result = utils.GetSrcEntry(element1, TEST_INTENT_NAME, ExecuteMode::SERVICE_EXTENSION_ABILITY, in HWTEST_F() 135 result = utils.GetSrcEntry(element2, TEST_INTENT_NAME, ExecuteMode::SERVICE_EXTENSION_ABILITY, TEST_SRC_ENTRY); in HWTEST_F() 138 result = utils.GetSrcEntry(element3, TEST_INTENT_NAME, ExecuteMode::SERVICE_EXTENSION_ABILITY, TEST_SRC_ENTRY); in HWTEST_F() 141 result = utils.GetSrcEntry(element4, TEST_INTENT_NAME, ExecuteMode::SERVICE_EXTENSION_ABILITY, TEST_SRC_ENTRY); in HWTEST_F() 162 auto result = utils.GetSrcEntry(element1, TEST_INTENT_NAME, ExecuteMode::SERVICE_EXTENSION_ABILITY, in HWTEST_F() 167 result = utils.GetSrcEntry(element1, TEST_INTENT_NAME, ExecuteMode::SERVICE_EXTENSION_ABILITY, in HWTEST_F() 189 auto result = utils.GetSrcEntry(element1, TEST_BUNDLE_NAME, ExecuteMode::SERVICE_EXTENSION_ABILITY, in HWTEST_F() 211 auto result = utils.GetSrcEntry(element1, TEST_INTENT_NAME, ExecuteMode::UI_ABILITY_FOREGROUND, in HWTEST_F() 215 result = utils.GetSrcEntry(element1, TEST_INTENT_NAME, ExecuteMode::UI_ABILITY_BACKGROUND, in HWTEST_F() 218 result = utils.GetSrcEntry(element in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentutils_fuzzer/ |
H A D | abilitymgrinsightintentutils_fuzzer.cpp | 72 infos->GetSrcEntry(element, jsonStr, AppExecFwk::ExecuteMode::UI_ABILITY_FOREGROUND, srcEntry); in DoSomethingInterestingWithMyAPI() 73 infos->GetSrcEntry(element, jsonStr, AppExecFwk::ExecuteMode::UI_ABILITY_BACKGROUND, srcEntry); in DoSomethingInterestingWithMyAPI() 74 infos->GetSrcEntry(element, jsonStr, AppExecFwk::ExecuteMode::UI_EXTENSION_ABILITY, srcEntry); in DoSomethingInterestingWithMyAPI() 75 infos->GetSrcEntry(element, jsonStr, AppExecFwk::ExecuteMode::SERVICE_EXTENSION_ABILITY, srcEntry); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_manager_test/ |
H A D | insight_intent_utils_mock.cpp | 20 uint32_t InsightIntentUtils::GetSrcEntry(const AppExecFwk::ElementName &elementName, const std::string &intentName, in GetSrcEntry() function in OHOS::AbilityRuntime::InsightIntentUtils
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | insight_intent_utils.h | 29 static uint32_t GetSrcEntry(const AppExecFwk::ElementName &elementName, const std::string &intentName,
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | insight_intent_utils.cpp | 53 uint32_t InsightIntentUtils::GetSrcEntry(const AppExecFwk::ElementName &elementName, const std::string &intentName, in GetSrcEntry() function in OHOS::AbilityRuntime::InsightIntentUtils
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | child_process_record.h | 53 std::string GetSrcEntry() const;
|
/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/ |
H A D | abilitychildprocessrecord_fuzzer.cpp | 65 childRecord->GetSrcEntry(); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_execute_manager.cpp | 92 auto ret = AbilityRuntime::InsightIntentUtils::GetSrcEntry(elementName, in CheckAndUpdateWant() 225 auto ret = AbilityRuntime::InsightIntentUtils::GetSrcEntry(want.GetElement(), param->insightIntentName_, in GenerateWant()
|
H A D | free_install_manager.cpp | 756 auto ret = AbilityRuntime::InsightIntentUtils::GetSrcEntry(it->want.GetElement(), insightIntentName, in NotifyInsightIntentFreeInstallResult()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | child_process_record.cpp | 112 std::string ChildProcessRecord::GetSrcEntry() const in GetSrcEntry() function in OHOS::AppExecFwk::ChildProcessRecord
|
H A D | app_mgr_service_inner.cpp | 7072 info.srcEntry = childProcessRecord->GetSrcEntry(); in NotifyAppFaultBySA()
|
/foundation/ability/ability_runtime/test/unittest/app_running_record_test/ |
H A D | child_process_record_test.cpp | 173 auto srcEntry = childRecord->GetSrcEntry(); in HWTEST_F()
|