/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/ |
H A D | get_context.cpp | 26 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 D | adapter_state_machine.cpp | 49 (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 D | profile_service_manager.cpp | 134 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 D | get_context.h | 28 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 D | render_row_split.cpp | 35 auto context = GetContext().Upgrade(); in HandleDragStart() 62 auto context = GetContext().Upgrade(); in HandleDragUpdate() 76 auto context = GetContext().Upgrade(); in HandleDragEnd()
|
H A D | render_column_split.cpp | 32 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 D | rich_text_component.cpp | 44 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 D | custom_paint_element.h | 33 const auto context = renderNode_->GetContext().Upgrade(); 50 const auto context = renderNode_->GetContext().Upgrade();
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_element.h | 42 auto context = GetContext().Upgrade(); 51 auto context = GetContext().Upgrade();
|
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/ |
H A D | vpn_exec.h | 58 bool ExecGetSysVpnConfig(GetContext *context); 59 napi_value GetSysVpnConfigCallback(GetContext *context);
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | rosen_render_progress.cpp | 29 track_->Attach(GetContext()); in Update() 35 track_->Attach(GetContext()); in Update()
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | render_plugin.cpp | 50 auto context = GetContext().Upgrade(); in PerformLayout() 73 auto context = GetContext().Upgrade(); in TouchTest()
|
H A D | plugin_element.cpp | 97 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 D | thread_private_data_ctl_test.cpp | 72 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 D | render_scene_viewer.cpp | 88 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 D | rosen_render_scene_viewer.cpp | 33 auto pipelineContext = GetContext().Upgrade(); in RosenRenderSceneViewer() 91 auto pipeline_context = GetContext().Upgrade(); in GetRenderContext()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_element.cpp | 75 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 D | socket_service.cpp | 35 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 D | web_component.cpp | 40 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 D | render_popup_list_item.cpp | 49 renderBox_->Attach(GetContext()); in Update() 56 renderText_->Attach(GetContext()); in Update()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
H A D | cj_ability_stage_context.cpp | 27 auto context = GetContext(); in GetHapModuleInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.cpp | 123 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 D | render_refresh.cpp | 115 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 D | text_element.h | 29 auto context = GetContext().Upgrade();
|
/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_item_element.h | 29 auto context = GetContext().Upgrade();
|