/ohos5.0/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 {} in NotifyAppStorage() function
|
/ohos5.0/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
|
H A D | container.h | 157 virtual void NotifyAppStorage(const std::string& key, const std::string& value) {} in NotifyAppStorage() function
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 332 void DeclarativeFrontendNG::NotifyAppStorage(const std::string& key, const std::string& value) in NotifyAppStorage() function in OHOS::Ace::DeclarativeFrontendNG
|
H A D | frontend_delegate_declarative_ng.cpp | 318 void FrontendDelegateDeclarativeNG::NotifyAppStorage( in NotifyAppStorage() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 310 virtual void NotifyAppStorage(const std::string& key, const std::string& value) {} in NotifyAppStorage() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 708 void PluginFrontend::NotifyAppStorage(const std::string& key, const std::string& value) in NotifyAppStorage() function in OHOS::Ace::PluginFrontend
|
H A D | plugin_frontend_delegate.cpp | 400 void PluginFrontendDelegate::NotifyAppStorage(const WeakPtr<Framework::JsEngine>& jsEngineWeak, in NotifyAppStorage() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 1186 void DeclarativeFrontend::NotifyAppStorage(const std::string& key, const std::string& value) in Initialize() function in OHOS::Ace::DeclarativeFrontend
|
H A D | frontend_delegate_declarative.cpp | 498 void FrontendDelegateDeclarative::NotifyAppStorage( in NotifyAppStorage() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|