Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_manager_test/
H A Dinsight_intent_execute_manager_test.cpp64 auto paramPtr = std::make_shared<AppExecFwk::InsightIntentExecuteParam>(param); in HWTEST_F() local
66 auto ret = InsightIntentExecuteManager::GenerateWant(paramPtr, want); in HWTEST_F()
91 auto paramPtr = std::make_shared<AppExecFwk::InsightIntentExecuteParam>(param); in HWTEST_F() local
93 auto ret = InsightIntentExecuteManager::GenerateWant(paramPtr, want); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_event.cpp37 auto paramPtr = std::get_if<std::shared_ptr<DCameraRegistParam>>(&eventParam_); in GetDCameraRegistParam() local
38 if (paramPtr == nullptr) { in GetDCameraRegistParam()
42 param = *paramPtr; in GetDCameraRegistParam()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecutemanager_fuzzer/
H A Dabilitymgrinsightintentexecutemanager_fuzzer.cpp82 std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> paramPtr; in DoSomethingInterestingWithMyAPI() local
84 Minfos->CheckAndUpdateParam(key, callerToken, paramPtr); in DoSomethingInterestingWithMyAPI()
103 Minfos->GenerateWant(paramPtr, want); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp10557 auto paramPtr = std::make_shared<InsightIntentExecuteParam>(param); in ExecuteIntent() local
10559 paramPtr); in ExecuteIntent()
10565 ret = InsightIntentExecuteManager::GenerateWant(paramPtr, want); in ExecuteIntent()
10598 DelayedSingleton<InsightIntentExecuteManager>::GetInstance()->RemoveExecuteIntent(paramPtr->insightIntentId_); in ExecuteIntent()

Completed in 20 milliseconds