Home
last modified time | relevance | path

Searched defs:expectValue (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H A Devent_controller_test.cpp70 int64_t expectValue = 2; variable
95 int64_t expectValue = 3; variable
116 int64_t expectValue = 1; variable
136 int64_t expectValue = 0; variable
156 int64_t expectValue = 1; variable
176 int64_t expectValue = 0; variable
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_touchEvent_injector_test.cpp111 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_DOWN; variable
139 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_DOWN; variable
171 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_DOWN; variable
200 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_DOWN; variable
H A Daccessibility_mouse_key_test.cpp236 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_BUTTON_UP; variable
292 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_BUTTON_UP; variable
348 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN; variable
404 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN; variable
H A Daccessibility_touch_guider_test.cpp70 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_MOVE; in PointerEventTest() local
276 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_HOVER_ENTER; variable
670 int32_t expectValue = MMI::PointerEvent::BUTTON_NONE; variable
715 int32_t expectValue= MMI::PointerEvent::POINTER_ACTION_MOVE; variable
931 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_MOVE; variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp513 …auto expectValue = "BEGIN:VCARD\r\nVERSION:2.1\r\nN;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:;=E6=B… variable
529 auto expectValue = "BEGIN:VCARD\r\nVERSION:2.1\r\nN:;test;;;\r\nFN:test\r\nEND:VCARD\r\n"; variable
554 auto expectValue = variable
582 …auto expectValue = "BEGIN:VCARD\r\nVERSION:2.1\r\nX_OHOS_CUSTOM;CHARSET=UTF-8;ENCODING=QUOTED-PRIN… variable
610 …auto expectValue = "BEGIN:VCARD\r\nVERSION:2.1\r\nX-MSN;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:=E… variable
695 …auto expectValue = "BEGIN:VCARD\r\nVERSION:2.1\r\nTEL;TYPE=HOME:1202020\r\nTEL;TYPE=WORK;TYPE=FAX:… variable
752 …auto expectValue = "BEGIN:VCARD\r\nVERSION:2.1\r\nORG;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:=E6=… variable
857 auto expectValue = variable
1008 …auto expectValue = "BEGIN:VCARD\r\nVERSION:2.1\r\nADR;TYPE=HOME:testpobox;;testStreee;testCity;tes… variable
1076 auto expectValue = variable
[all …]
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/
H A Dchain_rule_test.cpp80 std::string expectValue = "192.168.6.1-192.168.6.254"; variable
111 std::string expectValue = " 192.168.6.1-192.168.6.254"; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/
H A Daudio_adm_interface_test.cpp220 int32_t expectValue = 5; variable
245 int32_t expectValue = MIN_GAIN_VALUE; variable
271 int32_t expectValue = MAX_GAIN_VALUE; variable
317 int32_t expectValue = AUDIO_CHANNEL_NORMAL; variable
342 int32_t expectValue = AUDIO_CHANNEL_BOTH_LEFT; variable
367 int32_t expectValue = AUDIO_CHANNEL_BOTH_RIGHT; variable
602 int32_t expectValue = MIDDLE_VOLUME; variable
628 int32_t expectValue = MIN_VOLUME; variable
653 int32_t expectValue = MAX_VOLUME; variable
722 int32_t expectValue = 0; variable
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dconcat_three_inputs_test.cpp222 int64_t expectValue = mindspore::lite::MindIR_Concat_GetAxis(primitive.get()); variable
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_config.h51 std::string expectValue; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_test.cpp321 Value expectValue = {'v'}; variable
446 Value expectValue = {'v'}; variable
476 Value expectValue = {'v'}; variable
764 Value expectValue = {'v'}; variable
881 Value expectValue(valueStr.begin(), valueStr.end()); variable
958 Value expectValue = {'v'}; variable
2590 Value expectValue = {'k', '1'}; variable
2607 Value expectValue = {'v'}; variable
2631 Value expectValue = {'v'}; variable
2670 Value expectValue = {'v'}; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dslider_tdd_test.cpp119 const int expectValue = 100; in ComponentSliderAttributeValueTest003() local
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/adm_common/src/
H A Daudio_adm_common.cpp256 int32_t ReadCtrlInfo(struct HdfIoService *service, struct AudioCtlElemId id, int32_t expectValue) in ReadCtrlInfo()
/ohos5.0/base/startup/init/test/unittest/param/
H A Dclient_unittest.cpp25 static void ClientCheckParamValue(const char *name, const char *expectValue) in ClientCheckParamValue()
H A Dparam_unittest.cpp38 static int CheckServerParamValue(const char *name, const char *expectValue) in CheckServerParamValue()
H A Dparamservice_unittest.cpp32 static int CheckServerParamValue(const char *name, const char *expectValue) in CheckServerParamValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/
H A Ddistributed_test_agent.cpp164 const std::string &args, int argsLen, const std::string &expectValue, int expectValueLen) in OnProcessCmd()
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/audio_player/
H A DTestFastPlayer.cpp45 bool CheckTimeEquality(int32_t expectValue, int32_t currentValue) in CheckTimeEquality()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp305 std::string expectValue = (it -> second).expectValue; in IsBatteryConfigSupported() local
H A Dbattery_config.cpp290 Json::Value expectValue = GetValue(valueObj, "support.expect_value"); in ParseChargeSceneSupport() local
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp748 std::string expectValue = "0"; variable
1199 …andAndCheck(const std::string& command, const std::string& cmdArgs, const std::string& expectValue) in RunCommandAndCheck()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_lifecycle_test_ng.cpp91 void NavigationLifecycleTestNg::SetEvent(NavDestinationLifecycle lifecycle, int8_t expectValue, in SetEvent()
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_wifi_test.cpp432 long expectValue = StatsUtils::DEFAULT_VALUE; variable
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_wifi_test.cpp477 long expectValue = StatsUtils::DEFAULT_VALUE; variable
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_base_check.c1617 …heckOptionalParams(bool needCheck, bool isAbsent, uint32_t inputValue, const uint32_t* expectValue, in CheckOptionalParams()
1632 const uint32_t* expectValue, uint32_t expectCnt) in InitCheckOptionalParams()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_action_report_test.cpp81 int32_t ThermalActionReportTest::GetThermalLevel(int32_t expectValue) in GetThermalLevel()

12