Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_guard/services/config_manager/include/
H A Dmodel_analysis_define.h37 constexpr const char* MODEL_CFG_CALLER_KEY = "caller"; variable
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Dmodel_analysis_define.h37 const std::string MODEL_CFG_CALLER_KEY = "caller"; variable
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/
H A Dmodel_analysis_define.h37 const std::string MODEL_CFG_CALLER_KEY = "caller"; variable
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dmodel_cfg_marshalling.cpp114 { MODEL_CFG_CALLER_KEY, modelCfg.caller } in to_json()
153 JsonCfg::Unmarshal(modelCfg.caller, jsonObj, MODEL_CFG_CALLER_KEY); in from_json()