Home
last modified time | relevance | path

Searched refs:innerQuery (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query_wrapper.cpp58 void QueryStatusLogUtil::LogTooManyConcurrentQueries(const int limit, bool innerQuery) in LogTooManyConcurrentQueries() argument
60 … std::string info { innerQuery ? "HIVIEW TOOMANYCOCURRENTQUERIES " : "TOOMANYCOCURRENTQUERIES " }; in LogTooManyConcurrentQueries()
66 void QueryStatusLogUtil::LogQueryOverTime(time_t costTime, const std::string sql, bool innerQuery) in LogQueryOverTime() argument
68 std::string info { innerQuery ? "PLUGIN QUERYOVERTIME " : "QUERYOVERTIME " }; in LogQueryOverTime()
74 bool innerQuery) in LogQueryCountOverLimit() argument
76 std::string info { innerQuery ? "PLUGIN QUERYCOUNTOVERLIMIT " : "QUERYCOUNTOVERLIMIT " }; in LogQueryCountOverLimit()
82 bool innerQuery) in LogQueryTooFrequently() argument
84 std::string info { innerQuery ? "HIVIEW QUERYTOOFREQUENTLY " : "QUERYTOOFREQUENTLY " }; in LogQueryTooFrequently()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query_wrapper.h94 static void LogTooManyConcurrentQueries(const int limit, bool innerQuery = true);
95 static void LogQueryOverTime(time_t costTime, const std::string sql, bool innerQuery = true);
97 bool innerQuery = true);
99 bool innerQuery = true);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1067 QuerySyncObject innerQuery(query);
1068 tmpContext.SetQuery(innerQuery);