Home
last modified time | relevance | path

Searched refs:last_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/napi/sample/native_module_netserver/
H A Devent_target.cpp33 : env_(env), thisVarRef_(nullptr), first_(nullptr), last_(nullptr) in EventTarget()
45 } else if (i == last_) { in ~EventTarget()
46 last_ = last_->back; in ~EventTarget()
68 first_ = last_ = tmp; in On()
70 last_->next = tmp; in On()
71 last_->next->back = last_; in On()
72 last_ = last_ in On()
[all...]
H A Devent_target.h43 EventListener* last_; member in EventTarget
/foundation/ability/ability_runtime/frameworks/cj/ffi/ark_interop_helper/
H A Dcustom_scope.h23 explicit CustomScope(int32_t id): id_(id), last_(0) {} in CustomScope()
30 int32_t last_ = 0; member in CustomScope
H A Dark_interop_helper.cpp106 last_ = OHOS::Ace::ContainerScope::CurrentId(); in Enter()
112 OHOS::Ace::ContainerScope::UpdateCurrent(last_); in Exit()

Completed in 1 milliseconds