Home
last modified time | relevance | path

Searched refs:indexFlag (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp572 int32_t indexFlag = 0; variable
573 database->GetTableIndexSql(databaseType, tableTime, createFlag, indexFlag);
576 database->GetTableIndexSql(databaseType, tableTime, createFlag, indexFlag);
580 database->GetTableIndexSql(databaseType, tableTime, createFlag, indexFlag);
584 database->GetTableIndexSql(databaseType, tableTime, createFlag, indexFlag);
585 indexFlag = BUNDLE_ACTIVE_DB_INDEX_MODULE;
586 database->GetTableIndexSql(databaseType, tableTime, createFlag, indexFlag);
589 indexFlag = BUNDLE_ACTIVE_DB_INDEX_NORMAL;
590 database->GetTableIndexSql(databaseType, tableTime, createFlag, indexFlag);
592 indexFlag = BUNDLE_ACTIVE_DB_INDEX_MODULE;
[all …]
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H A Daudio_idl_hdicapture_attr_test.cpp257 size_t indexFlag = strGetValue.rfind(";"); 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.cpp225 size_t indexFlag = strGetValue.rfind(";"); variable
226 if (indexAttr != string::npos && indexFlag != string::npos) {
227 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp1078 int32_t indexFlag) in GetTableIndexSql() argument
1101 if (indexFlag == BUNDLE_ACTIVE_DB_INDEX_NORMAL) { in GetTableIndexSql()
1104 } else if (indexFlag == BUNDLE_ACTIVE_DB_INDEX_MODULE) { in GetTableIndexSql()
1107 } else if (indexFlag == BUNDLE_ACTIVE_DB_INDEX_FORM) { in GetTableIndexSql()
1113 if (indexFlag == BUNDLE_ACTIVE_DB_INDEX_NORMAL) { in GetTableIndexSql()
1115 } else if (indexFlag == BUNDLE_ACTIVE_DB_INDEX_MODULE) { in GetTableIndexSql()
1117 } else if (indexFlag == BUNDLE_ACTIVE_DB_INDEX_FORM) { in GetTableIndexSql()
/ohos5.0/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_common_test.cpp791 size_t indexFlag = strGetValue.rfind(";"); variable
793 if (indexAttr != string::npos && indexFlag != string::npos) {
794 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_usage_database.h93 int32_t indexFlag = BUNDLE_ACTIVE_DB_INDEX_NORMAL);
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
H A Daudio_idlhdirender_performace_test.cpp919 size_t indexFlag = strGetValue.rfind(";"); variable
920 if (indexAttr != string::npos && indexFlag != string::npos) {
921 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");