Home
last modified time | relevance | path

Searched full:apiname (Results 1 – 6 of 6) sorted by relevance

/base/customization/enterprise_device_management/common/native/src/
Dhisysevent_adapter.cpp23 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo) in ReportEdmEvent() argument
28 "APINAME", apiName, "MSG", msgInfo); in ReportEdmEvent()
31 "APINAME", apiName); in ReportEdmEvent()
35 … EDMLOGE("hisysevent write failed! ret %{public}d, apiName %{public}s, errMsg %{public}s", ret, in ReportEdmEvent()
36 apiName.c_str(), msgInfo.c_str()); in ReportEdmEvent()
Dhisysevent.yaml20 APINAME: {type: STRING, desc: api name}
27 APINAME: {type: STRING, desc: api name}
/base/customization/config_policy/frameworks/dfx/hisysevent_adapter/
Dhisysevent_adapter.cpp26 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &… in ReportConfigPolicyEvent() argument
31 HiSysEvent::EventType::FAULT, "APINAME", apiName, "MSG", msgInfo); in ReportConfigPolicyEvent()
35 HiSysEvent::EventType::STATISTIC, "APINAME", apiName); in ReportConfigPolicyEvent()
39 …HiLog::Error(LABEL, "hisysevent write failed! ret %{public}d, apiName %{public}s, errMsg %{public}… in ReportConfigPolicyEvent()
40 apiName.c_str(), msgInfo.c_str()); in ReportConfigPolicyEvent()
Dhisysevent_adapter.h28 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &…
/base/customization/config_policy/frameworks/dfx/
Dhisysevent.yaml20 APINAME: {type: STRING, desc: api name}
27 APINAME: {type: STRING, desc: api name}
/base/customization/enterprise_device_management/common/native/include/
Dhisysevent_adapter.h27 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo);