Home
last modified time | relevance | path

Searched refs:DestroyContext (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/context/
H A Ddestroy_context.h27 class DestroyContext : public BaseContext {
29 DestroyContext() = delete;
30 DestroyContext(napi_env env, EventManager *manager);
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/include/context/
H A Ddestroy_context_ext.h27 class DestroyContext : public BaseContext {
29 DestroyContext() = delete;
30 DestroyContext(napi_env env, EventManager *manager);
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/
H A Ddestroy_context.cpp24 DestroyContext::DestroyContext(napi_env env, EventManager *manager) : BaseContext(env, manager) {} in DestroyContext() function in OHOS::NetManagerStandard::DestroyContext
26 void DestroyContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/context/
H A Ddestroy_context_ext.cpp24 DestroyContext::DestroyContext(napi_env env, EventManager *manager) : BaseContext(env, manager) {} in DestroyContext() function in OHOS::NetManagerStandard::DestroyContext
26 void DestroyContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Didentify_funcs.c41 DestroyContext(identifyContext); in DoIdentify()
64 DestroyContext(identifyContext); in DoUpdateIdentify()
89 DestroyContext(identifyContext); in DoUpdateIdentify()
H A Duser_auth_funcs.c69 DestroyContext(authContext); in GenerateSolutionFunc()
278 DestroyContext(userAuthContext); in RequestAuthResultFunc()
304 DestroyContext(userAuthContext); in RequestAuthResultFunc()
H A Dcontext_manager.c546 void DestroyContext(UserAuthContext *context) in DestroyContext() function
591 DestroyContext(authContext); in DestroyContextbyId()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/include/
H A Dvpn_exec_ext.h38 bool ExecDestroy(DestroyContext *context);
39 napi_value DestroyCallback(DestroyContext *context);
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/
H A Dvpn_exec.h45 bool ExecDestroy(DestroyContext *context);
46 napi_value DestroyCallback(DestroyContext *context);
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/
H A Dvpn_async_work_ext.cpp62 BaseAsyncWork::ExecAsyncWork<DestroyContext, VpnExecExt::ExecDestroy>(env, data); in ExecDestroy()
67 … BaseAsyncWork::AsyncWorkCallback<DestroyContext, VpnExecExt::DestroyCallback>(env, status, data); in DestroyCallback()
H A Dvpn_exec_ext.cpp83 bool ExecDestroy(DestroyContext *context) in ExecDestroy()
117 napi_value DestroyCallback(DestroyContext *context) in DestroyCallback()
H A Dvpn_connection_ext.cpp53 …return ModuleTemplate::Interface<DestroyContext>(env, info, DESTROY_EXT, nullptr, VpnAsyncWorkExt:… in Destroy()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H A Dvpn_async_work.cpp62 BaseAsyncWork::ExecAsyncWork<DestroyContext, VpnExec::ExecDestroy>(env, data); in ExecDestroy()
67 BaseAsyncWork::AsyncWorkCallback<DestroyContext, VpnExec::DestroyCallback>(env, status, data); in DestroyCallback()
H A Dvpn_exec.cpp83 bool ExecDestroy(DestroyContext *context) in ExecDestroy()
169 napi_value DestroyCallback(DestroyContext *context) in DestroyCallback()
H A Dvpn_connection.cpp48 …return ModuleTemplate::Interface<DestroyContext>(env, info, DESTROY, nullptr, VpnAsyncWork::ExecDe… in Destroy()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.h44 void DestroyContext();
H A Degl_state.h45 void DestroyContext();
H A Dwgl_state.cpp493 void WGLState::DestroyContext() in DestroyContext() function in WGLHelpers::WGLState
H A Degl_state.cpp904 void EGLState::DestroyContext() in DestroyContext() function in EGLHelpers::EGLState
H A Ddevice_gles.cpp1151 eglState_.DestroyContext(); in ~DeviceGLES()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Dcontext_manager_test.cpp258 DestroyContext(nullptr);
261 DestroyContext(context);
270 DestroyContext(context);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Dcontext_manager.h77 void DestroyContext(UserAuthContext *context);