Home
last modified time | relevance | path

Searched refs:jsEngineWeak (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/mediaquery/
H A Djs_media_query.cpp287 auto jsEngineWeak = iter->first.Upgrade(); in CleanListenerSet() local
288 if (jsEngineWeak) { in CleanListenerSet()
289 jsEngineWeak->UnregisterMediaUpdateCallback(); in CleanListenerSet()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h102 void NotifyAppStorage(const WeakPtr<Framework::JsEngine>& jsEngineWeak,
H A Dplugin_frontend_delegate.cpp384 void PluginFrontendDelegate::NotifyAppStorage(const WeakPtr<Framework::JsEngine>& jsEngineWeak, in NotifyAppStorage() argument
388 [jsEngineWeak, key, value] { in NotifyAppStorage()
389 auto jsEngine = jsEngineWeak.Upgrade(); in NotifyAppStorage()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp104 const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value) in NotifyAppStorage()
103 NotifyAppStorage( const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value) NotifyAppStorage() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp306 const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value) in NotifyAppStorage()
309 [jsEngineWeak, key, value] { in NotifyAppStorage()
310 auto jsEngine = jsEngineWeak.Upgrade(); in NotifyAppStorage()
305 NotifyAppStorage( const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value) NotifyAppStorage() argument
H A Dfrontend_delegate_declarative_ng.h68 const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h121 const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value);
H A Dfrontend_delegate_declarative.cpp474 const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value) in NotifyAppStorage()
477 [jsEngineWeak, key, value] { in NotifyAppStorage()
478 auto jsEngine = jsEngineWeak.Upgrade(); in NotifyAppStorage()
473 NotifyAppStorage( const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value) NotifyAppStorage() argument

Completed in 17 milliseconds