Home
last modified time | relevance | path

Searched refs:dataMgrCfg (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dmodel_cfg_marshalling.cpp200 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.eventMaxRomNum, jsonObj, DATA_MGR_EVENT_MAX_ROM_NUM_KEY); in from_json()
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/
H A Dmodel_cfg_marshalling.h31 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg);
32 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg);
/ohos5.0/base/security/security_guard/services/config_manager/include/
H A Dmodel_cfg_marshalling.h35 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg);
36 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg);
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Dmodel_cfg_marshalling.h35 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg);
36 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg);
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Dmodel_cfg_marshalling.h61 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg) {}; in to_json() argument
62 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {}; in from_json() argument
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/
H A Dmodel_cfg_marshalling.h62 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg) {}; in to_json() argument
63 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {}; in from_json() argument