Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpasteboard_js_err.h26 OUT_OF_RANGE = 12900001, member in OHOS::MiscServices::JSErrorCode
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dpasteboard_ffi.h23 #define OUT_OF_RANGE 12900001 macro
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpasteboard_ffi.cpp707 ret.code = OUT_OF_RANGE; in FfiOHOSPasteDataGetRecord()
713 ret.code = OUT_OF_RANGE; in FfiOHOSPasteDataGetRecord()
774 return OUT_OF_RANGE; in FfiOHOSPasteDataRemoveRecord()
814 return OUT_OF_RANGE; in FfiOHOSPasteDataReplaceRecord()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp349 if (obj == nullptr || !CheckExpression(env, index < obj->value_->GetRecordCount(), JSErrorCode::OUT_OF_RANGE, in RemoveRecord()
689 if (!CheckExpression(env, index < obj->value_->GetRecordCount(), JSErrorCode::OUT_OF_RANGE, in ReplaceRecord()
840 if (obj == nullptr || !CheckExpression(env, index < obj->value_->GetRecordCount(), JSErrorCode::OUT_OF_RANGE, in GetRecord()

Completed in 4 milliseconds