/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 329 void DeclarativeFrontendNG::NotifyAppStorage(const std::string& key, const std::string& value) in NotifyAppStorage() function in OHOS::Ace::DeclarativeFrontendNG 334 delegate_->NotifyAppStorage(jsEngine_, key, value); in NotifyAppStorage()
|
H A D | declarative_frontend_ng.h | 119 void NotifyAppStorage(const std::string& key, const std::string& value) override;
|
H A D | frontend_delegate_declarative_ng.h | 67 void NotifyAppStorage(
|
H A D | frontend_delegate_declarative_ng.cpp | 305 void FrontendDelegateDeclarativeNG::NotifyAppStorage( in NotifyAppStorage() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG 314 jsEngine->NotifyAppStorage(key, value); in NotifyAppStorage()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend.cpp | 142 void PluginFrontend::NotifyAppStorage(const std::string& key, const std::string& value) {} in NotifyAppStorage() function in OHOS::Ace::PluginFrontend
|
H A D | mock_plugin_frontend_delegate.cpp | 103 void PluginFrontendDelegate::NotifyAppStorage( in NotifyAppStorage() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.h | 183 void NotifyAppStorage(const std::string& key, const std::string& value) override {}
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.h | 109 void NotifyAppStorage(const std::string& key, const std::string& value) override;
|
H A D | plugin_frontend_delegate.h | 102 void NotifyAppStorage(const WeakPtr<Framework::JsEngine>& jsEngineWeak,
|
H A D | plugin_frontend.cpp | 703 void PluginFrontend::NotifyAppStorage(const std::string& key, const std::string& value) in NotifyAppStorage() function in OHOS::Ace::PluginFrontend 706 delegate_->NotifyAppStorage(jsEngine_, key, value); in NotifyAppStorage()
|
H A D | plugin_frontend_delegate.cpp | 384 void PluginFrontendDelegate::NotifyAppStorage(const WeakPtr<Framework::JsEngine>& jsEngineWeak, in NotifyAppStorage() function in OHOS::Ace::Framework::PluginFrontendDelegate 391 jsEngine->NotifyAppStorage(key, value); in NotifyAppStorage()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | frontend.h | 298 virtual void NotifyAppStorage(const std::string& key, const std::string& value) {} in NotifyAppStorage() function in OHOS::Ace::Frontend
|
H A D | container.h | 158 virtual void NotifyAppStorage(const std::string& key, const std::string& value) {} in NotifyAppStorage() function in OHOS::Ace::Container
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 309 virtual void NotifyAppStorage(const std::string& key, const std::string& value) {} in NotifyAppStorage() function in OHOS::Ace::Framework::JsEngine
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 174 void NotifyAppStorage(const std::string& key, const std::string& value) override;
|
H A D | frontend_delegate_declarative.h | 120 void NotifyAppStorage(
|
H A D | declarative_frontend.cpp | 1177 void DeclarativeFrontend::NotifyAppStorage(const std::string& key, const std::string& value) in Initialize() function in OHOS::Ace::DeclarativeFrontend 1182 delegate_->NotifyAppStorage(jsEngine_, key, value); in Initialize()
|
H A D | frontend_delegate_declarative.cpp | 473 void FrontendDelegateDeclarative::NotifyAppStorage( in NotifyAppStorage() function in OHOS::Ace::Framework::FrontendDelegateDeclarative 482 jsEngine->NotifyAppStorage(key, value); in NotifyAppStorage()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 168 void NotifyAppStorage(const std::string& key, const std::string& value);
|