Home
last modified time | relevance | path

Searched refs:count_ (Results 1 - 15 of 15) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A 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/
H A Dcommon_utils.cpp167 if (count_ == 0) { in Wait()
168 LBSLOGE(LOCATOR_STANDARD, "count_ = 0"); in Wait()
171 condition_.wait_for(lock, std::chrono::seconds(time / MILLI_PER_SEC), [&]() {return count_ == 0;}); in Wait()
178 int oldC = count_.load(); in CountDown()
180 if (count_.compare_exchange_strong(oldC, oldC - 1)) { in CountDown()
187 oldC = count_.load(); in CountDown()
194 return count_; in GetCount()
200 count_ = count; in SetCount()
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
H A Dthermal_service_subscriber.h50 int32_t count_ {0};
/base/request/request/frameworks/native/src/
H A Drequest_running_task_count.cpp59 return count_; in GetCount()
65 count_ = runCount; in SetCount()
/base/request/request/frameworks/native/include/
H A Drequest_running_task_count.h66 int count_ = 0; member in OHOS::Request::FwkRunningTaskCountManager
/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h192 count_ = 0; in CountDownLatch()
202 std::atomic<int> count_; member in OHOS::Location::CountDownLatch
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_mouse.cpp60 return count_; in GetCount()
74 mutable size_t count_ { 0 };
92 ++count_; in OnInputEvent()
/base/global/resource_management/frameworks/resmgr/include/
H A Dres_desc.h139 uint32_t count_; // ID count member in OHOS::Global::Resource::ResId
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_desc.h123 uint32_t count_; // ID count member in OHOS::Global::Resource::ResId
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_desc.cpp227 std::string ret = FormatString("idcount:%u, ", count_); in ToString()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp293 std::string ret = FormatString("idcount:%u, ", count_); in ToString()
/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h742 int32_t count_ = 0; member in OHOS::Telephony::CellularCallService::SystemAbilityStatusChangeListener
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp258 for (uint32_t i = 0; i < id->count_; ++i) { in ParseId()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1562 count_++; in OnRemoveSystemAbility()
1563 CellularCallHiSysEvent::WriteFoundationRestartFaultEvent(count_); in OnRemoveSystemAbility()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp523 for (uint32_t i = 0; i < id->count_; ++i) { in ParseId()

Completed in 13 milliseconds