Searched refs:innerErr (Results 1 - 10 of 10) sorted by relevance
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/ |
H A D | preferences_db_adapter.cpp | 231 int innerErr = GRD_OK; in TryRepairAndRebuild() local 233 innerErr = RepairDb(); in TryRepairAndRebuild() 234 if (innerErr == GRD_OK) { in TryRepairAndRebuild() 236 return innerErr; in TryRepairAndRebuild() 237 } else if (innerErr == GRD_DB_BUSY) { in TryRepairAndRebuild() 239 (DB_REPAIR_RETRY_TIMES - retryTimes + 1), innerErr); in TryRepairAndRebuild() 245 LOG_ERROR("db repair failed: %{public}d, begin to rebuild", innerErr); in TryRepairAndRebuild() 251 innerErr = OpenDb(true); in TryRepairAndRebuild() 252 if (innerErr == GRD_OK || innerErr in TryRepairAndRebuild() 277 int innerErr = TryRepairAndRebuild(errCode); Init() local 475 int innerErr = GetAllInner(data, resultSet); // log inside when failed GetAll() local [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_execute_result.cpp | 23 innerErr = parcel.ReadInt32(); in ReadFromParcel() 31 if (!parcel.WriteInt32(innerErr)) { in Marshalling()
|
H A D | ability_manager_service.cpp | 10738 intentId, result.innerErr, result); in ExecuteInsightIntentDone()
|
/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/ |
H A D | media_file_ext_ability.cpp | 109 int32_t ConvertErrno(int32_t innerErr) in ConvertErrno() argument 111 if (innerErr >= 0) { in ConvertErrno() 115 if (ClientErrTable.find(innerErr) != ClientErrTable.end()) { in ConvertErrno() 116 err = ClientErrTable.at(innerErr); in ConvertErrno()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/ |
H A D | js_insight_intent_executor.cpp | 279 InsightIntentInnerErr innerErr) in ReplyFailed() 286 errorResult.innerErr = innerErr; in ReplyFailed() 302 resultCpp->innerErr = InsightIntentInnerErr::INSIGHT_INTENT_ERR_OK; in ReplySucceeded() 307 void JsInsightIntentExecutor::ReplyFailedInner(InsightIntentInnerErr innerErr) in ReplyFailedInner() argument 312 JsInsightIntentExecutor::ReplyFailed(callback, innerErr); in ReplyFailedInner() 278 ReplyFailed(InsightIntentExecutorAsyncCallback* callback, InsightIntentInnerErr innerErr) ReplyFailed() argument
|
H A D | insight_intent_executor_mgr.cpp | 105 result.innerErr = errCode; in TriggerCallbackInner()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/ |
H A D | js_insight_intent_executor.h | 117 InsightIntentInnerErr innerErr = InsightIntentInnerErr::INSIGHT_INTENT_EXECUTE_REPLY_FAILED); 120 void ReplyFailedInner(InsightIntentInnerErr innerErr = InsightIntentInnerErr::INSIGHT_INTENT_EXECUTE_REPLY_FAILED);
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | insight_intent_execute_result.h | 35 int32_t innerErr = AbilityRuntime::InsightIntentInnerErr::INSIGHT_INTENT_ERR_OK; member
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | js_ui_extension.cpp | 568 params.SetParam(INSIGHT_INTENT_EXECUTE_RESULT_CODE, Integer::Box(result.innerErr)); in OnInsightIntentExecuteDone()
|
H A D | js_ui_extension_base.cpp | 522 params.SetParam(INSIGHT_INTENT_EXECUTE_RESULT_CODE, Integer::Box(result.innerErr)); in OnInsightIntentExecuteDone()
|
Completed in 40 milliseconds