Home
last modified time | relevance | path

Searched refs:mapValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dbyte_buffer_operator.cpp20 bool ByteBufferReader::ReadData(std::map<std::string, std::string>& mapValue) const in ReadData()
28 mapValue.clear(); in ReadData()
37 mapValue.emplace(std::move(key), std::move(value)); in ReadData()
63 void ByteBufferWriter::WriteData(const std::map<std::string, std::string>& mapValue) in WriteData() argument
65 WriteData(static_cast<int32_t>(mapValue.size())); in WriteData()
66 for (const auto& [key, value] : mapValue) { in WriteData()
H A Dbyte_buffer_operator.h145 void WriteData(const std::map<std::string, std::string>& mapValue);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_config.cpp109 …owManagerConfig::ReadConfig(const xmlNodePtr& rootPtr, std::map<std::string, ConfigItem>& mapValue) in ReadConfig() argument
120 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetProperty(property); in ReadConfig()
125 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
130 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
135 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
140 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
145 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
151 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dwindow_scene_config.cpp130 …ndowSceneConfig::ReadConfig(const xmlNodePtr& rootPtr, std::map<std::string, ConfigItem>& mapValue) in ReadConfig() argument
141 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetProperty(p); in ReadConfig()
146 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
151 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
156 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
162 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
167 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
172 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_config.h48 static void ReadConfig(const xmlNodePtr& rootPtr, std::map<std::string, ConfigItem>& mapValue);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dwindow_scene_config.h49 static void ReadConfig(const xmlNodePtr& rootPtr, std::map<std::string, ConfigItem>& mapValue);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_synced_property_one_way.ts427 obj.forEach((mapValue: any, mapKey: any) => {
428 copy.set(mapKey, getDeepCopyOfObjectRecursive(mapValue));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js5739 obj.forEach((mapValue, mapKey) => {
5740 copy.set(mapKey, getDeepCopyOfObjectRecursive(mapValue));