Home
last modified time | relevance | path

Searched refs:ReportType (Results 1 - 12 of 12) sorted by relevance

/base/customization/enterprise_device_management/common/native/include/
H A Dhisysevent_adapter.h23 enum class ReportType { class
27 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo);
/base/customization/config_policy/frameworks/dfx/hisysevent_adapter/
H A Dhisysevent_adapter.h24 enum class ReportType { class
28 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo);
H A Dhisysevent_adapter.cpp31 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo) in ReportConfigPolicyEvent()
34 if (reportType == ReportType::CONFIG_POLICY_FAILED) { in ReportConfigPolicyEvent()
/base/customization/enterprise_device_management/common/native/src/
H A 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/customization/config_policy/interfaces/kits/cj/src/
H A Dconfig_policy_ffi.cpp76 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getCfgDirList", ""); in CJ_GetCfgDirList()
102 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getCfgFiles", ""); in CJ_GetCfgFiles()
120 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getOneCfgFile", ""); in CJ_GetOneCfgFile()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_public_struct.h37 ReportType type;
H A Dhril_enum.h155 } ReportType; typedef
/base/customization/config_policy/interfaces/kits/js/src/
H A Dconfig_policy_napi.cpp305 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getOneCfgFile", ""); in NativeGetOneCfgFile()
324 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getOneCfgFileSync", ""); in NativeGetOneCfgFileSync()
350 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getCfgFiles", ""); in NativeGetCfgFiles()
366 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getCfgFilesSync", ""); in NativeGetCfgFilesSync()
387 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getCfgDirList", ""); in NativeGetCfgDirList()
402 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getCfgDirListSync", ""); in NativeGetCfgDirListSync()
H A Dcustom_config_napi.cpp88 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getChannelId", ""); in NativeGetChannelId()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_base.cpp39 return (indicationType == (int32_t)ReportType::HRIL_NOTIFICATION) ? (HRilNotiType::HRIL_NOTIFICATION) : in ConvertIntToRadioNoticeType()
H A Dhril_manager.cpp262 case static_cast<int32_t>(ReportType::HRIL_RESPONSE): in OnReport()
265 case static_cast<int32_t>(ReportType::HRIL_NOTIFICATION): in OnReport()
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
H A Dadmin_manager_addon.cpp32 ReportEdmEvent(ReportType::EDM_FUNC_EVENT, "enableAdmin", ""); in EnableAdmin()
142 ReportEdmEvent(ReportType::EDM_FUNC_EVENT, "disableAdmin", ""); in DisableAdmin()

Completed in 10 milliseconds