Home
last modified time | relevance | path

Searched refs:isThrowError (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_query.cpp129 if (ctxt->isThrowError) { in EqualTo()
133 ASSERT_NULL(!ctxt->isThrowError, "EqualTo exit"); in EqualTo()
160 ASSERT_NULL(!ctxt->isThrowError, "NotEqualTo exit"); in NotEqualTo()
214 ASSERT_NULL(!ctxt->isThrowError, "LessThan exit"); in LessThan()
303 ASSERT_NULL(!ctxt->isThrowError, "IsNull exit"); in IsNull()
381 ASSERT_NULL(!ctxt->isThrowError, "InNumber exit"); in InNumber()
416 ASSERT_NULL(!ctxt->isThrowError, "InString exit"); in InString()
494 ASSERT_NULL(!ctxt->isThrowError, "Like exit"); in Like()
523 ASSERT_NULL(!ctxt->isThrowError, "Unlike exit"); in Unlike()
621 ASSERT_NULL(!ctxt->isThrowError, "Limit exit"); in Limit()
[all …]
H A Djs_single_kv_store.cpp187 ctxt->isThrowError = true; in Put()
195 ASSERT_NULL(!ctxt->isThrowError, "Put exit"); in Put()
248 ASSERT_NULL(!ctxt->isThrowError, "Delete exit"); in Delete()
290 ASSERT_NULL(!ctxt->isThrowError, "OnEvent exit"); in OnEvent()
320 ASSERT_NULL(!ctxt->isThrowError, "OffEvent exit"); in OffEvent()
355 ASSERT_NULL(!ctxt->isThrowError, "PutBatch exit"); in PutBatch()
493 ASSERT_NULL(!ctxt->isThrowError, "EnableSync exit"); in EnableSync()
567 ASSERT_NULL(!ctxt->isThrowError, "Backup exit"); in Backup()
601 ASSERT_NULL(!ctxt->isThrowError, "Restore exit"); in Restore()
899 ASSERT_NULL(!ctxt->isThrowError, "Get exit"); in Get()
[all …]
H A Djs_device_kv_store.cpp106 ASSERT_NULL(!ctxt->isThrowError, "DeviceGet exits"); in Get()
201 ASSERT_NULL(!ctxt->isThrowError, "GetEntries exit"); in GetEntries()
252 ASSERT_NULL(!ctxt->isThrowError, "GetResultSet exit"); in GetResultSet()
296 ASSERT_NULL(!ctxt->isThrowError, "GetResultSize exit"); in GetResultSize()
326 ASSERT_NULL(!ctxt->isThrowError, "New JsDeviceKVStore exit"); in New()
H A Djs_kv_manager.cpp136 ASSERT_NULL(!ctxt->isThrowError, "GetKVStore exit"); in GetKVStore()
196 ASSERT_NULL(!ctxt->isThrowError, "CloseKVStore exits"); in CloseKVStore()
237 ASSERT_NULL(!ctxt->isThrowError, "DeleteKVStore exits"); in DeleteKVStore()
278 ASSERT_NULL(!ctxt->isThrowError, "GetAllKVStoreId exits"); in GetAllKVStoreId()
418 ASSERT_NULL(!ctxt->isThrowError, "JsKVManager New exit"); in New()
H A Djs_field_node.cpp97 ASSERT_NULL(!ctxt->isThrowError, "JsFieldNode New exit"); in New()
126 ASSERT_NULL(!ctxt->isThrowError, "AppendChild exit"); in AppendChild()
H A Djs_kv_store_resultset.cpp175 ASSERT_NULL(!ctxt->isThrowError, "Move exit"); in Move()
197 ASSERT_NULL(!ctxt->isThrowError, "MoveToPosition exit"); in MoveToPosition()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Djs_error_utils.h52 (ctxt)->isThrowError = true; \
61 (ctxt)->isThrowError = true; \
H A Dnapi_queue.h52 bool isThrowError = false; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_error_utils.h51 (ctxt)->isThrowError = true; \
60 (ctxt)->isThrowError = true; \
H A Dnapi_queue.h48 bool isThrowError = false; member
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Duniform_type_descriptor_napi.cpp78 ASSERT_NULL(!ctxt->isThrowError, "GetTypeDescriptor Exit"); in GetTypeDescriptor()
110 ASSERT_NULL(!ctxt->isThrowError, "GetUniformDataTypeByFilenameExtension Exit"); in GetUniformDataTypeByFilenameExtension()
148 ASSERT_NULL(!ctxt->isThrowError, "GetUniformDataTypeByMIMEType Exit"); in GetUniformDataTypeByMIMEType()
189 ASSERT_NULL(!ctxt->isThrowError, "GetMultiUniformDataTypesByFilenameExtension Exit"); in GetMultiUniformDataTypesByFilenameExtension()
225 ASSERT_NULL(!ctxt->isThrowError, "GetMultiUniformDataTypesByMIMEType Exit"); in GetMultiUniformDataTypesByMIMEType()
H A Dunified_data_channel_napi.cpp91 ASSERT_NULL(!ctxt->isThrowError, "Insert Exit"); in InsertData()
131 ASSERT_NULL(!ctxt->isThrowError, "Update Exit"); in UpdateData()
167 ASSERT_NULL(!ctxt->isThrowError, "Query Exit"); in QueryData()
214 ASSERT_NULL(!ctxt->isThrowError, "Delete Exit"); in DeleteData()
299 ASSERT_NULL(!ctxt->isThrowError, "SetAppShareOption Exit"); in SetAppShareOptions()
328 ASSERT_NULL(!ctxt->isThrowError, "RemoveAppShareOption Exit"); in RemoveAppShareOptions()
H A Dtype_descriptor_napi.cpp98 ASSERT_NULL(!ctxt->isThrowError, "BelongsTo Exit"); in BelongsTo()
121 ASSERT_NULL(!ctxt->isThrowError, "IsLowerLevelType Exit"); in IsLowerLevelType()
144 ASSERT_NULL(!ctxt->isThrowError, "IsHigherLevelType Exit"); in IsHigherLevelType()
167 ASSERT_NULL(!ctxt->isThrowError, "Equals Exit"); in Equals()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_share.cpp78 ASSERT_NULL(!ctxt->isThrowError, "AllocResourceAndShare exit"); in AllocResourceAndShare()
131 ASSERT_NULL(!ctxt->isThrowError, "share exit"); in Share()
182 ASSERT_NULL(!ctxt->isThrowError, "unShare exit"); in Unshare()
226 ASSERT_NULL(!ctxt->isThrowError, "exit exit"); in Exit()
278 ASSERT_NULL(!ctxt->isThrowError, "changePrivilege exit"); in ChangePrivilege()
322 ASSERT_NULL(!ctxt->isThrowError, "query exit"); in Query()
367 ASSERT_NULL(!ctxt->isThrowError, "queryByInvitation exit"); in QueryByInvitation()
419 ASSERT_NULL(!ctxt->isThrowError, "confirmInvitation exit"); in ConfirmInvitation()
471 ASSERT_NULL(!ctxt->isThrowError, "changeConfirmation exit"); in ChangeConfirmation()
H A Djs_config.cpp72 ASSERT_NULL(!ctxt->isThrowError, "EnableCloud exit"); in EnableCloud()
116 ASSERT_NULL(!ctxt->isThrowError, "DisableCloud exit"); in DisableCloud()
174 ASSERT_NULL(!ctxt->isThrowError, "ChangeAppCloudSwitch exit"); in ChangeAppCloudSwitch()
226 ASSERT_NULL(!ctxt->isThrowError, "Clean exit"); in Clean()
293 ASSERT_NULL(!ctxt->isThrowError, "NotifyDataChange exit"); in NotifyDataChange()
356 ASSERT_NULL(!ctxt->isThrowError, "QueryStatistics exit"); in QueryStatistics()
405 ASSERT_NULL(!ctxt->isThrowError, "SetGlobalCloudStrategy exit"); in SetGlobalCloudStrategy()
488 ASSERT_NULL(!ctxt->isThrowError, "QueryLastSyncInfo exit"); in QueryLastSyncInfo()
H A Djs_client.cpp61 ASSERT_NULL(!ctxt->isThrowError, "SetCloudStrategy exit"); in SetCloudStrategy()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
H A Dnapi_error_utils.h70 (ctxt)->isThrowError = true; \
79 (ctxt)->isThrowError = true; \
H A Dnapi_queue.h50 bool isThrowError = false; member
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp274 bool isThrowError = true; in Resolve() local
293 isThrowError = false; in Resolve()
298 if (isThrowError) { in Resolve()