Searched refs:configMap_ (Results 1 – 6 of 6) sorted by relevance
49 configMap_[CONFIG_KEY_SHARE_SUPPORT] = Config_Value::CONFIG_VALUE_SHARE_SUPPORT; in NetworkShareConfiguration()50 configMap_[CONFIG_KEY_USB_REGEXS] = Config_Value::CONFIG_VALUE_USB_REGEXS; in NetworkShareConfiguration()51 configMap_[CONFIG_KEY_WIFI_REGEXS] = Config_Value::CONFIG_VALUE_WIFI_REGEXS; in NetworkShareConfiguration()53 configMap_[CONFIG_KEY_BT_PAN_ADDR] = Config_Value::CONFIG_VALUE_BT_PAN_ADDR; in NetworkShareConfiguration()58 configMap_[CONFIG_KEY_USB_DHCP_NAME] = Config_Value::CONFIG_VALUE_USB_DHCP_NAME; in NetworkShareConfiguration()60 configMap_[CONFIG_KEY_ROUTE_SUFFIX] = Config_Value::CONFIG_VALUE_ROUTE_SUFFIX; in NetworkShareConfiguration()61 configMap_[CONFIG_KEY_DHCP_ENDIP] = Config_Value::CONFIG_VALUE_DHCP_ENDIP; in NetworkShareConfiguration()62 configMap_[CONFIG_KEY_DEFAULT_MASK] = Config_Value::CONFIG_VALUE_DEFAULT_MASK; in NetworkShareConfiguration()63 configMap_[CONFIG_KEY_WIFI_SET_DHCP] = Config_Value::CONFIG_VALUE_WIFI_SET_DHCP; in NetworkShareConfiguration()231 switch (configMap_[strKey]) { in ParseLineData()[all …]
69 configMap_.emplace(EVENT_TYPE_MAP.at(*iter), config); in Init()76 return configMap_.find(eventType) != configMap_.end(); in Contain()81 return Contain(eventType) ? configMap_[eventType].storeDay : 0; in GetStoreDay()86 return Contain(eventType) ? configMap_[eventType].maxSize : 0; in GetMaxSize()91 return Contain(eventType) ? configMap_[eventType].maxFileNum : 0; in GetMaxFileNum()96 return Contain(eventType) ? configMap_[eventType].pageSize : 0; in GetPageSize()101 return Contain(eventType) ? configMap_[eventType].maxFileSize : 0; in GetMaxFileSize()
103 … configMap_.emplace(std::make_pair(childNodeName, static_cast<int32_t>(std::stoi(contentStr)))); in ParseInternal()112 return configMap_; in GetConfigMap()
45 std::map<std::string, int32_t> configMap_; variable
48 std::unordered_map<int, StoreConfig> configMap_; variable
163 std::map<std::string, Config_Value> configMap_; variable