Searched refs:ReportType (Results 1 – 11 of 11) sorted by relevance
/base/customization/enterprise_device_management/common/native/include/ |
D | hisysevent_adapter.h | 23 enum class ReportType { enum 27 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo);
|
/base/customization/config_policy/frameworks/dfx/hisysevent_adapter/ |
D | hisysevent_adapter.h | 24 enum class ReportType { enum 28 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &…
|
D | hisysevent_adapter.cpp | 26 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &… in ReportConfigPolicyEvent() 29 if (reportType == ReportType::CONFIG_POLICY_FAILED) { in ReportConfigPolicyEvent()
|
/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() 26 if (reportType == ReportType::EDM_FUNC_FAILED) { in ReportEdmEvent()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_public_struct.h | 37 ReportType type;
|
D | hril_enum.h | 153 } ReportType; typedef
|
/base/telephony/sms_mms/interfaces/kits/js/ |
D | @ohos.telephony.sms.d.ts | 1293 reportAllowed?: ReportType; 1483 reportAllowed?: ReportType; 2262 export enum ReportType { enum
|
/base/customization/config_policy/interfaces/kits/js/src/ |
D | config_policy_napi.cpp | 182 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getOneCfgFile", ""); in NativeGetOneCfgFile() 206 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getCfgFiles", ""); in NativeGetCfgFiles() 225 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getCfgDirList", ""); in NativeGetCfgDirList()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_base.cpp | 31 …return (indicationType == (int32_t)ReportType::HRIL_NOTIFICATION) ? (HRilNotiType::HRIL_NOTIFICATI… in ConvertIntToRadioNoticeType()
|
D | hril_manager.cpp | 251 case static_cast<int32_t>(ReportType::HRIL_RESPONSE): { in OnReport() 271 case static_cast<int32_t>(ReportType::HRIL_NOTIFICATION): { in OnReport()
|
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/ |
D | admin_manager_addon.cpp | 30 ReportEdmEvent(ReportType::EDM_FUNC_EVENT, "enableAdmin", ""); in EnableAdmin() 145 ReportEdmEvent(ReportType::EDM_FUNC_EVENT, "disableAdmin", ""); in DisableAdmin()
|