Home
last modified time | relevance | path

Searched full:value (Results 1 – 25 of 6032) sorted by relevance

12345678910>>...242

/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/resources/base/element/
Dfloat.json5 "value": "1vp" string
9 "value": "3vp" string
13 "value": "4vp" string
17 "value": "5vp" string
21 "value": "6vp" string
25 "value": "8vp" string
29 "value": "10vp" string
33 "value": "11vp" string
37 "value": "12vp" string
41 "value": "13vp" string
[all …]
Dstring.json5 "value": "description" string
9 "value": "description" string
13 "value": "form_description" string
17 "value": "form_label" string
21 "value": "description" string
25 "value": "全屏截屏" string
29 "value": "部分截屏" string
33 "value": "label" string
37 "value": "description" string
41 "value": "label" string
[all …]
Dcolor.json5 "value": "#333333" string
9 "value": "#666666" string
13 "value": "#999999" string
17 "value": "#E3E3E3" string
21 "value": "#D8D8D8" string
25 "value": "#1824310D" string
29 "value": "#00000000" string
33 "value": "#CCFFFFFF" string
37 "value": "#FFFFFF" string
41 "value": "#182431" string
[all …]
/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/resources/base/element/
Dfloat.json5 "value": "1vp" string
9 "value": "3vp" string
13 "value": "4vp" string
17 "value": "5vp" string
21 "value": "6vp" string
25 "value": "8vp" string
29 "value": "10vp" string
33 "value": "11vp" string
37 "value": "12vp" string
41 "value": "13vp" string
[all …]
Dstring.json5 "value": "description" string
9 "value": "description" string
13 "value": "form_description" string
17 "value": "form_label" string
21 "value": "description" string
25 "value": "全屏截屏" string
29 "value": "部分截屏" string
34 "value": "label" string
37 "value": "description" string
41 "value": "label" string
[all …]
/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/resources/zh_CN/element/
Dstring.json5 "value": "模块描述" string
9 "value": "描述" string
13 "value": "wifi专项测试" string
17 "value": "描述" string
21 "value": "描述" string
25 "value": "表单描述" string
29 "value": "表单标签" string
33 "value": "描述" string
37 "value": "全屏截屏" string
41 "value": "部分截屏" string
[all …]
/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/resources/en_US/element/
Dstring.json5 "value": "module description" string
9 "value": "description" string
13 "value": "wifiTest" string
17 "value": "description" string
21 "value": "description" string
25 "value": "form_description" string
29 "value": "form_label" string
33 "value": "description" string
37 "value": "全屏截屏" string
41 "value": "部分截屏" string
[all …]
/foundation/multimedia/audio_framework/services/audio_policy/server/config/
Daudio_interrupt_policy_config.xml18 <focus_type value="STREAM_VOICE_CALL">
21 <focus_type value="STREAM_VOICE_CALL"/>
22 <focus_type value="STREAM_RING"/>
23 <focus_type value="STREAM_VOICE_ASSISTANT"/>
24 <focus_type value="STREAM_VOICE_RING"/>
25 <focus_type value="STREAM_NAVIGATION"/>
26 <focus_type value="SOURCE_TYPE_MIC"/>
27 <focus_type value="SOURCE_TYPE_CAMCORDER"/>
28 <focus_type value="SOURCE_TYPE_VOICE_MESSAGE"/>
29 <focus_type value="SOURCE_TYPE_WAKEUP"/>
[all …]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
Ddng_exif_metadata_accessor_test.cpp60 std::string value; variable
61 ASSERT_EQ(exifMetadata->GetValue("BitsPerSample", value), SUCCESS);
62 ASSERT_EQ(value, "8, 8, 8");
63 ASSERT_EQ(exifMetadata->GetValue("Orientation", value), SUCCESS);
64 ASSERT_EQ(value, "Right-top");
65 ASSERT_EQ(exifMetadata->GetValue("ImageLength", value), SUCCESS);
66 ASSERT_EQ(value, "3024");
67 ASSERT_EQ(exifMetadata->GetValue("ImageWidth", value), SUCCESS);
68 ASSERT_EQ(value, "4032");
69 ASSERT_EQ(exifMetadata->GetValue("GPSLatitude", value), SUCCESS);
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
DarkComponent.d.ts34 isEqual(value: Equable): boolean;
39 value?: T;
40 constructor(value: T);
56 outline(value: OutlineOptions): this;
57 outlineColor(value: ResourceColor | EdgeColors): this;
58 outlineRadius(value: Dimension | OutlineRadiuses): this;
59 outlineStyle(value: OutlineStyle | EdgeOutlineStyles): this;
60 outlineWidth(value: Dimension | EdgeOutlineWidths): this;
61 width(value: Length): this;
62 height(value: Length): this;
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkTextArea.ts18 function calArkBorderWidth(value: BorderOptions): ArkBorderWidth {
20 if (!isUndefined(value?.width) && value?.width !== null) {
21 if (isNumber(value.width) || isString(value.width) || isResource(value.width)) {
22 arkWidth.left = value.width;
23 arkWidth.right = value.width;
24 arkWidth.top = value.width;
25 arkWidth.bottom = value.width;
27 arkWidth.left = (value.width as EdgeWidths).left;
28 arkWidth.right = (value.width as EdgeWidths).right;
29 arkWidth.top = (value.width as EdgeWidths).top;
[all …]
DArkCalendarPicker.ts18 constructor(value: PickerTextStyle) {
19 super(value);
27 this.value?.color ?? undefined,
28 this.value?.font?.size ?? undefined,
29 this.value?.font?.weight ?? undefined);
34 if (!(this.stageValue?.font?.weight === this.value?.font?.weight)) {
37 return !isBaseOrResourceEqual(this.stageValue?.color, this.value?.color) ||
38 !isBaseOrResourceEqual(this.stageValue?.font?.size, this.value?.font?.size);
44 constructor(value: ArkEdgeAlign) {
45 super(value);
[all …]
DArkTextInput.ts23 getUINativeModule().textInput.setStyle(node, this.value!);
27 return !isBaseOrResourceEqual(this.stageValue, this.value);
36 getUINativeModule().textInput.setMaxLength(node, this.value!);
40 return !isBaseOrResourceEqual(this.stageValue, this.value);
49 getUINativeModule().textInput.setMaxLines(node, this.value!);
53 return !isBaseOrResourceEqual(this.stageValue, this.value);
58 …constructor(value: { type: TextDecorationType; color?: ResourceColor; style?: TextDecorationStyle …
59 super(value);
66 …getUINativeModule().textInput.setDecoration(node, this.value!.type, this.value!.color, this.value!…
71 if (this.stageValue.type !== this.value.type || this.stageValue.style !== this.value.style) {
[all …]
DArkSwiper.ts21 initialize(value: Object[]): SwiperAttribute {
22 if (value[0] !== undefined) {
23 …ey(this._modifiersWithKeys, SwiperInitializeModifier.identity, SwiperInitializeModifier, value[0]);
27 index(value: number): this {
28 …modifierWithKey(this._modifiersWithKeys, SwiperIndexModifier.identity, SwiperIndexModifier, value);
31 autoPlay(value: boolean): this {
32 …erWithKey(this._modifiersWithKeys, SwiperAutoPlayModifier.identity, SwiperAutoPlayModifier, value);
35 interval(value: number): this {
36 …erWithKey(this._modifiersWithKeys, SwiperIntervalModifier.identity, SwiperIntervalModifier, value);
40 indicator(value: boolean | DotIndicator | DigitIndicator): this {
[all …]
DArkText.ts18 constructor(value: boolean) {
19 super(value);
26 getUINativeModule().text.setEnableDataDetector(node, this.value!);
30 return !isBaseOrResourceEqual(this.stageValue, this.value);
35 constructor(value: ResourceColor) {
36 super(value);
43 getUINativeModule().text.setFontColor(node, this.value);
48 return !isBaseOrResourceEqual(this.stageValue, this.value);
53 constructor(value: ResourceColor | ColoringStrategy) {
54 super(value);
[all …]
DArkComponent.ts44 private changeCallback: ((key: Symbol, value: AttributeModifierWithKey) => void) | undefined;
59 public forEach(callbackfn: (value: AttributeModifierWithKey, key: Symbol,
69 public set(key: Symbol, value: AttributeModifierWithKey): this {
71 this.map_.set(key, value);
72 _a === null || _a === void 0 ? void 0 : _a(key, value);
93 public setOnChange(callback: (key: Symbol, value: AttributeModifierWithKey) => void): void {
161 function isResourceEqual(stageValue: Resource, value: Resource): boolean {
162 return (stageValue.bundleName === value.bundleName) &&
163 (stageValue.moduleName === value.moduleName) &&
164 (stageValue.id === value.id) &&
[all …]
DArkGridCol.ts18 constructor(value: ArkGridColColumnOption) {
19 super(value);
26 if (isNumber(this.value)) {
27 getUINativeModule().gridCol.setSpan(node, this.value,
28 this.value, this.value, this.value, this.value, this.value);
30 getUINativeModule().gridCol.setSpan(node, this.value.xs,
31 this.value.sm, this.value.md, this.value.lg, this.value.xl, this.value.xxl);
36 if (isNumber(this.stageValue) && isNumber(this.value)) {
37 return this.stageValue !== this.value;
38 } else if (isObject(this.stageValue) && isObject(this.value)) {
[all …]
DArkSearch.ts19 constructor(value: boolean) {
20 super(value);
27 getUINativeModule().search.setSelectionMenuHidden(node, this.value!);
31 return this.stageValue !== this.value;
36 constructor(value: CaretStyle) {
37 super(value);
44 getUINativeModule().search.setCaretStyle(node, this.value.width,
45 this.value.color);
49 return !isBaseOrResourceEqual(this.stageValue.width, this.value.width) ||
50 !isBaseOrResourceEqual(this.stageValue.color, this.value.color);
[all …]
DArkButton.ts48 initialize(value: Object[]): this {
49 if (value.length >= 1 && (isResource(value[0]) || isString(value[0]))) {
54 if (value.length === 1) {
55 if (!isNull(value[0]) && isObject(value[0])) {
56 …rWithKey(this._modifiersWithKeys, ButtonOptionsModifier.identity, ButtonOptionsModifier, value[0]);
57 } else if (isResource(value[0]) || isString(value[0])) {
58 …ifierWithKey(this._modifiersWithKeys, ButtonLabelModifier.identity, ButtonLabelModifier, value[0]);
63 } else if (value.length === 2) {
64 …ifierWithKey(this._modifiersWithKeys, ButtonLabelModifier.identity, ButtonLabelModifier, value[0]);
65 …rWithKey(this._modifiersWithKeys, ButtonOptionsModifier.identity, ButtonOptionsModifier, value[1]);
[all …]
DArkBadge.ts24 initialize(value: Object[]): this {
25 if (value.length === 1 && isObject(value[0])) {
26 if (value[0]?.count !== undefined) {
28 …_modifiersWithKeys, BadgeParamWithNumberModifier.identity, BadgeParamWithNumberModifier, value[0]);
29 } else if (value[0]?.value !== undefined) {
31 …_modifiersWithKeys, BadgeParamWithStringModifier.identity, BadgeParamWithStringModifier, value[0]);
45 constructor(value: BadgeParamWithNumber) {
46 super(value);
54 if (this.value?.style === undefined) {
56 isNumber(this.value?.position) ? this.value.position : undefined,
[all …]
DArkImage.ts18 constructor(value: ColorFilter) {
19 super(value);
26 getUINativeModule().image.setColorFilter(node, this.value!);
40 getUINativeModule().image.setFillColor(node, this.value!);
44 return !isBaseOrResourceEqual(this.stageValue, this.value);
54 getUINativeModule().image.setAlt(node, this.value!);
58 return !isBaseOrResourceEqual(this.stageValue, this.value);
68 getUINativeModule().image.setCopyOption(node, this.value!);
72 return this.stageValue !== this.value;
82 getUINativeModule().image.setAutoResize(node, this.value!);
[all …]
DArkSelect.ts24 optionWidth(value: Dimension | OptionWidthMode): this {
26 … this._modifiersWithKeys, SelectOptionWidthModifier.identity, SelectOptionWidthModifier, value);
29 optionHeight(value: Dimension): this {
31 … this._modifiersWithKeys, SelectOptionHeightModifier.identity, SelectOptionHeightModifier, value);
34 width(value: Length): this {
36 this._modifiersWithKeys, SelectWidthModifier.identity, SelectWidthModifier, value);
39 height(value: Length): this {
41 this._modifiersWithKeys, SelectHeightModifier.identity, SelectHeightModifier, value);
44 size(value: SizeOptions): this {
46 this._modifiersWithKeys, SelectSizeModifier.identity, SelectSizeModifier, value);
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js102 function isResourceEqual(stageValue, value) { argument
103 return (stageValue.bundleName === value.bundleName) &&
104 (stageValue.moduleName === value.moduleName) &&
105 (stageValue.id === value.id) &&
106 (stageValue.params === value.params) &&
107 (stageValue.type === value.type);
109 function isBaseOrResourceEqual(stageValue, value) { argument
110 if (isResource(stageValue) && isResource(value)) {
111 return isResourceEqual(stageValue, value);
113 else if (!isResource(stageValue) && !isResource(value)) {
[all …]
/foundation/multimedia/player_framework/test/unittest/resources/
Dohos_test.xml22 <option name="push" value="test_subtitlefile/utf8.srt -> /data/test" src="res"/>
23 <option name="push" value="test_subtitlefile/utf8_test1.srt -> /data/test" src="res"/>
24 <option name="push" value="test_videofile/H264_AAC.mp4 -> /data/test" src="res"/>
25 … <option name="push" value="test_videofile/H264_AAC_multi_track.mp4 -> /data/test" src="res"/>
26 <option name="push" value="test_videofile/H264_AAC_DRM.ts -> /data/test" src="res"/>
27 <option name="push" value="test_videofile/H265_AAC.mp4 -> /data/test" src="res"/>
28 <option name="push" value="test_videofile/H264_MP3.mp4 -> /data/test" src="res"/>
29 <option name="push" value="test_videofile/MPEG2_AAC.mp4 -> /data/test" src="res"/>
30 <option name="push" value="test_videofile/MPEG2_MP3.mp4 -> /data/test" src="res"/>
31 <option name="push" value="test_videofile/MPEG4_AAC.mp4 -> /data/test" src="res"/>
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
Dadapter_device_config.h120 * @brief Get specified property value.
121 * Value type is int.
125 * @param[out] value Value type is int.
126 * @return true Success get specified property's value.
127 * @return false Failed get specified property's value.
130 … std::string &section, const std::string &subSection, const std::string &property, int &value) = 0;
133 * @brief Get specified property value.
134 * Value type is string.
138 * @param[out] value Value type is string.
139 * @return true Success get specified property's value.
[all …]

12345678910>>...242