Home
last modified time | relevance | path

Searched refs:execInfos_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_sql_statistic.cpp31 ConcurrentMap<uint64_t, std::shared_ptr<SqlObserver::SqlExecutionInfo>> SqlStatistic::execInfos_; member in OHOS::DistributedRdb::SqlStatistic
48 execInfos_.Clear(); in Unsubscribe()
66 auto it = execInfos_.Find(key_); in SqlStatistic()
72 it = execInfos_.Find(GetThreadId()); in SqlStatistic()
78 execInfos_.Insert(key_, execInfo_); in SqlStatistic()
108 execInfos_.Erase(key_); in ~SqlStatistic()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_sql_statistic.h50 static ConcurrentMap<uint64_t, std::shared_ptr<SqlExecInfo>> execInfos_; variable