/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store_helper.cpp | 56 struct DeleteContext : public ContextBase { in GetRdbStore() struct 57 ContextParam param; in GetRdbStore() 58 RdbConfig config; in GetRdbStore() 59 std::shared_ptr<RdbStore> proxy; in GetRdbStore() 94 struct DeleteContext : public ContextBase { in DeleteRdbStore() struct 95 ContextParam param; in DeleteRdbStore() 96 RdbConfig config; in DeleteRdbStore()
|
H A D | napi_transaction.cpp | 344 struct DeleteContext : public TransactionContext { struct 345 int32_t Parse(napi_env env, size_t argc, napi_value *argv, napi_value self) in Parse() 354 std::shared_ptr<RdbPredicates> rdbPredicates = nullptr; 356 int64_t deleteRows = -1;
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/ |
H A D | delete_context.cpp | 26 DeleteContext::DeleteContext(napi_env env, EventManager *manager) : BaseContext(env, manager) {} in DeleteContext() function in OHOS::NetManagerStandard::DeleteContext
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | unified_data_channel_napi.cpp | 189 struct DeleteContext : public ContextBase { in DeleteData() struct 190 std::string key; in DeleteData() 191 Intention intention; in DeleteData() 192 std::vector<UnifiedData> unifiedDataSet; in DeleteData()
|
/ohos5.0/base/security/security_guard/frameworks/js/napi/ |
H A D | napi_request_data_manager.cpp | 49 void NapiRequestDataManager::DeleteContext(napi_env env) in DeleteContext() function in OHOS::Security::SecurityGuard::NapiRequestDataManager
|
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/ |
H A D | async_call.cpp | 138 void AsyncCall::DeleteContext(napi_env env, AsyncContext *context) in DeleteContext() function in OHOS::Request::UploadNapi::AsyncCall
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | async_call.cpp | 155 void AsyncCall::DeleteContext(napi_env env, AsyncContext *context) in DeleteContext() function in OHOS::MiscServicesNapi::AsyncCall
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/ |
H A D | scan_async_call.cpp | 186 void ScanAsyncCall::DeleteContext(napi_env env, AsyncContext *context) in DeleteContext() function in OHOS::Scan::ScanAsyncCall
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | call.cpp | 166 void Call::DeleteContext(napi_env env, CallContext *context) in DeleteContext() function in OHOS::WallpaperNAPI::Call
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | async_call.cpp | 150 void AsyncCall::DeleteContext(napi_env env, AsyncContext *context) in DeleteContext() function in OHOS::DataShare::AsyncCall
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | print_async_call.cpp | 169 void PrintAsyncCall::DeleteContext(napi_env env, AsyncContext *context) in DeleteContext() function in OHOS::Print::PrintAsyncCall
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | async_call.cpp | 209 void AsyncCall::DeleteContext(napi_env env, AsyncContext *context) in DeleteContext() function in OHOS::MiscServices::AsyncCall
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_single_kv_store.cpp | 220 struct DeleteContext : public ContextBase { in Delete() struct 221 std::string key; in Delete() 222 std::vector<DistributedKv::Blob> keys; in Delete() 223 napi_valuetype type; in Delete()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_kv_store.cpp | 166 struct DeleteContext : public ContextBase { in Delete() struct 167 std::string key; in Delete()
|