Home
last modified time | relevance | path

Searched refs:value (Results 22301 - 22325 of 23668) sorted by relevance

1...<<891892893894895896897898899900>>...947

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_modifier.cpp601 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 Dtoolbar.js750 const m4 = l4.value;
826 value: this.toolBarList[b4].content,
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp703 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 Dsubwindow_manager.cpp580 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 Dlist_group_algorithm_test_ng.cpp268 bool value = listItemLayoutAlgorithm.IsRTLAndVertical(AceType::RawPtr(layoutWrapper)); in HWTEST_F() local
269 EXPECT_EQ(value, true); in HWTEST_F()
H A Dlist_attr_test_ng.cpp51 * @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 Drich_editor_pattern_testfour_ng.cpp960 ImageSourceInfo value(" "); in HWTEST_F()
961 imageLayoutProperty->UpdateImageSourceInfo(value); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_pattern_test_ng.cpp1096 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 Dscrollable_test_ng.cpp1311 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 Dnode_gesture_modifier.cpp728 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 Djs_ui_observer.cpp102 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 Dselect_overlay_layout_algorithm.cpp319 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 Dbundle_manager_sync.cpp104 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 Dui_view.cpp198 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 Daccessibility_property_test_ng.cpp57 * @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 Dweb_context_select_overlay_test.cpp221 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 Davrcp_tg_browse.cpp519 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 Dbms_install_daemon_test.cpp913 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 Decs_animation.cpp1046 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 Drs_profiler_base.cpp1142 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 Dimage_source_heif_test.cpp170 * @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 Dcapture_session.h690 * @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 Dmedia_space_statistics_test.cpp896 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 Dparse_util_test.cpp651 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 Ddevice_status_collect_manager_test.cpp147 event.value = "off"; in HWTEST_F()
151 event.value = ""; in HWTEST_F()

Completed in 54 milliseconds

1...<<891892893894895896897898899900>>...947