Home
last modified time | relevance | path

Searched defs:false (Results 1 - 25 of 674) sorted by relevance

12345678910>>...27

/foundation/ability/form_fwk/test/unittest/fms_form_info_mgr_test/
H A Dfms_form_info_mgr_test.cpp49 "fontScaleFollowSystem": false, member
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_distributed_sched.h25 explicit MockDistributedSched(bool expectedTrue = false) in MockDistributedSched() argument
/foundation/arkui/ace_engine/frameworks/core/components/focus_collaboration/
H A Dfocus_collaboration_component.h29 explicit FocusCollaborationComponent(bool isRoot = false) : isRoot_(isRoot) {} in FocusCollaborationComponent() argument
H A Dfocus_collaboration_element.h27 explicit FocusCollaborationElement(bool isRoot = false) : isRoot_(isRoot) {} in FocusCollaborationElement() argument
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_value_element.h57 HandleSelfFocus(false); variable
/foundation/arkui/ace_engine/frameworks/core/components/proxy/
H A Drender_proxy.h28 explicit RenderProxy(bool takeBoundary = false) : RenderNode(takeBoundary) {} in RenderProxy() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dfluorescence_photo_session.cpp33 CHECK_AND_RETURN_RET_LOG(IsSessionConfiged() && output != nullptr, false, in CanAddOutput() local
H A Dhigh_res_photo_session.cpp33 CHECK_AND_RETURN_RET_LOG(IsSessionConfiged() && output != nullptr, false, in CanAddOutput() local
H A Dmacro_photo_session.cpp27 CHECK_AND_RETURN_RET_LOG(IsSessionConfiged() && output != nullptr, false, in CanAddOutput() local
H A Dmacro_video_session.cpp28 CHECK_AND_RETURN_RET_LOG(IsSessionConfiged() && output != nullptr, false, in CanAddOutput() local
/foundation/resourceschedule/device_standby/frameworks/include/
H A Dstandby_service_stub.h30 StandbyServiceStub(bool serialInvokeFlag = false) : IRemoteStub(serialInvokeFlag) {}; in StandbyServiceStub() argument
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Dfocus_animation_element.h27 explicit FocusAnimationElement(bool isRoot = false) : isRoot_(isRoot) {} in FocusAnimationElement() argument
H A Dfocus_animation_component.h31 explicit FocusAnimationComponent(bool isRoot = false) : isRoot_(isRoot) {} in FocusAnimationComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_node.h28 CounterNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in CounterNode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_frame_node/
H A Dcustom_frame_node.h28 CustomFrameNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in CustomFrameNode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_node.h29 PluginNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in PluginNode() argument
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dmock_canvas.h41 virtual void ClipRoundRect(const TestingRoundRect& roundRect, ClipOp op, bool antiAlias = false) in ClipRoundRect() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_node.h29 VideoFullScreenNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in VideoFullScreenNode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_node.h26 ScreenNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in ScreenNode() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmultimesh_impl.cpp90 false); variable
[all...]
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dcontinuous_task_callback_info.h29 ContinuousTaskCallbackInfo(uint32_t typeId, int32_t creatorUid, pid_t creatorPid, std::string abilityName, bool isFromWebview = false, bool isBatchApi = false, const std::vector<uint32_t> &typeIds = {}, int32_t abilityId = -1, uint64_t tokenId = 0) ContinuousTaskCallbackInfo() argument
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/file_info/
H A Dfile_info_entity.h29 FileFilter filter { {}, {}, {}, FileFilter::INVALID_SIZE, FileFilter::INVALID_MODIFY_AFTER, false, false }; variable
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Didle.c54 set_cpu_online(smp_processor_id(), false); in stop_this_cpu() local
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Didle.c56 set_cpu_online(smp_processor_id(), false); in stop_this_cpu() local
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_mock_runtime.h83 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript() argument
92 bool LoadScript(const std::string& path, std::vector<uint8_t>* buffer = nullptr, bool isBundle = false) in LoadScript() argument

Completed in 9 milliseconds

12345678910>>...27