Home
last modified time | relevance | path

Searched refs:proxyPids_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp349 auto it = proxyPids_.find(key); in EraseTimerFromProxyPidMap()
350 if (it != proxyPids_.end()) { in EraseTimerFromProxyPidMap()
450 auto it = proxyPids_.find(key); in RecordProxyPidTimerMap()
451 if (it != proxyPids_.end()) { in RecordProxyPidTimerMap()
529 if (it == proxyPids_.end()) { in IsPidProxy()
575 if (it != proxyPids_.end()) { in UpdateProxyWhenElapsedForProxyPidMap()
649 if (it == proxyPids_.end()) { in RestoreProxyWhenElapsedByPid()
699 proxyPids_.erase(key); in RestoreProxyWhenElapsedForProxyPidMap()
719 for (auto it = proxyPids_.begin(); it != proxyPids_.end(); ++it) { in ResetAllPidProxyWhenElapsed()
724 proxyPids_.clear(); in ResetAllPidProxyWhenElapsed()
[all …]
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_proxy_test.cpp548 auto it = TimerProxy::GetInstance().proxyPids_.find(key);
549 EXPECT_NE(it, TimerProxy::GetInstance().proxyPids_.end());
601 auto it = TimerProxy::GetInstance().proxyPids_.find(key);
602 EXPECT_NE(it, TimerProxy::GetInstance().proxyPids_.end());
659 it = TimerProxy::GetInstance().proxyPids_.find(key2);
661 it = TimerProxy::GetInstance().proxyPids_.find(key3);
691 TimerProxy::GetInstance().proxyPids_.clear();
747 TimerProxy::GetInstance().proxyPids_.clear();
767 auto it = TimerProxy::GetInstance().proxyPids_.find(key);
859 TimerProxy::GetInstance().proxyPids_.clear();
[all …]
H A Dtime_service_test.cpp1149 auto map = TimerProxy::GetInstance().proxyPids_;
1158 auto map = TimerProxy::GetInstance().proxyPids_;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp319 std::set<int32_t> BluetoothBleCentralManagerServer::proxyPids_; member in OHOS::Bluetooth::BluetoothBleCentralManagerServer
327 proxyPids_.insert(pid); in FreezeByRss()
329 proxyPids_.erase(pid); in FreezeByRss()
339 proxyPids_.clear(); in ResetAllProxy()
346 return proxyPids_.find(pid) != proxyPids_.end(); in IsResourceScheduleControlApp()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h61 static std::set<int32_t> proxyPids_; variable
/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_proxy.h112 …d_map<uint64_t, std::unordered_map<uint64_t, std::chrono::steady_clock::time_point>> proxyPids_ {};
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp1427 proxyPids_.insert(*it); in ProxyForFreeze()
1433 proxyPids_.erase(*it); in ProxyForFreeze()
1453 proxyPids_.clear(); in ResetAllProxy()
1467 return proxyPids_.find(pid) != proxyPids_.end(); in IsProxyPid()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h258 std::set<int32_t> proxyPids_; variable