/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | entity_reference.h | 68 : 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 D | resource_handle.h | 180 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 D | dm_common_event_manager.cpp | 76 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 D | dm_screen_common_event.cpp | 83 while (counter_ != MAX_TRY_TIMES) { in SubscribeScreenCommonEvent() 86 counter_ = 0; in SubscribeScreenCommonEvent() 89 if (++counter_ == MAX_TRY_TIMES) { in SubscribeScreenCommonEvent()
|
H A D | dm_data_share_common_event.cpp | 84 while (counter_ != MAX_TRY_TIMES) { in SubscribeDataShareCommonEvent() 87 counter_ = 0; in SubscribeDataShareCommonEvent() 90 if (++counter_ == MAX_TRY_TIMES) { in SubscribeDataShareCommonEvent()
|
H A D | dm_account_common_event.cpp | 83 while (counter_ != MAX_TRY_TIMES) { in SubscribeAccountCommonEvent() 86 counter_ = 0; in SubscribeAccountCommonEvent() 89 if (++counter_ == MAX_TRY_TIMES) { in SubscribeAccountCommonEvent()
|
H A D | dm_package_common_event.cpp | 83 while (counter_ != MAX_TRY_TIMES) { in SubscribePackageCommonEvent() 86 counter_ = 0; in SubscribePackageCommonEvent() 89 if (++counter_ == MAX_TRY_TIMES) { in SubscribePackageCommonEvent()
|
H A D | dm_publish_common_event.cpp | 85 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 D | sample_module.cpp | 180 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 D | sample_module.h | 43 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 D | thread.cpp | 26 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 D | thread.h | 117 volatile int counter_; member in OHOS::AI::IWorker
|
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/commonevent/ |
H A D | dm_common_event_manager.h | 68 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmCommonEventManager
|
/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/ |
H A D | dm_account_common_event.h | 66 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmAccountCommonEventManager
|
H A D | dm_data_share_common_event.h | 66 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmDataShareCommonEventManager
|
H A D | dm_package_common_event.h | 66 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmPackageCommonEventManager
|
H A D | dm_screen_common_event.h | 66 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmScreenCommonEventManager
|
H A D | dm_publish_common_event.h | 84 int32_t counter_ = 0; member in OHOS::DistributedHardware::DmPublishCommonEventManager
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_item.cpp | 852 counter_ = firstStep; 855 counter_ = secondStep; 1128 if (counter_ == firstStep) { 1190 if (castState == streamStateConnection && counter_ == secondStep) { 1192 counter_ = 0;
|
H A D | avsession_item.h | 412 int32_t counter_ = -1; member in OHOS::AVSession::AVSessionItem
|