Home
last modified time | relevance | path

Searched refs:ReplyFailed (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Djs_startup_task_executor.cpp88 ReplyFailed(std::move(callback), ERR_STARTUP_INTERNAL_ERROR, in CallStartupInit()
94 ReplyFailed(std::move(callback), ERR_STARTUP_INTERNAL_ERROR, in CallStartupInit()
101 ReplyFailed(std::move(callback), ERR_STARTUP_FAILED_TO_EXECUTE_STARTUP, in CallStartupInit()
108 ReplyFailed(std::move(callback), ERR_STARTUP_FAILED_TO_EXECUTE_STARTUP, in CallStartupInit()
123 ReplyFailed(std::move(callback), ERR_STARTUP_FAILED_TO_EXECUTE_STARTUP, in HandleReturnVal()
169 ReplyFailed(callback, ERR_STARTUP_FAILED_TO_EXECUTE_STARTUP, in RejectResultCallback()
174 void JsStartupTaskExecutor::ReplyFailed(StartupTaskResultCallback *callback, in ReplyFailed() function in OHOS::AbilityRuntime::JsStartupTaskExecutor
187 void JsStartupTaskExecutor::ReplyFailed(std::unique_ptr<StartupTaskResultCallback> callback, in ReplyFailed() function in OHOS::AbilityRuntime::JsStartupTaskExecutor
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Djs_startup_task_executor.h50 static void ReplyFailed(StartupTaskResultCallback *callback,
53 static void ReplyFailed(std::unique_ptr<StartupTaskResultCallback> callback,
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.cpp260 JsInsightIntentExecutor::ReplyFailed(callback); in ResolveCbCpp()
274 JsInsightIntentExecutor::ReplyFailed(callback); in RejectCbCpp()
278 void JsInsightIntentExecutor::ReplyFailed(InsightIntentExecutorAsyncCallback* callback, in ReplyFailed() function in OHOS::AbilityRuntime::JsInsightIntentExecutor
299 ReplyFailed(callback); in ReplySucceeded()
312 JsInsightIntentExecutor::ReplyFailed(callback, innerErr); in ReplyFailedInner()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.h116 static void ReplyFailed(InsightIntentExecutorAsyncCallback* callback,