Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp10723 std::string bundleNameStored = ""; in ExecuteInsightIntentDone() local
10724 auto ret = DelayedSingleton<InsightIntentExecuteManager>::GetInstance()->GetBundleName(intentId, bundleNameStored); in ExecuteInsightIntentDone()
10731 if (bundleNameStored != bundleName) { in ExecuteInsightIntentDone()
10733 "bundleName %{public}s and %{public}s mismatch", bundleName.c_str(), bundleNameStored.c_str()); in ExecuteInsightIntentDone()

Completed in 23 milliseconds