/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/context/ |
H A D | destroy_context.h | 27 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 D | destroy_context_ext.h | 27 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 D | destroy_context.cpp | 24 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 D | destroy_context_ext.cpp | 24 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 D | identify_funcs.c | 41 DestroyContext(identifyContext); in DoIdentify() 64 DestroyContext(identifyContext); in DoUpdateIdentify() 89 DestroyContext(identifyContext); in DoUpdateIdentify()
|
H A D | user_auth_funcs.c | 69 DestroyContext(authContext); in GenerateSolutionFunc() 278 DestroyContext(userAuthContext); in RequestAuthResultFunc() 304 DestroyContext(userAuthContext); in RequestAuthResultFunc()
|
H A D | context_manager.c | 546 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 D | vpn_exec_ext.h | 38 bool ExecDestroy(DestroyContext *context); 39 napi_value DestroyCallback(DestroyContext *context);
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/ |
H A D | vpn_exec.h | 45 bool ExecDestroy(DestroyContext *context); 46 napi_value DestroyCallback(DestroyContext *context);
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/ |
H A D | vpn_async_work_ext.cpp | 62 BaseAsyncWork::ExecAsyncWork<DestroyContext, VpnExecExt::ExecDestroy>(env, data); in ExecDestroy() 67 … BaseAsyncWork::AsyncWorkCallback<DestroyContext, VpnExecExt::DestroyCallback>(env, status, data); in DestroyCallback()
|
H A D | vpn_exec_ext.cpp | 83 bool ExecDestroy(DestroyContext *context) in ExecDestroy() 117 napi_value DestroyCallback(DestroyContext *context) in DestroyCallback()
|
H A D | vpn_connection_ext.cpp | 53 …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 D | vpn_async_work.cpp | 62 BaseAsyncWork::ExecAsyncWork<DestroyContext, VpnExec::ExecDestroy>(env, data); in ExecDestroy() 67 BaseAsyncWork::AsyncWorkCallback<DestroyContext, VpnExec::DestroyCallback>(env, status, data); in DestroyCallback()
|
H A D | vpn_exec.cpp | 83 bool ExecDestroy(DestroyContext *context) in ExecDestroy() 169 napi_value DestroyCallback(DestroyContext *context) in DestroyCallback()
|
H A D | vpn_connection.cpp | 48 …return ModuleTemplate::Interface<DestroyContext>(env, info, DESTROY, nullptr, VpnAsyncWork::ExecDe… in Destroy()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | wgl_state.h | 44 void DestroyContext();
|
H A D | egl_state.h | 45 void DestroyContext();
|
H A D | wgl_state.cpp | 493 void WGLState::DestroyContext() in DestroyContext() function in WGLHelpers::WGLState
|
H A D | egl_state.cpp | 904 void EGLState::DestroyContext() in DestroyContext() function in EGLHelpers::EGLState
|
H A D | device_gles.cpp | 1151 eglState_.DestroyContext(); in ~DeviceGLES()
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
H A D | context_manager_test.cpp | 258 DestroyContext(nullptr); 261 DestroyContext(context); 270 DestroyContext(context);
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/ |
H A D | context_manager.h | 77 void DestroyContext(UserAuthContext *context);
|