| /foundation/arkui/ace_engine/frameworks/core/common/ime/ |
| H A D | text_input_client.h | 113 virtual void HandleSetSelection(int32_t start, int32_t end, bool showHandle = true) {} in HandleSetSelection() argument
|
| /foundation/arkui/ace_engine/frameworks/base/utils/ |
| H A D | string_utils.h | 631 SplitStr( const std::string& str, const std::string& sep, std::vector<std::string>& out, bool needTrim = true) SplitStr() argument 658 SplitStr(const std::string& str, const std::string& sep, std::vector<Dimension>& out, bool needTrim = true) SplitStr() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_navdestination.cpp | 201 NavDestinationModel::GetInstance()->SetTitleHeight(Dimension(), true); in SetTitle() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/ |
| H A D | dialog_model_test_ng.cpp | 1202 layoutAlgorithm->ProcessMaskRect(DimensionRect(DIMENSION_SIZE, DIMENSION_SIZE, DimensionOffset()), dialog, true); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
| H A D | navigation_pattern_testtwo_ng.cpp | 165 navigationPattern->FireNavigationStateChange(AceType::DynamicCast<UINode>(navBarNode), true); in HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
| H A D | menuitem_pattern_testone_ng.cpp | 567 ASSERT_EQ(Container::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_TWELVE), true); HWTEST_F() local 621 ASSERT_EQ(Container::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_TWELVE), true); HWTEST_F() local 1027 ASSERT_EQ(Container::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_TWELVE), true); HWTEST_F() local 1057 ASSERT_EQ(Container::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_TWELVE), true); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | view_abstract_test_ng_new.cpp | 552 ViewAbstract::ResetMinSize(AceType::RawPtr(FRAME_NODE_REGISTER), true); HWTEST_F() local 554 ViewAbstract::ResetMaxSize(AceType::RawPtr(FRAME_NODE_REGISTER), true); HWTEST_F() local 1048 ViewAbstract::SetMonopolizeEvents(AceType::RawPtr(FRAME_NODE_REGISTER), true); HWTEST_F() local [all...] |
| H A D | view_abstract_test_ng.cpp | 93 ViewAbstract::ClearWidthOrHeight(AceType::RawPtr(newNode), true); in HWTEST_F() local 717 ViewAbstract::SetGeometryTransition(AceType::RawPtr(FRAME_NODE_REGISTER), srcimages, false, true); in HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/form/ |
| H A D | form_test_ng.cpp | 538 ASSERT_EQ(Container::IsCurrentUseNewPipeline(), true); HWTEST_F() local 553 ASSERT_EQ(Container::IsCurrentUseNewPipeline(), true); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
| H A D | overlay_manager_testtwo_ng.cpp | 1277 EXPECT_EQ(Container::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_TWELVE), true); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
| H A D | side_bar_container_pattern.h | 150 WindowFocus(true); variable
|
| /foundation/arkui/ace_engine/frameworks/core/focus/ |
| H A D | focus_node.h | 43 explicit FocusNode(bool focusable = true) : focusable_(focusable) {} in FocusNode() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
| H A D | rich_editor_drag_overlay_modifier.cpp | 129 canvas.ClipRect(ToRSRect(clipRect), RSClipOp::INTERSECT, true); in PaintImageNode() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
| H A D | tabs_attr_test_ng.cpp | 156 model.SetIsVertical(AceType::RawPtr(frameNode_), true); in HWTEST_F() local 159 model.SetBarOverlap(AceType::RawPtr(frameNode_), true); in HWTEST_F() local [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/ |
| H A D | bms_data_aot_test.cpp | 350 EXPECT_EQ(AOTExecutor::GetInstance().state_.running, true); in HWTEST_F() local [all...] |
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | asset_loader.cpp | 130 CORE_ASSERT(true); variable [all...] |
| H A D | material_impl.cpp | 941 void UpdateInputs(bool forceRecursive = false, bool forceFullReset = true) in UpdateInputs() argument [all...] |
| /foundation/graphic/graphic_3d/kits/js/src/ |
| H A D | SceneJS.cpp | 482 SetNativeObject(interface_pointer_cast<META_NS::IObject>(scene), true /* KEEP STRONG REF */); in SceneJS() local [all...] |
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| H A D | plugin_texture_encode_test.cpp | 955 ASSERT_EQ(AstcCodec::TryTextureSuperCompress(testPara.param, nullptr), true); HWTEST_F() local [all...] |
| /foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
| H A D | sendable_image_receiver_napi.cpp | 77 static void CommonCallbackRoutine(napi_env env, Context &context, const napi_value &valueParam, bool isRelease = true)
in CommonCallbackRoutine() argument [all...] |
| /foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
| H A D | avsession_controller_test.cpp | 406 EXPECT_EQ(IsAVPlaybackStateEqual(state, resultState), true); in HWTEST_F() local [all...] |
| /foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
| H A D | media_scanner_db.cpp | 234 SetValuesFromMetaDataApi10(const Metadata &metadata, ValuesBucket &values, bool isInsert, bool skipPhoto = true) SetValuesFromMetaDataApi10() argument
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_cloud_enhancement_test/src/ |
| H A D | medialibrary_cloud_enhancement_test.cpp | 308 EXPECT_EQ(FileUtils::IsFileExist(newFilePath), true);
in TestCloudEnhancementImage() local 741 EXPECT_EQ(EnhancementTaskManager::InProcessingTask(photoId), true); HWTEST_F() local 1012 EXPECT_EQ(FileUtils::IsFileExist(filePath), true); HWTEST_F() local [all...] |
| /foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
| H A D | api_cache_manager_test.cpp | 773 EXPECT_EQ(ClearCache001TestPrevSet(g_descriptor1, CACHE_API_CODE_100, CACHE_KEY_STR_1, CACHE_VALUE_STR_1), true); ClearCache001TestStep1AddCache() local 774 EXPECT_EQ(ClearCache001TestPrevSet(g_descriptor1, CACHE_API_CODE_100, CACHE_KEY_STR_2, CACHE_VALUE_STR_2), true); ClearCache001TestStep1AddCache() local 778 EXPECT_EQ(ClearCache001TestPrevSet(g_descriptor1, CACHE_API_CODE_1, CACHE_KEY_STR_2, CACHE_VALUE_STR_2), true); ClearCache001TestStep1AddCache() local 779 EXPECT_EQ(ClearCache001TestPrevSet(g_descriptor1, CACHE_API_CODE_1, CACHE_KEY_STR_3, CACHE_VALUE_STR_3), true); ClearCache001TestStep1AddCache() local 788 EXPECT_EQ(ClearCache001TestPrevSet(g_descriptor2, CACHE_API_CODE_1, data, reply), true); ClearCache001TestStep1AddCache() local 791 EXPECT_EQ(ClearCache001TestPrevSet(g_descriptor2, CACHE_API_CODE_1, CACHE_KEY_STR_2, CACHE_VALUE_STR_2), true); ClearCache001TestStep1AddCache() local 800 EXPECT_EQ(ClearCache001TestPrevSet(g_descriptor2, CACHE_API_CODE_100, data, reply), true); ClearCache001TestStep1AddCache() local 802 true); ClearCache001TestStep1AddCache() local 858 EXPECT_EQ(ClearCache001TestCheckParcelData(reply1, CACHE_VALUE_STR_3, CACHE_VALUE_INT_1), true); HWTEST_F() local 862 EXPECT_EQ(ClearCache001TestCheckParcelData(reply2, CACHE_VALUE_INT_1, CACHE_VALUE_STR_3), true); HWTEST_F() local 886 EXPECT_EQ(ClearCache001TestPrevSet(g_descriptor2, CACHE_API_CODE_1, CACHE_KEY_STR_2, CACHE_VALUE_STR_2), true); HWTEST_F() local 894 EXPECT_EQ(ClearCache001TestPrevSet(g_descriptor2, CACHE_API_CODE_100, CACHE_KEY_STR_2, CACHE_VALUE_STR_2), true); HWTEST_F() local 1046 EXPECT_EQ(ClearCache001TestCheckParcelData(reply1, CACHE_VALUE_STR_1, CACHE_VALUE_INT_1), true); HWTEST_F() local 1049 EXPECT_EQ(ClearCache001TestCheckParcelData(reply2, CACHE_VALUE_INT_1, CACHE_VALUE_STR_1), true); HWTEST_F() local 1052 EXPECT_EQ(ClearCache001TestCheckParcelData(reply3, CACHE_VALUE_STR_2, CACHE_VALUE_INT_1), true); HWTEST_F() local 1055 EXPECT_EQ(ClearCache001TestCheckParcelData(reply4, CACHE_VALUE_INT_1, CACHE_VALUE_STR_2), true); HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
| H A D | auth_other_test.cpp | 1174 EXPECT_EQ(IsEnhanceP2pModuleId(AUTH_ENHANCED_P2P_START), true); HWTEST_F() local [all...] |