Home
last modified time | relevance | path

Searched refs:count_ (Results 1 – 13 of 13) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_observer/
Dthermal_service_subscriber.cpp59 if (count_ == 0) { in OnTemperatureChanged()
63 if (count_ == COUNT_MAX) { in OnTemperatureChanged()
66 count_ = 0; in OnTemperatureChanged()
70 count_ ++; in OnTemperatureChanged()
/base/location/frameworks/location_common/common/source/
Dcommon_utils.cpp207 if (count_ == 0) { in Wait()
211 …condition_.wait_for(lock, std::chrono::seconds(time / SEC_TO_MILLI_SEC), [&]() {return count_ == 0… in Wait()
218 int oldC = count_.load(); in CountDown()
220 if (count_.compare_exchange_strong(oldC, oldC - 1)) { in CountDown()
227 oldC = count_.load(); in CountDown()
234 return count_; in GetCount()
240 count_ = count; in SetCount()
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
Dthermal_service_subscriber.h51 int32_t count_ {0};
/base/msdp/device_status/tools/vdev/src/
Dvirtual_mouse.cpp55 return count_; in GetCount()
69 mutable size_t count_ { 0 }; member in OHOS::Msdp::DeviceStatus::PointerPositionMonitor
87 ++count_; in OnInputEvent()
/base/location/interfaces/inner_api/include/
Dcommon_utils.h189 count_ = 0; in CountDownLatch()
199 std::atomic<int> count_; variable
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_desc.h123 uint32_t count_; // ID count variable
/base/global/resource_management/frameworks/resmgr/include/
Dres_desc.h124 uint32_t count_; // ID count variable
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp227 std::string ret = FormatString("idcount:%u, ", count_); in ToString()
/base/telephony/cellular_call/services/manager/include/
Dcellular_call_service.h683 int32_t count_ = 0; variable
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp296 std::string ret = FormatString("idcount:%u, ", count_); in ToString()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp258 for (uint32_t i = 0; i < id->count_; ++i) { in ParseId()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp1311 count_++; in OnRemoveSystemAbility()
1312 CellularCallHiSysEvent::WriteFoundationRestartFaultEvent(count_); in OnRemoveSystemAbility()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp446 for (uint32_t i = 0; i < id->count_; ++i) { in ParseId()