Home
last modified time | relevance | path

Searched refs:NotifyAppStorage (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp329 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 Ddeclarative_frontend_ng.h119 void NotifyAppStorage(const std::string& key, const std::string& value) override;
H A Dfrontend_delegate_declarative_ng.h67 void NotifyAppStorage(
H A Dfrontend_delegate_declarative_ng.cpp305 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 Dmock_plugin_frontend.cpp142 void PluginFrontend::NotifyAppStorage(const std::string& key, const std::string& value) {} in NotifyAppStorage() function in OHOS::Ace::PluginFrontend
H A Dmock_plugin_frontend_delegate.cpp103 void PluginFrontendDelegate::NotifyAppStorage( in NotifyAppStorage() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h183 void NotifyAppStorage(const std::string& key, const std::string& value) override {}
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h109 void NotifyAppStorage(const std::string& key, const std::string& value) override;
H A Dplugin_frontend_delegate.h102 void NotifyAppStorage(const WeakPtr<Framework::JsEngine>& jsEngineWeak,
H A Dplugin_frontend.cpp703 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 Dplugin_frontend_delegate.cpp384 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 Dfrontend.h298 virtual void NotifyAppStorage(const std::string& key, const std::string& value) {} in NotifyAppStorage() function in OHOS::Ace::Frontend
H A Dcontainer.h158 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 Djs_engine.h309 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 Ddeclarative_frontend.h174 void NotifyAppStorage(const std::string& key, const std::string& value) override;
H A Dfrontend_delegate_declarative.h120 void NotifyAppStorage(
H A Ddeclarative_frontend.cpp1177 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 Dfrontend_delegate_declarative.cpp473 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 Dpipeline_context.h168 void NotifyAppStorage(const std::string& key, const std::string& value);

Completed in 28 milliseconds