Searched refs:indexFlag (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_service_test.cpp | 572 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 D | audio_idl_hdicapture_attr_test.cpp | 257 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 D | audio_idl_hdirender_attr_test.cpp | 225 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 D | bundle_active_usage_database.cpp | 1078 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 D | audio_capture_common_test.cpp | 791 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 D | bundle_active_usage_database.h | 93 int32_t indexFlag = BUNDLE_ACTIVE_DB_INDEX_NORMAL);
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/ |
H A D | audio_idlhdirender_performace_test.cpp | 919 size_t indexFlag = strGetValue.rfind(";"); variable 920 if (indexAttr != string::npos && indexFlag != string::npos) { 921 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");
|