Home
last modified time | relevance | path

Searched refs:GetContext (Results 1 - 25 of 542) sorted by relevance

12345678910>>...22

/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/
H A Dget_context.cpp26 GetContext::GetContext(napi_env env, EventManager *manager) : BaseContext(env, manager) {} in GetContext() function in OHOS::NetManagerStandard::GetContext
28 bool GetContext::CheckParamsType(napi_env env, napi_value *params, size_t paramsCount) in CheckParamsType()
41 void GetContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.cpp49 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Entry()
80 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Entry()
84 adapter_.GetContext()->Enable(); in Entry()
90 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Dispatch()
138 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Entry()
140 adapter_.GetContext()->PostEnable(); in Entry()
170 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Entry()
180 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Dispatch()
190 adapter_.GetContext()->Disable(); in Dispatch()
201 adapter_.GetContext() in Dispatch()
[all...]
H A Dprofile_service_manager.cpp134 profile->GetContext()->Initialize(); in CreateClassicProfileServices()
135 profile->GetContext()->RegisterCallback(*(pimpl->contextCallback_)); in CreateClassicProfileServices()
162 newProfile->GetContext()->Initialize(); in CreateBleProfileServices()
163 newProfile->GetContext()->RegisterCallback(*(pimpl->contextCallback_)); in CreateBleProfileServices()
180 profile->GetContext()->Uninitialize(); in Stop()
184 profile->GetContext()->Uninitialize(); in Stop()
291 profile->GetContext()->Enable(); in EnableProfiles()
445 profile->GetContext()->Disable(); in DisableProfiles()
507 profile->GetContext()->Enable(); in CheckWaitEnableProfiles()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/context/
H A Dget_context.h28 class GetContext : public BaseContext { class
30 GetContext() = delete;
31 GetContext(napi_env env, EventManager *manager);
/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_row_split.cpp35 auto context = GetContext().Upgrade(); in HandleDragStart()
62 auto context = GetContext().Upgrade(); in HandleDragUpdate()
76 auto context = GetContext().Upgrade(); in HandleDragEnd()
H A Drender_column_split.cpp32 auto context = GetContext().Upgrade(); in HandleDragStart()
59 auto context = GetContext().Upgrade(); in HandleDragUpdate()
73 auto context = GetContext().Upgrade(); in HandleDragEnd()
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drich_text_component.cpp44 renderNode->GetContext(), in CreateRenderNode()
55 auto pipelineContext = renderRichText->GetContext().Upgrade(); in CreateRenderNode()
82 elementNode->GetContext(), in CreateElement()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_element.h33 const auto context = renderNode_->GetContext().Upgrade();
50 const auto context = renderNode_->GetContext().Upgrade();
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_element.h42 auto context = GetContext().Upgrade();
51 auto context = GetContext().Upgrade();
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/
H A Dvpn_exec.h58 bool ExecGetSysVpnConfig(GetContext *context);
59 napi_value GetSysVpnConfigCallback(GetContext *context);
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drosen_render_progress.cpp29 track_->Attach(GetContext()); in Update()
35 track_->Attach(GetContext()); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Drender_plugin.cpp50 auto context = GetContext().Upgrade(); in PerformLayout()
73 auto context = GetContext().Upgrade(); in TouchTest()
H A Dplugin_element.cpp97 pluginManagerBridge_->AddPlugin(GetContext(), info); in Update()
150 pluginManagerBridge_ = AceType::MakeRefPtr<PluginManagerDelegate>(GetContext()); in Prepare()
154 element->GetContext().Upgrade()->GetTaskExecutor(), TaskExecutor::TaskType::UI); in Prepare()
166 element->GetContext().Upgrade()->GetTaskExecutor(), TaskExecutor::TaskType::UI); in Prepare()
178 element->GetContext().Upgrade()->GetTaskExecutor(), TaskExecutor::TaskType::UI); in Prepare()
217 auto context = GetContext().Upgrade(); in OnActionEvent()
243 pluginSubContainer_ = AceType::MakeRefPtr<PluginSubContainer>(GetContext().Upgrade()); in RunPluginContainer()
258 SingleTaskExecutor::Make(element->GetContext().Upgrade()->GetTaskExecutor(), TaskExecutor::TaskType::UI); in RunPluginContainer()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Dthread_private_data_ctl_test.cpp72 ASSERT_EQ(ctx, threadPrivateDataCtl.GetContext()); in HWTEST_F()
85 ASSERT_EQ(EGL_NO_CONTEXT, threadPrivateDataCtl.GetContext()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp88 auto context = GetContext().Upgrade();
101 LOGE("ACE-3D RenderSceneViewer::HandleEvent() GetContext failed.");
111 auto pipelineContext = GetContext().Upgrade();
113 LOGE("ACE-3D RenderSceneViewer::RenderWithContext() GetContext failed.");
224 auto pipeline_context = GetContext().Upgrade();
240 LOGE("ACE-3D RenderSceneViewer::Paint() GetContext failed.");
266 auto pipeline_context = GetContext().Upgrade();
279 LOGE("ACE-3D RenderSceneViewer::Update() GetContext failed.");
389 auto pipeline_context = GetContext().Upgrade();
406 LOGE("ACE-3D RenderSceneViewer::UpdateCameraOnly() GetContext faile
[all...]
H A Drosen_render_scene_viewer.cpp33 auto pipelineContext = GetContext().Upgrade(); in RosenRenderSceneViewer()
91 auto pipeline_context = GetContext().Upgrade(); in GetRenderContext()
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_element.cpp75 formManagerBridge_->AddForm(GetContext(), info, formInfo); in Update()
77 formManagerBridge_->AddForm(GetContext(), info); in Update()
253 formManagerBridge_ = AceType::MakeRefPtr<FormManagerDelegate>(GetContext()); in Prepare()
266 element->GetContext().Upgrade()->GetTaskExecutor(), TaskExecutor::TaskType::UI); in Prepare()
287 element->GetContext().Upgrade()->GetTaskExecutor(), TaskExecutor::TaskType::UI); in Prepare()
303 element->GetContext().Upgrade()->GetTaskExecutor(), TaskExecutor::TaskType::UI); in Prepare()
327 element->GetContext().Upgrade()->GetTaskExecutor(), TaskExecutor::TaskType::UI); in Prepare()
383 auto context = GetContext().Upgrade(); in CreateCardContainer()
411 SingleTaskExecutor::Make(element->GetContext().Upgrade()->GetTaskExecutor(), TaskExecutor::TaskType::UI); in CreateCardContainer()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_service.cpp35 utility::Context *SocketService::GetContext() in GetContext() function in OHOS::bluetooth::SocketService
52 GetContext()->OnEnable(PROFILE_NAME_SPP, true); in EnableNative()
147 GetContext()->OnDisable(PROFILE_NAME_SPP, true); in ShutDownInternal()
251 GetContext()->OnDisable(PROFILE_NAME_SPP, true); in CleanupClientSocket()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.cpp40 delegate_ = AceType::MakeRefPtr<WebDelegate>(renderNode->GetContext(), in CreateRenderNode()
55 auto pipelineContext = renderWeb->GetContext().Upgrade(); in CreateRenderNode()
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list_item.cpp49 renderBox_->Attach(GetContext()); in Update()
56 renderText_->Attach(GetContext()); in Update()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Dcj_ability_stage_context.cpp27 auto context = GetContext(); in GetHapModuleInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp123 auto& context = mainThread_->GetContext();
131 auto& context = mainThread_->GetContext();
305 task->Process(mainThread->GetContext()); in ExecuteSynchronousTask()
321 DisplayNodeCommandHelper::CreateWithConfigInRS(mainThread_->GetContext(), nodeId, in CreateNode()
333 auto& context = connection->mainThread_->GetContext(); in CreateNode()
353 SurfaceNodeCommandHelper::CreateWithConfigInRS(config, mainThread_->GetContext()); in CreateNode()
363 connection->mainThread_->GetContext().GetMutableNodeMap().RegisterRenderNode(node); in CreateNode()
375 SurfaceNodeCommandHelper::CreateWithConfigInRS(config, mainThread_->GetContext()); in CreateNodeAndSurface()
395 if (auto preNode = mainThread->GetContext().GetNodeMap().GetRenderNode(node->GetId())) { in CreateNodeAndSurface()
402 mainThread->GetContext() in CreateNodeAndSurface()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.cpp115 loading_->Attach(GetContext()); in Update()
116 loadingBackgroundBox_->Attach(GetContext()); in Update()
117 loadingBox_->Attach(GetContext()); in Update()
120 timeBox_->Attach(GetContext()); in Update()
121 display_->Attach(GetContext()); in Update()
122 time_->Attach(GetContext()); in Update()
206 animator_ = CREATE_ANIMATOR(GetContext()); in Initialize()
499 auto pipelineContext = GetContext().Upgrade(); in GetLoadingOffset()
518 auto pipelineContext = GetContext().Upgrade(); in GetShowTimeOffset()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_element.h29 auto context = GetContext().Upgrade();
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_element.h29 auto context = GetContext().Upgrade();

Completed in 11 milliseconds

12345678910>>...22