Home
last modified time | relevance | path

Searched refs:GetSrcEntry (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_utils_test/
H A Dinsight_intent_utils_test.cpp131 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 Dabilitymgrinsightintentutils_fuzzer.cpp72 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 Dinsight_intent_utils_mock.cpp20 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 Dinsight_intent_utils.h29 static uint32_t GetSrcEntry(const AppExecFwk::ElementName &elementName, const std::string &intentName,
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dinsight_intent_utils.cpp53 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 Dchild_process_record.h53 std::string GetSrcEntry() const;
/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/
H A Dabilitychildprocessrecord_fuzzer.cpp65 childRecord->GetSrcEntry(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp92 auto ret = AbilityRuntime::InsightIntentUtils::GetSrcEntry(elementName, in CheckAndUpdateWant()
225 auto ret = AbilityRuntime::InsightIntentUtils::GetSrcEntry(want.GetElement(), param->insightIntentName_, in GenerateWant()
H A Dfree_install_manager.cpp756 auto ret = AbilityRuntime::InsightIntentUtils::GetSrcEntry(it->want.GetElement(), insightIntentName, in NotifyInsightIntentFreeInstallResult()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dchild_process_record.cpp112 std::string ChildProcessRecord::GetSrcEntry() const in GetSrcEntry() function in OHOS::AppExecFwk::ChildProcessRecord
H A Dapp_mgr_service_inner.cpp7072 info.srcEntry = childProcessRecord->GetSrcEntry(); in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/test/unittest/app_running_record_test/
H A Dchild_process_record_test.cpp173 auto srcEntry = childRecord->GetSrcEntry(); in HWTEST_F()

Completed in 19 milliseconds