Home
last modified time | relevance | path

Searched refs:BACK (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_event_hub.cpp47 case NavigatorType::BACK: in NavigatePage()
76 case NavigatorType::BACK: in GetNavigatorType()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/
H A Dnavigator_pattern_test_ng.cpp96 * @tc.desc: Test BACK navigator.
106 testProperty.typeValue = std::make_optional(NavigatorType::BACK); in HWTEST_F()
119 EXPECT_EQ(eventHub->GetType(), NavigatorType::BACK); in HWTEST_F()
122 * @tc.steps: step3. BACK navigate in HWTEST_F()
246 eventHub->SetType(NavigatorType::BACK); in HWTEST_F()
249 EXPECT_EQ(eventHub->GetType(), NavigatorType::BACK); in HWTEST_F()
H A Dnavigator_event_hub_test_ng.cpp66 navigatorEventHub.SetType(NavigatorType::BACK); in HWTEST_F()
150 navigatorEventHub.SetType(NavigatorType::BACK); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H A Dace_multimodal_define.h53 BACK, member in OHOS::Ace::MultimodalGeneralEvent
/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/
H A Djs_mouse_event.cpp47 BACK = 6, member in OHOS::MMI::__anon11310::Button
127 DECLARE_NAPI_STATIC_PROPERTY("BACK", GetNapiInt32(env, static_cast<int32_t>(Button::BACK))), in Export()
/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Dnavigator_component.h30 BACK
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_manager.h114 BACK = 0, member in final::PendingRenderNode::PosType
123 PosType posType { PosType::BACK };
H A Drender_node_graph_manager.cpp411 if (pendingNode.posType == PendingRenderNode::PosType::BACK) {
500 rawHandle, renderNodeDesc, PendingRenderNode::Type::ALLOC, PendingRenderNode::PosType::BACK, {});
525 rawHandle, desc, PendingRenderNode::Type::DEALLOC, PendingRenderNode::PosType::BACK, renderNodeName);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_abstract.h40 BACK, member in OHOS::Ace::CJPageRouterAbstract::RouterAction
H A Dcj_frontend_abstract.cpp119 case NavigatorType::BACK: in NavigatePage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigator.cpp73 NavigatorModel::GetInstance()->SetType(NavigatorType::BACK); in Create()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1442 if (mode != WebGLRenderingContextBase::BACK && mode != WebGLRenderingContextBase::NONE) { in ReadBuffer()
1448 if (mode == WebGLRenderingContextBase::BACK) { in ReadBuffer()
1452 if (mode == WebGLRenderingContextBase::BACK) { in ReadBuffer()
1902 case WebGLRenderingContextBase::BACK: in CheckClearBuffer()
H A Dwebgl_rendering_context_base_impl.cpp1922 case WebGLRenderingContextBase::BACK: in StencilMaskSeparate()
1969 case WebGLRenderingContextBase::BACK: { in StencilFuncSeparate()
2818 case WebGLRenderingContextBase::BACK: in CheckReadBufferMode()
H A Dwebgl_rendering_context_base.cpp841 case WebGLRenderingContextBase::BACK: in CullFace()
1666 WebGLRenderingContextBase::BACK, in StencilOpSeparate()
H A Dwebgl_rendering_context_common.cpp267 return NVal::CreateInt64(env, WebGLRenderingContextBase::BACK).val_; in GetBack()
1672 NVal::DeclareNapiGetter("BACK", GetBack), in GetRenderingContextBasePropertyDesc()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h47 BACK, member in OHOS::Ace::Framework::RouterAction
H A Dfrontend_delegate_declarative.cpp1195 case RouterAction::BACK: in ProcessRouterTask()
1371 AddRouterTask(RouterTask { RouterAction::BACK, target, params }); in BackWithTarget()
1374 AddRouterTask(RouterTask { RouterAction::BACK, target, params }); in BackWithTarget()
H A Ddeclarative_frontend.cpp743 case NavigatorType::BACK: in Initialize()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h80 static const GLenum BACK = 0x0405; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp422 case NavigatorType::BACK: in NavigatePage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp497 case NavigatorType::BACK: in NavigatePage()

Completed in 35 milliseconds