Home
last modified time | relevance | path

Searched refs:strGetValue (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H A Daudio_idl_hdicapture_attr_test.cpp255 string strGetValue = keyValueListValue; in HWTEST_F() local
256 size_t indexAttr = strGetValue.find("attr-frame-count"); in HWTEST_F()
257 size_t indexFlag = strGetValue.rfind(";"); in HWTEST_F()
259 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, ""); in HWTEST_F()
261 EXPECT_STREQ(keyValueListExp, strGetValue.c_str()); in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_attr_test.cpp223 string strGetValue = keyValueListValue; in HWTEST_F() local
224 size_t indexAttr = strGetValue.find("attr-frame-count"); in HWTEST_F()
225 size_t indexFlag = strGetValue.rfind(";"); in HWTEST_F()
227 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, ""); in HWTEST_F()
229 EXPECT_STREQ(keyValueListExp, strGetValue.c_str()); in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
H A Daudio_idlhdirender_performace_test.cpp917 string strGetValue = keyValueListValue; in HWTEST_F() local
918 size_t indexAttr = strGetValue.find("attr-frame-count"); in HWTEST_F()
919 size_t indexFlag = strGetValue.rfind(";"); in HWTEST_F()
921 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, ""); in HWTEST_F()
923 EXPECT_STREQ(keyValueListExp, strGetValue.c_str()); in HWTEST_F()
/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_common_test.cpp789 std::string strGetValue = keyValueListReply; in HWTEST_F() local
790 size_t indexAttr = strGetValue.find("attr-frame-count"); in HWTEST_F()
791 size_t indexFlag = strGetValue.rfind(";"); in HWTEST_F()
794 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, ""); in HWTEST_F()

Completed in 6 milliseconds