Searched full:apiname (Results 1 – 6 of 6) sorted by relevance
| /base/customization/enterprise_device_management/common/native/src/ |
| D | hisysevent_adapter.cpp | 23 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()
|
| D | hisysevent.yaml | 20 APINAME: {type: STRING, desc: api name} 27 APINAME: {type: STRING, desc: api name}
|
| /base/customization/config_policy/frameworks/dfx/hisysevent_adapter/ |
| D | hisysevent_adapter.cpp | 26 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()
|
| D | hisysevent_adapter.h | 28 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &…
|
| /base/customization/config_policy/frameworks/dfx/ |
| D | hisysevent.yaml | 20 APINAME: {type: STRING, desc: api name} 27 APINAME: {type: STRING, desc: api name}
|
| /base/customization/enterprise_device_management/common/native/include/ |
| D | hisysevent_adapter.h | 27 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo);
|