Home
last modified time | relevance | path

Searched refs:GetAppNetContext (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/include/
H A Dgetappnet_context.h28 class GetAppNetContext : public BaseContext {
30 GetAppNetContext() = delete;
31 GetAppNetContext(napi_env env, EventManager *manager);
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/src/
H A Dgetappnet_context.cpp39 GetAppNetContext::GetAppNetContext(napi_env env, EventManager *manager) : BaseContext(env, manager)… in GetAppNetContext() function in OHOS::NetManagerStandard::GetAppNetContext
41 void GetAppNetContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/include/
H A Dconnection_exec.h114 static bool ExecGetAppNet(GetAppNetContext *context);
116 static napi_value GetAppNetCallback(GetAppNetContext *context);
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_work/src/
H A Dconnection_async_work.cpp185 BaseAsyncWork::ExecAsyncWork<GetAppNetContext, ConnectionExec::ExecGetAppNet>(env, data); in ExecGetAppNet()
190 …BaseAsyncWork::AsyncWorkCallback<GetAppNetContext, ConnectionExec::GetAppNetCallback>(env, status,… in GetAppNetCallback()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp402 return ModuleTemplate::Interface<GetAppNetContext>(env, info, FUNCTION_GET_APP_NET, nullptr, in GetAppNet()
409 return ModuleTemplate::InterfaceSync<GetAppNetContext>(env, info, FUNCTION_GET_APP_NET, nullptr, in GetAppNetSync()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp364 bool ConnectionExec::ExecGetAppNet(GetAppNetContext *context) in ExecGetAppNet()
377 napi_value ConnectionExec::GetAppNetCallback(GetAppNetContext *context) in GetAppNetCallback()