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 D | js_util_cooperate.cpp | 31 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 D | js_util.cpp | 31 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 D | dfx_transaction.h | 27 CREATE_ERROR, enumerator
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | napi_constants.h | 66 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 D | album_plugin_table_event_handler.cpp | 60 reporter.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in InitiateData()
|
/ohos5.0/drivers/peripheral/input/udriver/src/ |
H A D | input_device_manager.cpp | 48 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 D | js_short_key_manager.cpp | 77 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 D | media_library_db_upgrade.cpp | 218 reporter.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in MoveSingleRelationshipToPhotos()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_rdb_transaction.cpp | 82 reporter_.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in Start()
|
H A D | medialibrary_rdbstore.cpp | 995 reporter.ReportError(DfxTransaction::AbnormalType::CREATE_ERROR, errCode); in PrepareSystemAlbums()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_manager.cpp | 80 CHKRF(napi_create_error(env, nullptr, errMsg, &businessError), CREATE_ERROR); in GetResult()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_event_target.cpp | 1301 CHKRP(napi_create_error(env, nullptr, resultMessage, &result), CREATE_ERROR); in GreateBusinessError()
|