Searched refs:jsEngineWeak (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/mediaquery/ |
H A D | js_media_query.cpp | 287 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 D | plugin_frontend_delegate.h | 102 void NotifyAppStorage(const WeakPtr<Framework::JsEngine>& jsEngineWeak,
|
H A D | plugin_frontend_delegate.cpp | 384 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 D | mock_plugin_frontend_delegate.cpp | 104 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 D | frontend_delegate_declarative_ng.cpp | 306 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 D | frontend_delegate_declarative_ng.h | 68 const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 121 const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value);
|
H A D | frontend_delegate_declarative.cpp | 474 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 19 milliseconds