Home
last modified time | relevance | path

Searched refs:counter_ (Results 1 - 20 of 20) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dentity_reference.h68 : entity_(entity), counter_(counter) in counter_() function in EntityReference
72 EntityReference(const EntityReference& other) noexcept : entity_(other.entity_), counter_(other.counter_) {} in counter_() function in EntityReference
76 : entity_(BASE_NS::exchange(other.entity_, Entity {})), counter_(BASE_NS::exchange(other.counter_, nullptr)) in exchange()
84 counter_ = other.counter_;
95 counter_ = BASE_NS::exchange(other.counter_, nullptr);
111 return EntityUtil::IsValid(entity_) && (counter_);
127 IEntityReferenceCounter::Ptr counter_; global() member in EntityReference
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Dresource_handle.h180 IRenderReferenceCounter::Ptr counter_; member in final
185 : handle_(handle), counter_(counter) in counter_() function
189 : handle_(other.handle_), counter_(other.counter_) in counter_() function
196 counter_ = other.counter_;
202 : handle_(BASE_NS::exchange(other.handle_, {})), counter_(BASE_NS::exchange(other.counter_, nullptr)) in exchange()
209 counter_ = BASE_NS::exchange(other.counter_, nullpt
[all...]
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/commonevent/
H A Ddm_common_event_manager.cpp76 while (counter_ != MAX_TRY_TIMES) { in SubscribeServiceEvent()
79 counter_ = 0; in SubscribeServiceEvent()
82 if (++counter_ == MAX_TRY_TIMES) { in SubscribeServiceEvent()
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_screen_common_event.cpp83 while (counter_ != MAX_TRY_TIMES) { in SubscribeScreenCommonEvent()
86 counter_ = 0; in SubscribeScreenCommonEvent()
89 if (++counter_ == MAX_TRY_TIMES) { in SubscribeScreenCommonEvent()
H A Ddm_data_share_common_event.cpp84 while (counter_ != MAX_TRY_TIMES) { in SubscribeDataShareCommonEvent()
87 counter_ = 0; in SubscribeDataShareCommonEvent()
90 if (++counter_ == MAX_TRY_TIMES) { in SubscribeDataShareCommonEvent()
H A Ddm_account_common_event.cpp83 while (counter_ != MAX_TRY_TIMES) { in SubscribeAccountCommonEvent()
86 counter_ = 0; in SubscribeAccountCommonEvent()
89 if (++counter_ == MAX_TRY_TIMES) { in SubscribeAccountCommonEvent()
H A Ddm_package_common_event.cpp83 while (counter_ != MAX_TRY_TIMES) { in SubscribePackageCommonEvent()
86 counter_ = 0; in SubscribePackageCommonEvent()
89 if (++counter_ == MAX_TRY_TIMES) { in SubscribePackageCommonEvent()
H A Ddm_publish_common_event.cpp85 while (counter_ != MAX_TRY_TIMES) { in SubscribePublishCommonEvent()
88 counter_ = 0; in SubscribePublishCommonEvent()
91 if (++counter_ == MAX_TRY_TIMES) { in SubscribePublishCommonEvent()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.cpp180 int8_t SampleModule::counter_ = 0; member in OHOS::ACELite::SampleModule
188 counter_ = (int8_t)newValue; in Setter()
190 HILOG_DEBUG(HILOG_MODULE_ACE, "SampleModule: Setter called, setting: %{public}d", counter_); in Setter()
196 counter_++; in Getter()
197 HILOG_DEBUG(HILOG_MODULE_ACE, "SampleModule: Getter called, returning: %{public}d", counter_); in Getter()
198 return JSI::CreateNumber(counter_); in Getter()
H A Dsample_module.h43 static int8_t counter_; // used for js descriptor test member in OHOS::ACELite::final
/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread.cpp26 IWorker::IWorker() : counter_(0), thread_(nullptr), status_(IDLE) in IWorker()
186 ++worker_->counter_; in Run()
/foundation/ai/ai_engine/services/common/platform/threadpool/include/
H A Dthread.h117 volatile int counter_; member in OHOS::AI::IWorker
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/commonevent/
H A Ddm_common_event_manager.h68 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmCommonEventManager
/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_account_common_event.h66 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmAccountCommonEventManager
H A Ddm_data_share_common_event.h66 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmDataShareCommonEventManager
H A Ddm_package_common_event.h66 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmPackageCommonEventManager
H A Ddm_screen_common_event.h66 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmScreenCommonEventManager
H A Ddm_publish_common_event.h84 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmPublishCommonEventManager
/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp852 counter_ = firstStep;
855 counter_ = secondStep;
1128 if (counter_ == firstStep) {
1190 if (castState == streamStateConnection && counter_ == secondStep) {
1192 counter_ = 0;
H A Davsession_item.h412 int32_t counter_ = -1; member in OHOS::AVSession::AVSessionItem

Completed in 9 milliseconds