Home
last modified time | relevance | path

Searched refs:ReportType (Results 1 – 11 of 11) sorted by relevance

/base/customization/enterprise_device_management/common/native/include/
Dhisysevent_adapter.h23 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/
Dhisysevent_adapter.h24 enum class ReportType { enum
28 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &…
Dhisysevent_adapter.cpp26 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/
Dhisysevent_adapter.cpp23 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/
Dhril_public_struct.h37 ReportType type;
Dhril_enum.h153 } ReportType; typedef
/base/telephony/sms_mms/interfaces/kits/js/
D@ohos.telephony.sms.d.ts1293 reportAllowed?: ReportType;
1483 reportAllowed?: ReportType;
2262 export enum ReportType { enum
/base/customization/config_policy/interfaces/kits/js/src/
Dconfig_policy_napi.cpp182 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/
Dhril_base.cpp31 …return (indicationType == (int32_t)ReportType::HRIL_NOTIFICATION) ? (HRilNotiType::HRIL_NOTIFICATI… in ConvertIntToRadioNoticeType()
Dhril_manager.cpp251 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/
Dadmin_manager_addon.cpp30 ReportEdmEvent(ReportType::EDM_FUNC_EVENT, "enableAdmin", ""); in EnableAdmin()
145 ReportEdmEvent(ReportType::EDM_FUNC_EVENT, "disableAdmin", ""); in DisableAdmin()