Searched refs:dataMgrCfg (Results 1 - 6 of 6) sorted by relevance
/base/security/security_guard/services/config_manager/src/ |
H A D | model_cfg_marshalling.cpp | 200 void to_json(json &jsonObj, const DataMgrCfgSt &dataMgrCfg)
in to_json() argument 203 { DATA_MGR_DEVICE_RAM_KEY, dataMgrCfg.deviceRam },
in to_json() 204 { DATA_MGR_DEVICE_ROM_KEY, dataMgrCfg.deviceRom },
in to_json() 205 { DATA_MGR_EVENT_MAX_RAM_NUM_KEY, dataMgrCfg.eventMaxRamNum },
in to_json() 206 { DATA_MGR_EVENT_MAX_ROM_NUM_KEY, dataMgrCfg.eventMaxRomNum }
in to_json() 210 void from_json(const json &jsonObj, DataMgrCfgSt &dataMgrCfg)
in from_json() argument 212 JsonCfg::Unmarshal(dataMgrCfg.deviceRam, jsonObj, DATA_MGR_DEVICE_RAM_KEY);
in from_json() 213 JsonCfg::Unmarshal(dataMgrCfg.deviceRom, jsonObj, DATA_MGR_DEVICE_ROM_KEY);
in from_json() 214 JsonCfg::Unmarshal(dataMgrCfg.eventMaxRamNum, jsonObj, DATA_MGR_EVENT_MAX_RAM_NUM_KEY);
in from_json() 215 JsonCfg::Unmarshal(dataMgrCfg in from_json() [all...] |
/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | model_cfg_marshalling.h | 35 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg); 36 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg);
|
/base/security/security_guard/services/config_manager/include/ |
H A D | model_cfg_marshalling.h | 35 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg);
36 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg);
|
/base/security/security_guard/test/unittest/risk_classify/include/ |
H A D | model_cfg_marshalling.h | 62 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg) {}; 63 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {};
|
/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | model_cfg_marshalling.h | 61 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg) {}; 62 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {};
|
/base/security/security_guard/test/unittest/config_manager/src/ |
H A D | security_guard_config_manager_test.cpp | 312 DataMgrCfgSt dataMgrCfg{}; in HWTEST_F() 313 to_json(jsonObj, dataMgrCfg); in HWTEST_F() 314 from_json(jsonObj, dataMgrCfg); in HWTEST_F()
|
Completed in 3 milliseconds