Home
last modified time | relevance | path

Searched refs:allocationId_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_post_event_timeout.cpp25 std::atomic<uint32_t> AbilityPostEventTimeout::allocationId_ = 0; member in OHOS::AppExecFwk::AbilityPostEventTimeout
29 uint32_t taskId = allocationId_++; in AbilityPostEventTimeout()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_post_event_timeout.h47 static std::atomic<uint32_t> allocationId_; variable
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h109 static std::atomic<uint32_t> allocationId_; variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp48 std::atomic<uint32_t> RemoteAnimation::allocationId_ = 0; member in OHOS::Rosen::RemoteAnimation
1053 auto currentId = allocationId_.fetch_add(1); in CreateAnimationFinishedCallback()