Searched refs:expectValue (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/ |
H A D | audio_adm_interface_test.cpp | 220 int32_t expectValue = 5; in HWTEST_F() local 233 ret = ReadCtrlInfo(service, elemValue.id, expectValue); in HWTEST_F() 245 int32_t expectValue = MIN_GAIN_VALUE; in HWTEST_F() local 258 ret = ReadCtrlInfo(service, elemValue.id, expectValue); in HWTEST_F() 271 int32_t expectValue = MAX_GAIN_VALUE; in HWTEST_F() local 283 ret = ReadCtrlInfo(service, elemValue.id, expectValue); in HWTEST_F() 317 int32_t expectValue = AUDIO_CHANNEL_NORMAL; in HWTEST_F() local 330 ret = ReadCtrlInfo(service, elemValue.id, expectValue); in HWTEST_F() 342 int32_t expectValue = AUDIO_CHANNEL_BOTH_LEFT; in HWTEST_F() local 355 ret = ReadCtrlInfo(service, elemValue.id, expectValue); in HWTEST_F() 367 int32_t expectValue = AUDIO_CHANNEL_BOTH_RIGHT; HWTEST_F() local 602 int32_t expectValue = MIDDLE_VOLUME; HWTEST_F() local 628 int32_t expectValue = MIN_VOLUME; HWTEST_F() local 653 int32_t expectValue = MAX_VOLUME; HWTEST_F() local 722 int32_t expectValue = 0; HWTEST_F() local [all...] |
/drivers/peripheral/audio/test/systemtest/common/adm_common/include/ |
H A D | audio_adm_common.h | 104 int32_t ReadCtrlInfo(struct HdfIoService *service, struct AudioCtlElemId id, int32_t expectValue);
|
/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | battery_config.cpp | 290 Json::Value expectValue = GetValue(valueObj, "support.expect_value"); in ParseChargeSceneSupport() local 296 config.expectValue = isValidJsonString(expectValue) ? expectValue.asString() : ""; in ParseChargeSceneSupport()
|
H A D | battery_interface_impl.cpp | 308 std::string expectValue = (it -> second).expectValue; in IsBatteryConfigSupported() local 311 supportPath.c_str(), type.c_str(), expectValue.c_str()); in IsBatteryConfigSupported() 318 value = ret == HDF_SUCCESS ? expectValue == temp : false; in IsBatteryConfigSupported()
|
/drivers/peripheral/battery/interfaces/hdi_service/include/ |
H A D | battery_config.h | 51 std::string expectValue; member
|
/drivers/peripheral/audio/test/systemtest/common/adm_common/src/ |
H A D | audio_adm_common.cpp | 256 int32_t ReadCtrlInfo(struct HdfIoService *service, struct AudioCtlElemId id, int32_t expectValue) in ReadCtrlInfo() argument 280 if (ret < 0 || expectValue != readElemValue.value[0]) { in ReadCtrlInfo()
|
Completed in 5 milliseconds