Home
last modified time | relevance | path

Searched refs:ParseMapFromString (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_manager_delegate.cpp175 auto result = ParseMapFromString(param); in OnPluginComplete()
183 auto result = ParseMapFromString(param); in OnPluginUpdate()
191 auto result = ParseMapFromString(param); in OnPluginError()
H A Dplugin_manager_resource.h68 std::map<std::string, std::string> ParseMapFromString(const std::string& param);
H A Dplugin_manager_resource.cpp110 std::map<std::string, std::string> PluginManagerResource::ParseMapFromString(const std::string& par… in ParseMapFromString() function in OHOS::Ace::PluginManagerResource
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/
H A Dcamera.cpp206 std::map<std::string, std::string> result = Resource::ParseMapFromString(param); in OnTakePhoto()
219 auto result = Resource::ParseMapFromString(param); in OnError()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_resource.h67 std::map<std::string, std::string> ParseMapFromString(const std::string& param);
H A Dform_manager_resource.cpp112 std::map<std::string, std::string> FormManagerResource::ParseMapFromString(const std::string& param) in ParseMapFromString() function in OHOS::Ace::FormManagerResource
H A Dform_manager_delegate.cpp815 auto result = ParseMapFromString(param); in OnFormAcquired()
824 auto result = ParseMapFromString(param); in OnFormUpdate()
832 auto result = ParseMapFromString(param); in OnFormError()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dresource.h57 static std::map<std::string, std::string> ParseMapFromString(const std::string& param);
H A Dresource.cpp146 std::map<std::string, std::string> Resource::ParseMapFromString(const std::string& param) in ParseMapFromString() function in OHOS::Ace::Resource