/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/context/ |
H A D | delete_context.h | 27 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 D | delete_context.cpp | 26 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 D | vpn_exec.h | 52 bool ExecDeleteSysVpnConfig(DeleteContext *context); 53 napi_value DeleteSysVpnConfigCallback(DeleteContext *context);
|
/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 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 D | napi_transaction.cpp | 350 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 D | vpn_async_work.cpp | 83 BaseAsyncWork::ExecAsyncWork<DeleteContext, VpnExec::ExecDeleteSysVpnConfig>(env, data); in ExecDeleteSysVpnConfig() 88 BaseAsyncWork::AsyncWorkCallback<DeleteContext, VpnExec::DeleteSysVpnConfigCallback>(env, status, data); in DeleteSysVpnConfigCallback()
|
H A D | vpn_exec.cpp | 127 bool ExecDeleteSysVpnConfig(DeleteContext *context) in ExecDeleteSysVpnConfig() 218 napi_value DeleteSysVpnConfigCallback(DeleteContext *context) in DeleteSysVpnConfigCallback()
|
H A D | vpn_module.cpp | 93 return ModuleTemplate::Interface<DeleteContext>(env, info, DELETE_SYS_VPN_CONFIG, nullptr, in DeleteSysVpnConfig()
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | async_call.cpp | 52 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 D | async_call.cpp | 51 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 D | async_call.h | 100 static void DeleteContext(napi_env env, AsyncContext *context);
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/ |
H A D | async_call.h | 111 static void DeleteContext(napi_env env, AsyncContext *context);
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | unified_data_channel_napi.cpp | 196 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 D | js_kv_store.cpp | 166 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 D | js_single_kv_store.cpp | 220 struct DeleteContext : public ContextBase { in Delete() struct 225 auto ctxt = std::make_shared<DeleteContext>(); in Delete()
|