/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_app_provision_info.h | 29 return NativeRdb::E_ERROR; in Insert() 34 return NativeRdb::E_ERROR; in BatchInsert() 38 return NativeRdb::E_ERROR; in Replace() 44 return NativeRdb::E_ERROR; in InsertWithConflictResolution() 50 return NativeRdb::E_ERROR; in Update() 56 return NativeRdb::E_ERROR; 62 return NativeRdb::E_ERROR; in UpdateWithConflictResolution() 68 return NativeRdb::E_ERROR; 73 return NativeRdb::E_ERROR; in Delete() 78 return NativeRdb::E_ERROR; [all...] |
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_rdb.h | 58 return NativeRdb::E_ERROR; 63 return NativeRdb::E_ERROR; 67 return NativeRdb::E_ERROR; 73 return NativeRdb::E_ERROR; 78 return NativeRdb::E_ERROR; 84 return NativeRdb::E_ERROR; 90 return NativeRdb::E_ERROR; 122 return NativeRdb::E_ERROR; 127 return NativeRdb::E_ERROR; 132 return NativeRdb::E_ERROR; [all...] |
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | datashare_block_writer_impl.cpp | 45 return E_ERROR;
in AllocRow() 55 return E_ERROR;
in Write() 60 return E_ERROR;
in Write() 70 return E_ERROR;
in Write() 75 return E_ERROR;
in Write() 85 return E_ERROR;
in Write() 90 return E_ERROR;
in Write() 100 return E_ERROR;
in Write() 105 return E_ERROR;
in Write() 115 return E_ERROR;
in Write() [all...] |
H A D | datashare_result_set.cpp | 61 return E_ERROR;
in GetAllColumnNames() 71 return E_ERROR;
in GetRowCount() 126 return E_ERROR;
in GetDataType() 133 return E_ERROR;
in GetDataType() 144 return E_ERROR;
in GoToRow() 150 return E_ERROR;
in GoToRow() 154 return E_ERROR;
in GoToRow() 173 return E_ERROR;
in GoToRow() 185 return E_ERROR;
in GetBlob() 194 return E_ERROR;
in GetBlob() [all...] |
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | unified_data_properties_napi.cpp | 42 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 45 ASSERT_ERR(ctxt->env, properties != nullptr, Status::E_ERROR, "no memory for properties!"); in New() 68 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetPropertiesNapi() 78 Status::E_ERROR, "invalid object!"); in GetExtras() 89 ASSERT_BUSINESS_ERR(ctxt, argc >= 1, Status::E_ERROR, "Mandatory parameters are left unspecified"); in SetExtras() 91 ASSERT_BUSINESS_ERR(ctxt, ret, Status::E_ERROR, "parameter extras type must be Record<string, object>"); in SetExtras() 94 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetExtras() 97 Status::E_ERROR, "invalid object!"); in SetExtras() 108 Status::E_ERROR, "invalid object!"); in GetTag() 110 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "se in GetTag() [all...] |
H A D | system_defined_appitem_napi.cpp | 50 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 53 ASSERT_ERR(ctxt->env, sdAppItem != nullptr, Status::E_ERROR, "no memory for system defined appitem!"); in New() 64 ASSERT_ERR_VOID(env, sdAppItem != nullptr, Status::E_ERROR, "no memory for system defined appitem!"); in NewInstance() 82 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetSystemDefinedAppItem() 91 ASSERT_ERR(ctxt->env, (sdAppItem != nullptr && sdAppItem->value_ != nullptr), Status::E_ERROR, in GetAppId() 94 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set app id failed!"); in GetAppId() 111 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetAppId() 113 ASSERT_ERR(ctxt->env, (sdAppItem != nullptr && sdAppItem->value_ != nullptr), Status::E_ERROR, in SetAppId() 124 ASSERT_ERR(ctxt->env, (sdAppItem != nullptr && sdAppItem->value_ != nullptr), Status::E_ERROR, in GetAppName() 127 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "se in GetAppName() [all...] |
H A D | system_defined_form_napi.cpp | 49 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 52 ASSERT_ERR(ctxt->env, sdForm != nullptr, Status::E_ERROR, "no memory for system defined form!"); in New() 63 ASSERT_ERR_VOID(env, sdForm != nullptr, Status::E_ERROR, "no memory for system defined form!"); in NewInstance() 81 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetSystemDefinedForm() 91 ctxt->env, (sdForm != nullptr && sdForm->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetFormId() 93 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set form id failed!"); in GetFormId() 110 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetFormId() 113 ctxt->env, (sdForm != nullptr && sdForm->value_ != nullptr), Status::E_ERROR, "invalid object!"); in SetFormId() 124 ctxt->env, (sdForm != nullptr && sdForm->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetFormName() 126 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "se in GetFormName() [all...] |
H A D | plain_text_napi.cpp | 46 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 49 ASSERT_ERR(ctxt->env, plainText != nullptr, Status::E_ERROR, "no memory for plain text!"); in New() 60 ASSERT_ERR_VOID(env, plainText != nullptr, Status::E_ERROR, "no memory for plain text!"); in NewInstance() 77 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetPlainText() 86 ASSERT_ERR(ctxt->env, (plainText != nullptr && plainText->value_ != nullptr), Status::E_ERROR, in GetContent() 89 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set text content failed!"); in GetContent() 106 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetContent() 108 ASSERT_ERR(ctxt->env, (plainText != nullptr && plainText->value_ != nullptr), Status::E_ERROR, in SetContent() 119 ASSERT_ERR(ctxt->env, (plainText != nullptr && plainText->value_ != nullptr), Status::E_ERROR, in GetAbstract() 122 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "se in GetAbstract() [all...] |
H A D | html_napi.cpp | 46 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 49 ASSERT_ERR(ctxt->env, html != nullptr, Status::E_ERROR, "no memory for html!"); in New() 60 ASSERT_ERR_VOID(env, html != nullptr, Status::E_ERROR, "no memory for html!"); in NewInstance() 77 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetHtml() 87 ctxt->env, (html != nullptr && html->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetPlainContent() 89 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set plain content failed!"); in GetPlainContent() 106 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetPlainContent() 109 ctxt->env, (html != nullptr && html->value_ != nullptr), Status::E_ERROR, "invalid object!"); in SetPlainContent() 120 ctxt->env, (html != nullptr && html->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetHtmlContent() 122 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "se in GetHtmlContent() [all...] |
H A D | link_napi.cpp | 47 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 50 ASSERT_ERR(ctxt->env, link != nullptr, Status::E_ERROR, "no memory for link!"); in New() 61 ASSERT_ERR_VOID(env, link != nullptr, Status::E_ERROR, "no memory for link!"); in NewInstance() 78 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetLink() 88 ctxt->env, (link != nullptr && link->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetUrl() 90 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set url failed!"); in GetUrl() 107 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetUrl() 110 ctxt->env, (link != nullptr && link->value_ != nullptr), Status::E_ERROR, "invalid object!"); in SetUrl() 121 ctxt->env, (link != nullptr && link->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetDescription() 123 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "se in GetDescription() [all...] |
H A D | application_defined_record_napi.cpp | 44 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 47 ASSERT_ERR(ctxt->env, record != nullptr, Status::E_ERROR, "no memory for application defined record!"); in New() 58 ASSERT_ERR_VOID(env, record != nullptr, Status::E_ERROR, "no memory for application defined record!"); in NewInstance() 76 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetApplicationDefinedRecord() 86 ctxt->env, (record != nullptr && record->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetApplicationDefinedType() 88 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set type failed!"); in GetApplicationDefinedType() 105 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetApplicationDefinedType() 108 ctxt->env, (record != nullptr && record->value_ != nullptr), Status::E_ERROR, "invalid object!"); in SetApplicationDefinedType() 119 ctxt->env, (record != nullptr && record->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetRawData() 121 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "se in GetRawData() [all...] |
H A D | file_napi.cpp | 43 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 46 ASSERT_ERR(ctxt->env, file != nullptr, Status::E_ERROR, "no memory for file!"); in New() 57 ASSERT_ERR_VOID(env, file != nullptr, Status::E_ERROR, "no memory for file!"); in NewInstance() 74 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetFile() 84 ctxt->env, (file != nullptr && file->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetDetails() 86 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set details failed!"); in GetDetails() 103 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetDetails() 106 ctxt->env, (file != nullptr && file->value_ != nullptr), Status::E_ERROR, "invalid object!"); in SetDetails() 117 ctxt->env, (file != nullptr && file->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetUri() 119 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "se in GetUri() [all...] |
H A D | unified_data_napi.cpp | 63 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok, Status::E_ERROR, "invalid type!"); in New() 69 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 71 ASSERT_ERR(ctxt->env, uData != nullptr, Status::E_ERROR, "no memory for unified data!"); in New() 103 ASSERT_ERR_STATUS(env, unifiedData != nullptr, Status::E_ERROR, "no memory for unified data!"); in NewInstance() 114 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetUnifiedData() 130 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok, Status::E_ERROR, "invalid type!"); in AddRecord() 133 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in AddRecord() 136 ctxt->env, (uData != nullptr && uData->value_ != nullptr), Status::E_ERROR, "invalid object!"); in AddRecord() 147 ctxt->env, (uData != nullptr && uData->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetRecords() 150 ASSERT_ERR(ctxt->env, status == napi_ok, Status::E_ERROR, "ini in GetRecords() [all...] |
H A D | video_napi.cpp | 46 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 49 ASSERT_ERR(ctxt->env, video != nullptr, Status::E_ERROR, "no memory for video!"); in New() 60 ASSERT_ERR_VOID(env, video != nullptr, Status::E_ERROR, "no memory for video!"); in NewInstance() 77 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetVideo() 87 ctxt->env, (video != nullptr && video->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetVideoUri() 89 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set video uri failed!"); in GetVideoUri() 106 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetVideoUri() 109 ctxt->env, (video != nullptr && video->value_ != nullptr), Status::E_ERROR, "invalid object!"); in SetVideoUri()
|
H A D | text_napi.cpp | 42 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 45 ASSERT_ERR(ctxt->env, text != nullptr, Status::E_ERROR, "no memory for text!"); in New() 56 ASSERT_ERR_VOID(env, text != nullptr, Status::E_ERROR, "no memory for text!"); in NewInstance() 73 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetText() 83 ctxt->env, (text != nullptr && text->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetDetails() 85 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set details failed!"); in GetDetails() 102 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetDetails() 105 ctxt->env, (text != nullptr && text->value_ != nullptr), Status::E_ERROR, "invalid object!"); in SetDetails()
|
H A D | system_defined_pixelmap_napi.cpp | 45 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 48 ASSERT_ERR(ctxt->env, sdPixelMap != nullptr, Status::E_ERROR, "no memory for system defined pixel map!"); in New() 59 ASSERT_ERR_VOID(env, sdPixelMap != nullptr, Status::E_ERROR, "no memory for system defined pixel map!"); in NewInstance() 77 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetSystemDefinedPixelMap() 86 ASSERT_ERR(ctxt->env, (sdPixelMap != nullptr && sdPixelMap->value_ != nullptr), Status::E_ERROR, in GetRawData() 89 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set raw data failed!"); in GetRawData() 106 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetRawData() 108 ASSERT_ERR(ctxt->env, (sdPixelMap != nullptr && sdPixelMap->value_ != nullptr), Status::E_ERROR, in SetRawData()
|
H A D | system_defined_record_napi.cpp | 42 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 45 ASSERT_ERR(ctxt->env, sdRecord != nullptr, Status::E_ERROR, "no memory for system defined record!"); in New() 56 ASSERT_ERR_VOID(env, sdRecord != nullptr, Status::E_ERROR, "no memory for system defined record!"); in NewInstance() 74 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetSystemDefinedRecord() 83 ASSERT_ERR(ctxt->env, (sdRecord != nullptr && sdRecord->value_ != nullptr), Status::E_ERROR, in GetDetails() 86 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set details failed!"); in GetDetails() 104 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetDetails() 107 ctxt->env, (sdRecord != nullptr && sdRecord->value_ != nullptr), Status::E_ERROR, in SetDetails()
|
H A D | image_napi.cpp | 46 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 49 ASSERT_ERR(ctxt->env, image != nullptr, Status::E_ERROR, "no memory for image!"); in New() 60 ASSERT_ERR_VOID(env, image != nullptr, Status::E_ERROR, "no memory for image!"); in NewInstance() 77 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetImage() 87 ctxt->env, (image != nullptr && image->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetImageUri() 89 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set image uri failed!"); in GetImageUri() 106 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetImageUri() 109 ctxt->env, (image != nullptr && image->value_ != nullptr), Status::E_ERROR, "invalid object!"); in SetImageUri()
|
H A D | summary_napi.cpp | 39 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 42 ASSERT_ERR(ctxt->env, summary != nullptr, Status::E_ERROR, "no memory for summary!"); in New() 61 ASSERT_ERR_VOID(env, summary != nullptr, Status::E_ERROR, "no memory for summary!"); in NewInstance() 70 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetDataSummary() 79 ASSERT_ERR(ctxt->env, (summary != nullptr && summary->value_ != nullptr), Status::E_ERROR, in GetSummary() 82 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set summery failed!"); in GetSummary() 91 ASSERT_ERR(ctxt->env, (summary != nullptr && summary->value_ != nullptr), Status::E_ERROR, in GetTotal() 94 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set total failed!"); in GetTotal()
|
H A D | audio_napi.cpp | 46 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in New() 49 ASSERT_ERR(ctxt->env, audio != nullptr, Status::E_ERROR, "no memory for audio!"); in New() 60 ASSERT_ERR_VOID(env, audio != nullptr, Status::E_ERROR, "no memory for audio!"); in NewInstance() 77 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in GetAudio() 87 ctxt->env, (audio != nullptr && audio->value_ != nullptr), Status::E_ERROR, "invalid object!"); in GetAudioUri() 89 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, "set audio uri failed!"); in GetAudioUri() 106 ASSERT_ERR(ctxt->env, ctxt->status == napi_ok, Status::E_ERROR, ctxt->error); in SetAudioUri() 109 ctxt->env, (audio != nullptr && audio->value_ != nullptr), Status::E_ERROR, "invalid object!"); in SetAudioUri()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | result_set_proxy.cpp | 53 return E_ERROR; in GetColumnType() 130 return E_ERROR; in Get() 143 return E_ERROR; in GetSize() 178 return E_ERROR; in Send() 188 return E_ERROR; in SendRequest() 194 return E_ERROR; in SendRequest() 199 return E_ERROR; in SendRequest() 204 return E_ERROR; in SendRequest() 211 return E_ERROR; in SendRequest() 216 return E_ERROR; in SendRequest() [all...] |
H A D | cache_result_set.cpp | 65 return E_ERROR; in GetBlob() 78 return E_ERROR; in GetString() 91 return E_ERROR; in GetInt() 104 return E_ERROR; in GetLong() 117 return E_ERROR; in GetDouble() 130 return E_ERROR; in IsColumnNull() 140 return E_ERROR; in GetRow() 147 return E_ERROR; in GetRow() 160 return E_ERROR; in GoToRow() 164 return E_ERROR; in GoToRow() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.cpp | 128 return { DBErr::E_ERROR, dbSchema }; in GetAppSchema() 140 return { DBErr::E_ERROR, dbSchema }; in GetAppSchema() 149 return { DBErr::E_ERROR, dbSchema }; in GetAppSchema() 311 return DBErr::E_ERROR; in Subscribe() 318 return DBErr::E_ERROR; in Subscribe() 326 return DBErr::E_ERROR; in Subscribe() 332 return DBErr::E_ERROR; in Subscribe() 336 return DBErr::E_ERROR; in Subscribe() 343 return DBErr::E_ERROR; in Subscribe() 358 return DBErr::E_ERROR; in DoSubscribe() [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/ |
H A D | rdb_data_manager.cpp | 37 return NativeRdb::E_ERROR; in Init() 48 return NativeRdb::E_ERROR; in InsertData() 61 return NativeRdb::E_ERROR; in BatchInsert() 73 return NativeRdb::E_ERROR; in UpdateData() 77 return NativeRdb::E_ERROR; in UpdateData() 88 return NativeRdb::E_ERROR; in DeleteData() 92 return NativeRdb::E_ERROR; in DeleteData()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cursor.cpp | 42 return resultSet_->GetColumnName(col, name) == DBStatus::OK ? GeneralError::E_OK : GeneralError::E_ERROR; in GetColumnName() 62 return resultSet_->MoveToFirst() ? GeneralError::E_OK : GeneralError::E_ERROR; in MoveToFirst() 67 return resultSet_->MoveToNext() ? GeneralError::E_OK : GeneralError::E_ERROR; in MoveToNext() 72 return resultSet_->MoveToPrevious() ? GeneralError::E_OK : GeneralError::E_ERROR; in MoveToPrev() 85 return ret == DBStatus::OK ? GeneralError::E_OK : GeneralError::E_ERROR; in GetRow() 93 return GeneralError::E_ERROR; in Get() 97 return GeneralError::E_ERROR; in Get() 108 return GeneralError::E_ERROR; in Get()
|