Home
last modified time | relevance | path

Searched defs:false (Results 226 - 250 of 1584) sorted by relevance

12345678910>>...64

/base/hiviewdfx/hiview/base/utility/
H A Dhiview_db_util.cpp101 FileUtil::GetDirFiles(FileUtil::ExtractFilePath(dbPath), dbFiles, false); in MoveDbFilesToUploadDir() local
/base/hiviewdfx/hiview/base/event_publish/
H A Dapp_event_handler.cpp58 void AddValueToJsonString(const std::string& key, const T& value, std::stringstream& jsonStr, bool isLastValue = false) in AddValueToJsonString() argument
44 AddVectorToJsonString(const std::string& key, const std::vector<T>& vec, std::stringstream& jsonStr, bool isLastValue = false) AddVectorToJsonString() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_memory.h45 virtual bool ReadS8(uintptr_t& addr, int8_t *val, bool incre = false) in ReadS8() argument
53 virtual bool ReadS16(uintptr_t& addr, int16_t *val, bool incre = false) in ReadS16() argument
61 virtual bool ReadS32(uintptr_t& addr, int32_t *val, bool incre = false) in ReadS32() argument
69 virtual bool ReadS64(uintptr_t& addr, int64_t *val, bool incre = false) in ReadS64() argument
[all...]
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_suspend_controller_test.cpp226 static_cast<int64_t>(time(nullptr)), SuspendDeviceType::SUSPEND_DEVICE_REASON_APPLICATION, false); in HWTEST_F() local
/base/powermgr/power_manager/test/unittest/src/scenario_test/wakeup_suspend/
H A Dpower_wakeup_test.cpp82 static_cast<int64_t>(time(nullptr)), SuspendDeviceType::SUSPEND_DEVICE_REASON_APPLICATION, false); in HWTEST_F() local
121 static_cast<int64_t>(time(nullptr)), SuspendDeviceType::SUSPEND_DEVICE_REASON_APPLICATION, false); in HWTEST_F() local
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_converter_test.cpp91 EXPECT_EQ(ConvertColorModeCode(src, dst), false); in HWTEST_F() local
132 EXPECT_EQ(ConvertColorModeCode(src, dst), false); in HWTEST_F() local
153 EXPECT_EQ(ConvertPageSizeId(src, id), false); in HWTEST_F() local
167 EXPECT_EQ(ConvertPrintPageSize(src, dst), false); in HWTEST_F() local
/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_callback_test.cpp84 std::move(insertEntries), std::move(updateEntries), std::move(deleteEntries), "<remoteDeviceId>", false); in HWTEST_F() local
120 std::move(insertEntries), std::move(updateEntries), std::move(deleteEntries), "<remoteDeviceId>", false); in HWTEST_F() local
156 std::move(insertEntries), std::move(updateEntries), std::move(deleteEntries), "<remoteDeviceId>", false); in HWTEST_F() local
/base/update/updater/test/unittest/updater_ui_test/lang/
H A Dui_language_unittest.cpp136 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::CHINESE), false); in HWTEST_F() local
137 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::ENGLISH), false); in HWTEST_F() local
138 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::SPANISH), false); in HWTEST_F() local
148 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::CHINESE), false); HWTEST_F() local
149 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::ENGLISH), false); HWTEST_F() local
150 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::SPANISH), false); HWTEST_F() local
160 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::CHINESE), false); HWTEST_F() local
161 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::ENGLISH), false); HWTEST_F() local
162 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::SPANISH), false); HWTEST_F() local
[all...]
/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp90 EXPECT_EQ(Utils::RemoveDir(path), false); in HWTEST_F() local
92 EXPECT_EQ(Utils::RemoveDir(path), false); in HWTEST_F() local
108 EXPECT_EQ(Utils::IsUpdaterMode(), false); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.h29 IndexerListComponent(const RefPtr<ListComponent>& list, bool circleMode = false, bool isRightToLeft = false, in IndexerListComponent() argument
44 IndexerListComponent(const RefPtr<ListComponent>& list, const std::vector<std::string>& label, bool circleMode = false, bool isRightToLeft = false, bool bubble = true, bool multiLanguage = false) IndexerListComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Drender_navigator.h40 void SetTargetContainer(const WeakPtr<StageElement>& targetContainer, bool useSubStage = false) in SetTargetContainer() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_pattern.h152 SetIsWrap(false); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.h63 CHECK_EQUAL_VOID(HasTask(), false); in FlushUITasks() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_option.h26 MotionPathOption(const std::string& path = "", float begin = 0.0f, float end = 1.0f, bool rotate = false) in MotionPathOption() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dlong_press_event.h60 void SetLongPressEvent(const RefPtr<LongPressEvent>& event, bool isForDrag = false, bool isDisableMouseLeft = false) in SetLongPressEvent() argument
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_manager.h109 void UpdateResourceConfig(const ResourceConfiguration& config, bool themeFlag = false) in UpdateResourceConfig() argument
55 AddResourceAdapter(const std::string& bundleName, const std::string& moduleName, RefPtr<ResourceAdapter>& resourceAdapter, bool replace = false) AddResourceAdapter() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_node.cpp122 spring_->OnTimestampChanged(static_cast<double>(delta) / static_cast<double>(NANOS_TO_MILLS), 0.0f, false); in OnAnimation() local
H A Dbilateral_spring_node.cpp65 spring_->OnTimestampChanged(static_cast<double>(delta * 1.0) / static_cast<double>(NANOS_TO_MILLS), 0.0f, false); in OnAnimation() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_option_layout_test_ng.cpp61 layoutAlgorithm->GetTargetIndexInfoWithBenchMark(AccessibilityManager::RawPtr(frameNode_), false, 5); in HWTEST_F() local
88 layoutAlgorithm->GetTargetIndexInfoWithBenchMark(AccessibilityManager::RawPtr(frameNode_), false, 5); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_layout_test_ng.cpp362 model.SetScrollEnabled(AceType::RawPtr(frameNode_), false); in HWTEST_F() local
367 model.SetEnablePaging(AceType::RawPtr(frameNode_), false); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dpolyline_pattern_test_ng.cpp32 PolygonModelNG().Create(false); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_layout_algorithm.cpp24 float CalControlBarHeight(bool needLift = false) in CalControlBarHeight() argument
H A Dvideo_node.h34 VideoNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in VideoNode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_paint_method.h27 ScrollablePaintMethod(bool vertical, bool isReverse, bool isVerticalReverse = false) in ScrollablePaintMethod() argument
/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H A Dvoice_event.h37 VoiceEvent(const std::string& voice, SceneLabel scene, bool isBadge = false) in VoiceEvent() argument

Completed in 14 milliseconds

12345678910>>...64