Home
last modified time | relevance | path

Searched refs:CREATE_ERROR (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_util_cooperate.cpp31 inline constexpr std::string_view CREATE_ERROR { "napi_create_error" }; variable
87 CHKRP(napi_create_error(env, nullptr, resultMessage, &object), CREATE_ERROR); in GetResult()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_util.cpp31 inline constexpr std::string_view CREATE_ERROR { "napi_create_error" }; variable
87 CHKRP(napi_create_error(env, nullptr, resultMessage, &object), CREATE_ERROR); in GetResult()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_transaction.h27 CREATE_ERROR, enumerator
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h66 inline constexpr std::string_view CREATE_ERROR = "napi_create_error"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/event_handler/
H A Dalbum_plugin_table_event_handler.cpp60 reporter.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in InitiateData()
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp48 const int32_t CREATE_ERROR = 0; variable
305 return CREATE_ERROR; in CreateInputDevListNode()
310 return CREATE_ERROR; in CreateInputDevListNode()
320 return CREATE_ERROR; in CreateInputDevListNode()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_manager.cpp77 CHKRF(napi_create_error(env, nullptr, errMsg, &businessError), CREATE_ERROR); in GetResult()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dmedia_library_db_upgrade.cpp218 reporter.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in MoveSingleRelationshipToPhotos()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdb_transaction.cpp82 reporter_.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in Start()
H A Dmedialibrary_rdbstore.cpp995 reporter.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in PrepareSystemAlbums()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp80 CHKRF(napi_create_error(env, nullptr, errMsg, &businessError), CREATE_ERROR); in GetResult()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_event_target.cpp1301 CHKRP(napi_create_error(env, nullptr, resultMessage, &result), CREATE_ERROR); in GreateBusinessError()