/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_modifier.cpp | 601 if (challengeResult_.value() == NG::PatternLockChallengeResult::CORRECT) { in StartChallengeResultAnimate() 607 } else if (challengeResult_.value() == NG::PatternLockChallengeResult::WRONG) { in StartChallengeResultAnimate()
|
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 750 const m4 = l4.value; 826 value: this.toolBarList[b4].content,
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 703 void PluginFrontend::NotifyAppStorage(const std::string& key, const std::string& value) in NotifyAppStorage() argument 706 delegate_->NotifyAppStorage(jsEngine_, key, value); in NotifyAppStorage()
|
/foundation/arkui/ace_engine/frameworks/base/subwindow/ |
H A D | subwindow_manager.cpp | 580 dialogProperties.alignment = dialogAttr.alignment.value(); in UpdateCustomDialogNG() 583 dialogProperties.offset = dialogAttr.offset.value(); in UpdateCustomDialogNG()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_group_algorithm_test_ng.cpp | 268 bool value = listItemLayoutAlgorithm.IsRTLAndVertical(AceType::RawPtr(layoutWrapper)); in HWTEST_F() local 269 EXPECT_EQ(value, true); in HWTEST_F()
|
H A D | list_attr_test_ng.cpp | 51 * @tc.expected: The json value is correct in HWTEST_F() 72 * @tc.expected: The json value is correct in HWTEST_F() 95 * @tc.expected: The json value is changed in HWTEST_F() 110 * @tc.expected: The json value is changed in HWTEST_F() 151 * @tc.expected: default value in HWTEST_F() 163 * @tc.expected: the set value in HWTEST_F() 207 * @tc.expected: The json value is correct in HWTEST_F() 219 * @tc.expected: The json value is correct in HWTEST_F() 236 * @tc.expected: The json value is correct in HWTEST_F() 253 * @tc.expected: The json value i in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testfour_ng.cpp | 960 ImageSourceInfo value(" "); in HWTEST_F() 961 imageLayoutProperty->UpdateImageSourceInfo(value); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/ |
H A D | navrouter_pattern_test_ng.cpp | 1096 ASSERT_NE(titleBarNode->GetLayoutProperty<TitleBarLayoutProperty>()->propTitleBarParentType_.value(), in HWTEST_F() 1109 EXPECT_EQ(buttonNode->GetLayoutProperty<ButtonLayoutProperty>()->propVisibility_.value(), VisibleType::GONE); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_test_ng.cpp | 1311 EXPECT_EQ(paintProperty->GetFadingEdgeLength().value(), Dimension(32.0f, DimensionUnit::VP)); // default value; in HWTEST_F() 1314 EXPECT_EQ(paintProperty->GetFadingEdgeLength().value(), Dimension(50.0f, DimensionUnit::PERCENT)); in HWTEST_F() 1341 // * @tc.expect: finalPosition_ equal to expect value. in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 728 auto actualSize = static_cast<int32_t>(gestureTag.value().size()); in getGestureTag() 733 auto count = snprintf_s(buffer, bufferSize, bufferSize - 1, "%s", gestureTag.value().c_str()); in getGestureTag()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | js_ui_observer.cpp | 102 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument 105 napi_typeof(env, value, &valueType); in MatchValueType()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_layout_algorithm.cpp | 319 singleHandle = RectF(info_->menuInfo.menuOffset.value().GetX(), info_->menuInfo.menuOffset.value().GetY(), in ComputeSelectMenuPosition()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.cpp | 104 bool IsArray(napi_env env, napi_value value) in IsArray() argument 107 NAPI_CALL_BASE(env, napi_is_array(env, value, &result), false); in IsArray()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 198 void UIView::SetStyle(uint8_t key, int64_t value) in SetStyle() argument 212 style_->SetStyle(key, value); in SetStyle()
|
/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | accessibility_property_test_ng.cpp | 57 * @tc.desc: Set show value into supportActions_ and get SupportAction length. 200 * @tc.steps: step1. Set accessibility property value in HWTEST_F() 201 * @tc.expected: Get default property value in HWTEST_F() 249 * @tc.desc: Set show value into supportActions_ and get SupportAction length. 306 * @tc.desc: Set show value into supportActions_ and get SupportAction length. 334 * @tc.desc: Set show value into supportActions_ and get SupportAction length. 462 std::string value = result->GetString("hitTestMode"); in HWTEST_F() local 463 EXPECT_EQ(value, "Default"); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_context_select_overlay_test.cpp | 221 EXPECT_FALSE(result.value().isShow); in HWTEST_F() 259 EXPECT_FALSE(result.value().isShow); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_browse.cpp | 519 HILOGI("value: %{public}s", item.name_.c_str()); in AssembleMpItem() 617 for (std::string value : item.values_) { in AssembleMeItem() 619 AVRC_TG_GFI_ATTRIBUTE_VALUE_LENGTH_SIZE + value.length(); in AssembleMeItem() 839 HILOGI("value: %{public}s", values_.at(i).c_str()); in AssemblePacket()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 913 std::string value = extractParam.ToString(); in HWTEST_F() local 917 + ", extractFileType = An]", value); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.cpp | 1046 void EcsAnimation::SetTime(uint32_t value) in SetTime() argument 1055 *time = value / 1000.0f; in SetTime() 1266 bool EcsAnimation::Export(Serialization::IExportContext& context, Serialization::ClassPrimitive& value) const 1268 return ObjectContainerFwd::Export(context, value); 1271 bool EcsAnimation::Import(Serialization::IImportContext& context, const Serialization::ClassPrimitive& value) 1273 return ObjectContainerFwd::Import(context, value);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 1142 std::string value = g_msgBaseList.front(); in SendMessageBase() local 1144 return value; in SendMessageBase()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_heif_test.cpp | 170 * @tc.desc: Test GetImagePropertyInt(index, key, value)
186 int32_t value = 0;
in HWTEST_F() local 188 imageSource->GetImagePropertyInt(index, key, value);
in HWTEST_F()
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | capture_session.h | 690 * @brief Set exposure compensation value. 691 * @param exposure compensation value to be set. 697 * @brief Get exposure compensation value. 699 * @return Returns current exposure compensation value. 704 * @brief Get exposure compensation value. 705 * @param exposure current exposure compensation value . 820 * @return Returns focal length value. 826 * @param focalLength current focal length compensation value . 1022 void SetBeauty(BeautyType type, int value); 1265 bool SetBeautyValue(BeautyType beautyType, int32_t value); [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialib_statistic_test/src/ |
H A D | media_space_statistics_test.cpp | 896 string value; in HWTEST_F() local 898 auto ret = mediaLibraryManager->GetResultSetFromDb(columnName, value, columns); in HWTEST_F()
|
/foundation/systemabilitymgr/samgr/services/common/test/unittest/ |
H A D | parse_util_test.cpp | 651 condition["value"] = "mockValue"; in HWTEST_F() 677 condition["value"] = "mockValue"; in HWTEST_F() 681 condition2["value"] = "mockValue"; in HWTEST_F() 685 condition3["value"] = "mockValue"; in HWTEST_F() 689 condition4["value"] = "mockValue"; in HWTEST_F() 693 condition5["value"] = "mockValue"; in HWTEST_F() 723 condition["value"] = "mockValue"; in HWTEST_F() 764 extraMessages["value"] = "mockValue"; in HWTEST_F() 903 EXPECT_EQ("on", saProfile1.startOnDemand.onDemandEvents[0].value); in HWTEST_F() 907 EXPECT_EQ("off", saProfile1.stopOnDemand.onDemandEvents[0].value); in HWTEST_F() [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_status_collect_manager_test.cpp | 147 event.value = "off"; in HWTEST_F() 151 event.value = ""; in HWTEST_F()
|