Searched refs:execInfos_ (Results 1 – 2 of 2) sorted by relevance
31 ConcurrentMap<uint64_t, std::shared_ptr<SqlObserver::SqlExecutionInfo>> SqlStatistic::execInfos_; member in OHOS::DistributedRdb::SqlStatistic48 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()
50 static ConcurrentMap<uint64_t, std::shared_ptr<SqlExecInfo>> execInfos_; variable