Searched refs:reverse (Results 1 - 8 of 8) sorted by relevance
/base/inputmethod/imf/test/unittest/cpp_test/common/src/ |
H A D | key_event_util.cpp | 61 std::reverse(upKeys_.begin(), upKeys_.end()); in SimulateKeyEvents()
|
/base/hiviewdfx/hiview/base/utility/include/ |
H A D | string_util.h | 145 std::string VectorToString(const std::vector<std::string>& src, bool reverse, const std::string& tag = "\r\n");
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | string_util.cpp | 288 string VectorToString(const vector<string>& src, bool reverse, const string& tag) in VectorToString() argument 295 if (reverse) { in VectorToString()
|
/base/hiviewdfx/hiview/utility/common_utils/ |
H A D | log_parse.cpp | 193 reverse(part.begin(), part.end()); in GetValidBlock()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_rdb_data_mgr.cpp | 275 std::reverse(operatedTables.begin(), operatedTables.end()); in DeleteData() 313 std::reverse(operatedTables.begin(), operatedTables.end()); in DeleteBathchData()
|
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/ |
H A D | smart_reminder_center.cpp | 351 // bitset.to_string() and config is reverse, bit[0] is behind in CompareStatus() 353 reverse(localStatus.begin(), localStatus.end()); in CompareStatus()
|
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/ |
H A D | dlp_permission_service.cpp | 455 std::reverse(cfgFilesList.begin(), cfgFilesList.end()); // priority from low to high, need reverse in GetCfgFilesList()
|
/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | file_parser.py | 136 result.reverse()
|
Completed in 9 milliseconds