Home
last modified time | relevance | path

Searched refs:jsAbilityImpl_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability.cpp62 if (jsAbilityImpl_ != nullptr) { in ~JSAbility()
71 if (jsAbilityImpl_ != nullptr) { in Launch()
99 jsAbilityImpl_ = new JSAbilityImpl(); in Launch()
100 if (jsAbilityImpl_ == nullptr) { in Launch()
107 JSAbilityImpl *jsAbilityImpl = CastAbilityImpl(jsAbilityImpl_); in Launch()
128 if (jsAbilityImpl_ == nullptr) { in OnRestoreData()
132 JSAbilityImpl *jsAbilityImpl = CastAbilityImpl(jsAbilityImpl_); in OnRestoreData()
139 if (jsAbilityImpl_ == nullptr) { in Show()
147 JSAbilityImpl *jsAbilityImpl = CastAbilityImpl(jsAbilityImpl_); in Show()
156 if (jsAbilityImpl_ in Hide()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/include/context/
H A Djs_ability.h43 JSAbility() : jsAbilityImpl_(nullptr) {} in JSAbility()
144 void *jsAbilityImpl_ = nullptr; member in OHOS::ACELite::final

Completed in 1 milliseconds