Home
last modified time | relevance | path

Searched refs:EVENT_CFG_STORAGE_RAM_NUM_KEY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/security_guard/services/config_manager/include/
H A Dmodel_analysis_define.h56 constexpr const char* EVENT_CFG_STORAGE_RAM_NUM_KEY = "storageRamNums"; variable
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Dmodel_analysis_define.h56 const std::string EVENT_CFG_STORAGE_RAM_NUM_KEY = "storageRamNums"; variable
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/
H A Dmodel_analysis_define.h56 const std::string EVENT_CFG_STORAGE_RAM_NUM_KEY = "storageRamNums"; variable
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dmodel_cfg_marshalling.cpp167 { EVENT_CFG_STORAGE_RAM_NUM_KEY, eventCfg.storageRamNums }, in to_json()
191 JsonCfg::Unmarshal(eventCfg.storageRamNums, jsonObj, EVENT_CFG_STORAGE_RAM_NUM_KEY); in from_json()