Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_caller_complex.cpp45 class JsCallerComplex { class
53 explicit JsCallerComplex( in JsCallerComplex() function in OHOS::AbilityRuntime::__anonfbe20f340110::JsCallerComplex
63 virtual~JsCallerComplex() in ~JsCallerComplex()
68 static bool ReleaseObject(JsCallerComplex* data) in ReleaseObject()
94 std::unique_ptr<JsCallerComplex> delObj(data); in ReleaseObject()
108 auto ptr = static_cast<JsCallerComplex*>(data); in Finalizer()
145 static bool AddJsCallerComplex(JsCallerComplex* ptr) in AddJsCallerComplex()
164 static bool RemoveJsCallerComplex(JsCallerComplex* ptr) in RemoveJsCallerComplex()
183 static bool FindJsCallerComplex(JsCallerComplex* ptr) in FindJsCallerComplex()
483 std::set<JsCallerComplex*> JsCallerComplex::jsCallerComplexManagerList;
[all …]