Home
last modified time | relevance | path

Searched refs:maxValue (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/
DDatelPanel.ets23 @State maxValue:number = 0
35 if (message.name == 'maxValue') {
36 this.maxValue = message.value
55 …DataPanel({ values: this.values, max: this.maxValue, type: this.dataPanelType }).width(168).height…
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/test/
DdatelPanelJsunit.test.ets126 globalThis.value.message.notify({name:'maxValue',value:27})
143 globalThis.value.message.notify({name:'maxValue',value:-30})
160 globalThis.value.message.notify({name:'maxValue',value:0})
/test/ostest/wukong/report/src/
Dreport.cpp111 std::string maxValue = ""; in EnvInit() local
147 if (currentStringName > maxValue) { in EnvInit()
148 maxValue = currentStringName; in EnvInit()
/test/xts/acts/notification/ans_standard/actsNotificationSystemLiveViewTest/entry/src/main/ets/test/
DActsNotificationSystemLiveViewTest.test.ets67 maxValue : 100,
139 maxValue : 100,
1046 maxValue : null
1104 maxValue : undefined
1162 maxValue : 50,
1221 maxValue : 50,
1280 maxValue : 50,
1340 maxValue : 50,
/test/xts/acts/distributeddatamgr/dataObjecttest/dataObjectjstest/hap/src/main/js/test/
DObjectStoreJsunitV9.test.js709 let maxValue = Number.MAX_VALUE;
710 g_object= distributedObject.create(context, {name: "Amy", age: maxValue, isVis: false});