Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H A Daudio_idl_hdicapture_attr_test.cpp256 size_t indexAttr = strGetValue.find("attr-frame-count"); variable
258 if (indexAttr != string::npos && indexFlag != string::npos) {
259 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_attr_test.cpp224 size_t indexAttr = strGetValue.find("attr-frame-count"); variable
226 if (indexAttr != string::npos && indexFlag != string::npos) {
227 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp649 auto indexAttr = fieldAttr->LookupByKey(SchemaConstant::KEYWORD_INDEX.c_str()); in CollectRawIndexInfos() local
650 if (indexAttr == nullptr) { in CollectRawIndexInfos()
653 if (indexAttr->value() == nullptr) { in CollectRawIndexInfos()
657 indexCollect[name->str()] = indexAttr->value()->str(); // May still be empty string in CollectRawIndexInfos()
/ohos5.0/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_common_test.cpp790 size_t indexAttr = strGetValue.find("attr-frame-count"); variable
793 if (indexAttr != string::npos && indexFlag != string::npos) {
794 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
H A Daudio_idlhdirender_performace_test.cpp918 size_t indexAttr = strGetValue.find("attr-frame-count"); variable
920 if (indexAttr != string::npos && indexFlag != string::npos) {
921 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");