Home
last modified time | relevance | path

Searched defs:executeResult (Results 1 – 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
Dnapi_common_execute_result.cpp28 bool UnwrapExecuteResult(napi_env env, napi_value param, InsightIntentExecuteResult &executeResult) in UnwrapExecuteResult()
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dinsight_intent_execute_callback_proxy.cpp25 const AppExecFwk::InsightIntentExecuteResult &executeResult) in OnExecuteDone()
Dinsight_intent_execute_callback_stub.cpp58 std::shared_ptr<AppExecFwk::InsightIntentExecuteResult> executeResult( in OnExecuteDoneInner() local
Dability_manager_stub.cpp2831 …std::unique_ptr<InsightIntentExecuteResult> executeResult(data.ReadParcelable<InsightIntentExecute… in ExecuteInsightIntentDoneInner() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/
Dinsight_intent_host_client.cpp57 const AppExecFwk::InsightIntentExecuteResult &executeResult) in OnExecuteDone()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
Dnapi_zlib_common.h45 int executeResult = 0; member
/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent_driver/
Djs_insight_intent_driver.cpp52 AppExecFwk::InsightIntentExecuteResult executeResult) override in ProcessInsightIntentExecute()
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
Djs_distributedobjectstore.cpp183 … bool executeResult = JSDistributedObjectStore::GetBundleNameWithContext(env, argv[3], bundleName); in JSCreateObjectSync() local
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
Dability_manager_client_branch_test.cpp1881 const InsightIntentExecuteResult executeResult; variable