Home
last modified time | relevance | path

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

/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/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
/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