/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_query.cpp | 129 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 D | js_single_kv_store.cpp | 187 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 D | js_device_kv_store.cpp | 106 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 D | js_kv_manager.cpp | 136 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 D | js_field_node.cpp | 97 ASSERT_NULL(!ctxt->isThrowError, "JsFieldNode New exit"); in New() 126 ASSERT_NULL(!ctxt->isThrowError, "AppendChild exit"); in AppendChild()
|
H A D | js_kv_store_resultset.cpp | 175 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 D | js_error_utils.h | 52 (ctxt)->isThrowError = true; \ 61 (ctxt)->isThrowError = true; \
|
H A D | napi_queue.h | 52 bool isThrowError = false; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_error_utils.h | 51 (ctxt)->isThrowError = true; \ 60 (ctxt)->isThrowError = true; \
|
H A D | napi_queue.h | 48 bool isThrowError = false; member
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | uniform_type_descriptor_napi.cpp | 78 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 D | unified_data_channel_napi.cpp | 91 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 D | type_descriptor_napi.cpp | 98 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 D | js_cloud_share.cpp | 78 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 D | js_config.cpp | 72 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 D | js_client.cpp | 61 ASSERT_NULL(!ctxt->isThrowError, "SetCloudStrategy exit"); in SetCloudStrategy()
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/common/ |
H A D | napi_error_utils.h | 70 (ctxt)->isThrowError = true; \ 79 (ctxt)->isThrowError = true; \
|
H A D | napi_queue.h | 50 bool isThrowError = false; member
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screenshot/ |
H A D | native_screenshot_module.cpp | 274 bool isThrowError = true; in Resolve() local 293 isThrowError = false; in Resolve() 298 if (isThrowError) { in Resolve()
|