Searched refs:resultSetCallingPids (Results 1 – 2 of 2) sorted by relevance
40 ConcurrentMap<uint32_t, int32_t> RdbDelegate::resultSetCallingPids; member in OHOS::DataShare::RdbDelegate289 resultSetCallingPids.Compute(callingPid, [](const uint32_t &, int32_t &value) { in Query()305 resultSetCallingPids.ComputeIfPresent(callingPid, [](const uint32_t &, int32_t &value) { in Query()372 resultSetCallingPids.ForEach([&logStr](const uint32_t &key, const int32_t &value) { in IsLimit()
58 static ConcurrentMap<uint32_t, int32_t> resultSetCallingPids; variable