Home
last modified time | relevance | path

Searched refs:indexFlag (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.cpp257 size_t indexFlag = strGetValue.rfind(";"); in HWTEST_F() local
258 if (indexAttr != string::npos && indexFlag != string::npos) { in HWTEST_F()
259 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, ""); in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_attr_test.cpp225 size_t indexFlag = strGetValue.rfind(";"); in HWTEST_F() local
226 if (indexAttr != string::npos && indexFlag != string::npos) { in HWTEST_F()
227 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, ""); in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
H A Daudio_idlhdirender_performace_test.cpp919 size_t indexFlag = strGetValue.rfind(";"); in HWTEST_F() local
920 if (indexAttr != string::npos && indexFlag != string::npos) { in HWTEST_F()
921 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, ""); in HWTEST_F()
/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_common_test.cpp791 size_t indexFlag = strGetValue.rfind(";"); in HWTEST_F() local
793 if (indexAttr != string::npos && indexFlag != string::npos) { in HWTEST_F()
794 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, ""); in HWTEST_F()

Completed in 6 milliseconds