Searched refs:ReportType (Results 1 - 12 of 12) sorted by relevance
/base/customization/enterprise_device_management/common/native/include/ |
H A D | hisysevent_adapter.h | 23 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 D | hisysevent_adapter.h | 24 enum class ReportType {
class 28 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo);
|
H A D | hisysevent_adapter.cpp | 31 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 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/customization/config_policy/interfaces/kits/cj/src/ |
H A D | config_policy_ffi.cpp | 76 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 D | hril_public_struct.h | 37 ReportType type;
|
H A D | hril_enum.h | 155 } ReportType; typedef
|
/base/customization/config_policy/interfaces/kits/js/src/ |
H A D | config_policy_napi.cpp | 305 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 D | custom_config_napi.cpp | 88 ReportConfigPolicyEvent(ReportType::CONFIG_POLICY_EVENT, "getChannelId", ""); in NativeGetChannelId()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_base.cpp | 39 return (indicationType == (int32_t)ReportType::HRIL_NOTIFICATION) ? (HRilNotiType::HRIL_NOTIFICATION) : in ConvertIntToRadioNoticeType()
|
H A D | hril_manager.cpp | 262 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 D | admin_manager_addon.cpp | 32 ReportEdmEvent(ReportType::EDM_FUNC_EVENT, "enableAdmin", ""); in EnableAdmin() 142 ReportEdmEvent(ReportType::EDM_FUNC_EVENT, "disableAdmin", ""); in DisableAdmin()
|
Completed in 8 milliseconds