Home
last modified time | relevance | path

Searched refs:DeleteContext (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/context/
H A Ddelete_context.h27 class DeleteContext : public BaseContext { class
29 DeleteContext() = delete;
30 DeleteContext(napi_env env, EventManager *manager);
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/
H A Ddelete_context.cpp26 DeleteContext::DeleteContext(napi_env env, EventManager *manager) : BaseContext(env, manager) {} in DeleteContext() function in OHOS::NetManagerStandard::DeleteContext
43 void DeleteContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/
H A Dvpn_exec.h52 bool ExecDeleteSysVpnConfig(DeleteContext *context);
53 napi_value DeleteSysVpnConfigCallback(DeleteContext *context);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store_helper.cpp56 struct DeleteContext : public ContextBase { in GetRdbStore() struct
61 auto context = std::make_shared<DeleteContext>(); in GetRdbStore()
94 struct DeleteContext : public ContextBase { in DeleteRdbStore() struct
98 auto context = std::make_shared<DeleteContext>(); in DeleteRdbStore()
H A Dnapi_transaction.cpp350 struct DeleteContext : public TransactionContext { struct
372 auto context = std::make_shared<DeleteContext>(); in Delete()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H A Dvpn_async_work.cpp83 BaseAsyncWork::ExecAsyncWork<DeleteContext, VpnExec::ExecDeleteSysVpnConfig>(env, data); in ExecDeleteSysVpnConfig()
88 BaseAsyncWork::AsyncWorkCallback<DeleteContext, VpnExec::DeleteSysVpnConfigCallback>(env, status, data); in DeleteSysVpnConfigCallback()
H A Dvpn_exec.cpp127 bool ExecDeleteSysVpnConfig(DeleteContext *context) in ExecDeleteSysVpnConfig()
218 napi_value DeleteSysVpnConfigCallback(DeleteContext *context) in DeleteSysVpnConfigCallback()
H A Dvpn_module.cpp93 return ModuleTemplate::Interface<DeleteContext>(env, info, DELETE_SYS_VPN_CONFIG, nullptr, in DeleteSysVpnConfig()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dasync_call.cpp52 DeleteContext(env_, context_); in ~AsyncCall()
149 DeleteContext(env, context); in OnComplete()
152 void AsyncCall::DeleteContext(napi_env env, AsyncContext *context) in DeleteContext() function in OHOS::DataShare::AsyncCall
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dasync_call.cpp51 DeleteContext(env_, context_); in ~AsyncCall()
152 DeleteContext(env, context); in OnComplete()
154 void AsyncCall::DeleteContext(napi_env env, AsyncContext *context) in DeleteContext() function in OHOS::MiscServicesNapi::AsyncCall
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dasync_call.h100 static void DeleteContext(napi_env env, AsyncContext *context);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dasync_call.h111 static void DeleteContext(napi_env env, AsyncContext *context);
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_channel_napi.cpp196 struct DeleteContext : public ContextBase { in DeleteData() struct
202 auto ctxt = std::make_shared<DeleteContext>(); in DeleteData()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store.cpp166 struct DeleteContext : public ContextBase { in Delete() struct
169 auto ctxt = std::make_shared<DeleteContext>(); in Delete()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_single_kv_store.cpp220 struct DeleteContext : public ContextBase { in Delete() struct
225 auto ctxt = std::make_shared<DeleteContext>(); in Delete()

Completed in 10 milliseconds