Searched refs:ExecDestroy (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/ |
H A D | vpn_async_work_ext.cpp | 60 void ExecDestroy(napi_env env, void *data) in ExecDestroy() function 62 BaseAsyncWork::ExecAsyncWork<DestroyContext, VpnExecExt::ExecDestroy>(env, data); in ExecDestroy()
|
H A D | vpn_connection_ext.cpp | 53 return ModuleTemplate::Interface<DestroyContext>(env, info, DESTROY_EXT, nullptr, VpnAsyncWorkExt::ExecDestroy, in Destroy()
|
H A D | vpn_exec_ext.cpp | 83 bool ExecDestroy(DestroyContext *context) in ExecDestroy() function
|
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/include/ |
H A D | vpn_exec_ext.h | 38 bool ExecDestroy(DestroyContext *context);
|
H A D | vpn_async_work_ext.h | 33 void ExecDestroy(napi_env env, void *data);
|
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/ |
H A D | vpn_async_work.cpp | 60 void ExecDestroy(napi_env env, void *data) in ExecDestroy() function 62 BaseAsyncWork::ExecAsyncWork<DestroyContext, VpnExec::ExecDestroy>(env, data); in ExecDestroy()
|
H A D | vpn_connection.cpp | 48 return ModuleTemplate::Interface<DestroyContext>(env, info, DESTROY, nullptr, VpnAsyncWork::ExecDestroy, in Destroy()
|
H A D | vpn_exec.cpp | 97 bool ExecDestroy(DestroyContext *context) in ExecDestroy() function
|
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/ |
H A D | vpn_exec.h | 45 bool ExecDestroy(DestroyContext *context);
|
H A D | vpn_async_work.h | 33 void ExecDestroy(napi_env env, void *data);
|
Completed in 3 milliseconds