Searched refs:intentName (Results 1 - 7 of 7) sorted by relevance
/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() argument 56 TAG_LOGD(AAFwkTag::INTENT, "get srcEntry, elementName: %{public}s, intentName: %{public}s, mode: %{public}d", in GetSrcEntry() 57 elementName.GetURI().c_str(), intentName.c_str(), executeMode); in GetSrcEntry() 61 if (bundleName.empty() || moduleName.empty() || abilityName.empty() || intentName.empty()) { in GetSrcEntry() 87 // Get srcEntry when intentName matched in GetSrcEntry() 89 if (info.intentName == intentName && CheckAbilityName(info, abilityName, executeMode)) { in GetSrcEntry()
|
/foundation/ability/ability_runtime/test/unittest/insight_intent_profile_test/ |
H A D | insight_intent_profile_test.cpp | 30 "\"intentName\":\"test1\"," 50 "\"intentName\":\"test2\"," 102 insightIntent.intentName = ""; in HWTEST_F() 105 insightIntent.intentName = "testIntent"; in HWTEST_F() 110 EXPECT_EQ(info.intentName, "testIntent"); in HWTEST_F() 126 insightIntent.intentName = "testIntent"; in HWTEST_F() 143 insightIntent.intentName = "testIntent"; in HWTEST_F() 164 insightIntent.intentName = ""; in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_profile.cpp | 31 const std::string INSIGHT_INTENT_NAME = "intentName"; 67 std::string intentName; member 145 insightIntentInfo.intentName, in from_json() 215 if (insightIntent.intentName.empty()) { in TransformToInsightIntentInfo() 216 TAG_LOGE(AAFwkTag::INTENT, "empty intentName"); in TransformToInsightIntentInfo() 220 info.intentName = insightIntent.intentName; in TransformToInsightIntentInfo()
|
/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() argument
|
/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,
|
H A D | insight_intent_profile.h | 47 std::string intentName; member
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | bundle_status_adapter_test.cpp | 93 "intentName": "OTHER_INTENT", in HWTEST_F() 116 "intentName": "PLAY_MUSICLIST", in HWTEST_F() 139 "intentName": "PLAY_AUDIO", in HWTEST_F()
|
Completed in 4 milliseconds