Searched refs:mapValue (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/ |
H A D | byte_buffer_operator.cpp | 20 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 D | byte_buffer_operator.h | 145 void WriteData(const std::map<std::string, std::string>& mapValue);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_config.cpp | 109 …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 D | window_scene_config.cpp | 130 …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 D | window_manager_config.h | 48 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 D | window_scene_config.h | 49 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 D | pu_synced_property_one_way.ts | 427 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 D | stateMgmt.js | 5739 obj.forEach((mapValue, mapKey) => { 5740 copy.set(mapKey, getDeepCopyOfObjectRecursive(mapValue));
|