| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
| H A D | ability_thread_test.cpp | 1402 std::string mode = ""; in HWTEST_F() local 1421 std::string mode = ""; in HWTEST_F() local 1439 std::string mode = ""; in HWTEST_F() local 1458 std::string mode = ""; in HWTEST_F() local
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| H A D | ability_stage_context.cpp | 201 void AbilityStageContext::SwitchArea(int mode) in SwitchArea() argument 214 int mode = -1; in GetArea() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/panel/ |
| H A D | sliding_panel_component.h | 42 void SetMode(PanelMode mode) in SetMode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/ |
| H A D | grid_row_layout_algorithm.cpp | 234 auto mode = windowManager->GetWindowMode(); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_stack.cpp | 84 void NavigationStack::Add(const std::string& name, const RefPtr<UINode>& navDestinationNode, NavRouteMode mode, in Add() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/navigation/ |
| H A D | navigation_manager.cpp | 165 auto mode = navdestinationInfo->GetInt("mode"); in StorageNavigationRecoveryInfo() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
| H A D | navdestination_context.h | 130 void SetMode(NavDestinationMode mode) in SetMode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
| H A D | select_overlay_callback.h | 135 virtual void OnHandleLevelModeChanged(HandleLevelMode mode) {} in OnHandleLevelModeChanged() argument 136 virtual bool CheckSwitchToMode(HandleLevelMode mode) { in CheckSwitchToMode() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
| H A D | gesture.cpp | 217 void GestureGroup::Create(const GestureMode& mode) in Create() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_video_ffi.cpp | 57 SeekMode mode = static_cast<SeekMode>(seekMode); in SetCurrentTime() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/ |
| H A D | cj_prompt_ffi.cpp | 78 void FfiPromptShowToast(const char* message, int32_t duration, const char* bottom, int32_t mode) in FfiPromptShowToast() argument
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/ |
| H A D | pa_backend.cpp | 225 int32_t PaBackend::OpenFile(const Uri& uri, const std::string& mode) in OpenFile() argument 241 int32_t PaBackend::OpenRawFile(const Uri& uri, const std::string& mode) in OpenRawFile() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_nav_destination_bridge.cpp | 142 auto mode = info[1]->ToNumber<int32_t>(); in SetNavDestinationMode() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_menu.cpp | 203 auto mode = static_cast<SubMenuExpandingMode>(info[0]->ToNumber<int32_t>()); in SetExpandingMode() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | ace_data_ability.cpp | 174 int32_t AceDataAbility::OpenFile(const Uri& uri, const std::string& mode) in OpenFile() argument 181 int32_t AceDataAbility::OpenRawFile(const Uri& uri, const std::string& mode) in OpenRawFile() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | sliding_panel_model_impl.cpp | 41 void SlidingPanelModelImpl::SetPanelMode(PanelMode mode) in SetPanelMode() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
| H A D | mock_navigation_stack.h | 40 int32_t mode = 0; // 0 for standard and 1 for dialog member 100 modeCallback_(mode); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | media_player_impl.cpp | 270 int32_t MediaPlayerImpl::Seek(int32_t mSeconds, OHOS::Ace::SeekMode mode) in Seek() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable_model_ng.cpp | 254 void ScrollableModelNG::SetContentClip(ContentClipMode mode, const RefPtr<ShapeRect>& shape) in SetContentClip() argument 259 void ScrollableModelNG::SetContentClip(FrameNode* frameNode, ContentClipMode mode, const RefPtr<ShapeRect>& rect) in SetContentClip() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
| H A D | tabs_node.cpp | 295 TabAnimateMode mode = tabsPattern->GetAnimateMode(); in GetAnimationMode() local
|
| H A D | tabs_model.h | 144 virtual void SetAnimateMode(TabAnimateMode mode) {} in SetAnimateMode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | menu_modifier.cpp | 34 SubMenuExpandingMode mode = SubMenuExpandingMode::SIDE; in ParseSubMenuExpandingMode() local
|
| /foundation/arkui/ace_engine/interfaces/native/event/ |
| H A D | ui_input_event.cpp | 1223 int32_t OH_ArkUI_PointerEvent_SetInterceptHitTestMode(const ArkUI_UIInputEvent* event, HitTestMode mode) in OH_ArkUI_PointerEvent_SetInterceptHitTestMode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
| H A D | select_overlay_pattern.h | 39 explicit SelectOverlayPattern(std::shared_ptr<SelectOverlayInfo> info, SelectOverlayMode mode) in SelectOverlayPattern() argument
|
| /foundation/arkui/ui_lite/test/uitest/test_transform/ |
| H A D | ui_test_transform.cpp | 192 void UITestTransform::SetScaleMode(ImageScaleMode mode) in SetScaleMode() argument 277 StateChangeListener::StateChangeListener(ImageScaleMode mode, UITestTransform* testInstance) in StateChangeListener() argument
|