Home
last modified time | relevance | path

Searched refs:THIRD_PARAM (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_image_data.cpp24 constexpr size_t THIRD_PARAM = 2; member
62 } else if (args.Length() >= 3 && args[THIRD_PARAM]->IsUint8ClampedArray()) { // 3 arguments: width, height, data in Constructor()
63 JSRef<JSUint8ClampedArray> data = JSRef<JSUint8ClampedArray>::Cast(args[THIRD_PARAM]); in Constructor()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Duntar_file.h37 const int THIRD_PARAM = 2; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.h119 constexpr int32_t THIRD_PARAM = 2; member
H A Drich_editor_common_test_ng.cpp98 .WillRepeatedly(SetArgReferee<THIRD_PARAM>(paragraphRect.rects)); in AddParagraph()
H A Drich_editor_pattern_testfive_ng.cpp191 EXPECT_CALL(*paragraph, GetRectsForRange(_, _, _)).WillRepeatedly(SetArgReferee<THIRD_PARAM>(rects)); in HWTEST_F()
H A Drich_editor_pattern_testthree_ng.cpp484 EXPECT_CALL(*paragraph, GetRectsForRange(_, _, _)).WillRepeatedly(SetArgReferee<THIRD_PARAM>(rects)); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp52 constexpr int THIRD_PARAM = 2; member
476 if (!attribute[THIRD_PARAM].empty()) { in InitShadow()
477 textShadow.SetBlurRadius(FromString(attribute[THIRD_PARAM]).Value()); in InitShadow()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp860 ErrFileInfo tmpErrInfo = std::get<THIRD_PARAM>(result); in DealIncreUnPacketResult()

Completed in 14 milliseconds