| /base/hiviewdfx/hiview/base/event_publish/ |
| H A D | app_event_handler.cpp | 58 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 D | dfx_memory.h | 45 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 D | power_suspend_controller_test.cpp | 226 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 D | power_wakeup_test.cpp | 82 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 D | print_service_converter_test.cpp | 91 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 D | distributed_database_callback_test.cpp | 84 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 D | ui_language_unittest.cpp | 136 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 D | utils_unittest.cpp | 90 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
|
| /drivers/interface/display/buffer/v1_0/hdi_impl/ |
| H A D | display_buffer_hdi_impl.h | 75 explicit DisplayBufferHdiImpl(bool isAllocLocal = false) : allocator_(nullptr), in DisplayBufferHdiImpl() argument
|
| /drivers/interface/display/composer/command_pack/ |
| H A D | command_data_packer.h | 47 bool Init(size_t size = INIT_DATA_SIZE, bool isAdaptiveGrowth = false) in Init() argument 118 DISPLAY_CHK_RETURN(WriteInt32(beginCmd) == false, false, in PackBegin() local 130 DISPLAY_CHK_RETURN(WriteUint32(SECTION_END_MAGIC) == false, false, in BeginSection() local 132 DISPLAY_CHK_RETURN(WriteInt32(cmdId) == false, fals in BeginSection() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
| H A D | indexer_list_component.h | 29 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 D | render_navigator.h | 40 void SetTargetContainer(const WeakPtr<StageElement>& targetContainer, bool useSubStage = false) in SetTargetContainer() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
| H A D | flex_layout_pattern.h | 152 SetIsWrap(false); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | canvas_paint_method.h | 63 CHECK_EQUAL_VOID(HasTask(), false); in FlushUITasks() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | motion_path_option.h | 26 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 D | long_press_event.h | 60 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 D | resource_manager.h | 109 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 D | simple_spring_node.cpp | 122 spring_->OnTimestampChanged(static_cast<double>(delta) / static_cast<double>(NANOS_TO_MILLS), 0.0f, false); in OnAnimation() local
|
| H A D | bilateral_spring_node.cpp | 65 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 D | grid_option_layout_test_ng.cpp | 61 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 D | scroll_layout_test_ng.cpp | 362 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 D | polyline_pattern_test_ng.cpp | 32 PolygonModelNG().Create(false); variable [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
| H A D | video_layout_algorithm.cpp | 24 float CalControlBarHeight(bool needLift = false)
in CalControlBarHeight() argument
|
| H A D | video_node.h | 34 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 D | scrollable_paint_method.h | 27 ScrollablePaintMethod(bool vertical, bool isReverse, bool isVerticalReverse = false) in ScrollablePaintMethod() argument
|