Home
last modified time | relevance | path

Searched refs:WriteEvent (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_hisysevent.cpp26 static void WriteEvent(const std::string& eventType, Types... args) in WriteEvent() function
47 WriteEvent("WIFI_STATE", "TYPE", serviceType, "OPER_TYPE", static_cast<int>(operType)); in WriteWifiStateHiSysEvent()
53WriteEvent("WIFI_CHR_EVENT", "EVENT_NAME", "EVENT_WIFI_STATE", "EVENT_VALUE", writer.write(root)); in WriteWifiStateHiSysEvent()
68 WriteEvent("WIFI_CONNECTION", "TYPE", static_cast<int>(type), "PACKAGE_NAME", pkgName); in WriteWifiConnectionHiSysEvent()
73 WriteEvent("WIFI_SCAN", "EXECUTE_RESULT", result, "PACKAGE_NAME", pkgName); in WriteWifiScanHiSysEvent()
78 WriteEvent("WIFI_EVENT_RECEIVED", "EVENT_TYPE", eventType, "VALUE", value); in WriteWifiEventReceivedHiSysEvent()
83 WriteEvent("WIFI_BAND", "BAND", band); in WriteWifiBandHiSysEvent()
88WriteEvent("WIFI_SIGNAL", "DIRECTION", direction, "TXPACKETS", txPackets, "RXPACKETS", rxPackets); in WriteWifiSignalHiSysEvent()
185WriteEvent("WIFI_CHR_EVENT", "EVENT_NAME", "P2P_CONNECT_FAIL", "EVENT_VALUE", writer.write(root)); in WriteP2pConnectFailedHiSysEvent()
267WriteEvent("WIFI_CHR_EVENT", "EVENT_NAME", "EVENT_LINK_INFO", "EVENT_VALUE", writer.write(root)); in WriteLinkInfoHiSysEvent()
[all …]
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_hisysevent.cpp23 static void WriteEvent(const std::string& eventType, HiviewDFX::HiSysEvent::EventType type, Types..… in WriteEvent() function
33 WriteEvent("OPERATION_FAILED", HiviewDFX::HiSysEvent::EventType::FAULT, in WriteNfcFailedHiSysEvent()
47 WriteEvent("OPEN_AND_CLOSE", HiviewDFX::HiSysEvent::EventType::STATISTIC, in WriteOpenAndCloseHiSysEvent()
73 WriteEvent("TAG_FOUND", HiviewDFX::HiSysEvent::EventType::STATISTIC, in WriteTagFoundHiSysEvent()
83 WriteEvent("PASSIVE_LISTEN", HiviewDFX::HiSysEvent::EventType::STATISTIC, in WritePassiveListenHiSysEvent()
90 WriteEvent("FIRMWARE_UPDATE", HiviewDFX::HiSysEvent::EventType::STATISTIC, in WriteFirmwareUpdateHiSysEvent()
110 WriteEvent("HCE_SWIPE_RESULT", HiviewDFX::HiSysEvent::EventType::STATISTIC, in WriteHceSwipeResultHiSysEvent()
117 WriteEvent("HCE_DEFAULT_PAYMENT_APP_CHANGE", HiviewDFX::HiSysEvent::EventType::BEHAVIOR, in WriteDefaultPaymentAppChangeHiSysEvent()
124WriteEvent("HCE_FORGROUND_APP_CHANGE", HiviewDFX::HiSysEvent::EventType::BEHAVIOR, "NEW_APP_PACKAG… in WriteForegroundAppChangeHiSysEvent()
131 WriteEvent("HCE_DEFAULT_ROUTE_CHANGE", HiviewDFX::HiSysEvent::EventType::BEHAVIOR, in WriteDefaultRouteChangeHiSysEvent()
/ohos5.0/base/powermgr/thermal_manager/utils/native/src/
H A Dthermal_hisysevent.cpp26 static void WriteEvent(const std::string& eventType, Types... args) in WriteEvent() function
38 WriteEvent("LEVEL_CHANGED", "LEVEL", level); in WriteLevelChangedHiSysEvent()
45 WriteEvent("ACTION_TRIGGERED", "ACTION", actionName, "VALUE", value); in WriteActionTriggeredHiSysEvent()
52 WriteEvent("ACTION_TRIGGERED", "ACTION", actionName, "RATIO", value); in WriteActionTriggeredHiSysEventWithRatio()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dcommon_hisysevent.cpp30 static void WriteEvent(const std::string& eventType, Types... args) in WriteEvent() function
41 WriteEvent("GNSS_STATE", "STATE", state, "PID", pid, "UID", uid); in WriteGnssStateEvent()
46 WriteEvent("APP_LOCATING_STATE", "STATE", state, "PID", pid, "UID", uid); in WriteAppLocatingStateEvent()
51 WriteEvent("SWITCH_STATE", "STATE", state); in WriteLocationSwitchStateEvent()
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_hisysevent.cpp28 static void WriteEvent(const std::string &packageName, Types ... args) in WriteEvent() function
39 WriteEvent("SUBSCRIBE", "UID", uid, "PACKAGE_NAME", packageName, "TYPE", type); in WriteSubscribeHiSysEvent()
44 WriteEvent("UNSUBSCRIBE", "UID", uid, "PACKAGE_NAME", packageName, "TYPE", type); in WriteUnSubscribeHiSysEvent()
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Devent_aggregate.cpp78 void EventAggregate::WriteEvent(std::shared_ptr<EventBean> &bean) in WriteEvent() function in OHOS::Media::MediaMonitor::EventAggregate
93 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in WriteEvent()
96 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in WriteEvent()
153 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleDeviceChangeEvent()
260 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleStreamChangeEvent()
585 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleVolumeChange()
621 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandlePipeChange()
651 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleBackgroundSilentPlayback()
669 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleForceUseDevice()
677 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleFocusMigrate()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/hisysevent_wrapper/include/
H A Dhisysevent_wrapper.h32 int WriteEvent(const char *functionName, const struct EventValues *eventValues);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_write.h24 void WriteEvent(std::shared_ptr<AppEventPack> appEventPack);
/ohos5.0/base/hiviewdfx/hiview/base/
H A Daudit.cpp56 instance.WriteEvent(out); in WriteAuditEvent()
117 void Audit::WriteEvent(const std::string& content) in WriteEvent() function in OHOS::HiviewDFX::Audit
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/include/
H A Dhisysevent_wrapper.h43 int WriteEvent(enum EventType eventType, const char *functionName, const struct EventValues *eventV…
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/include/
H A Dmtp_driver.h36 int WriteEvent(EventMtp &me);
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/hisysevent_wrapper/src/
H A Dhisysevent_wrapper.cpp32 int WriteEvent(const char *functionName, const struct EventValues *eventValues) in WriteEvent() function
H A Dcm_report_wrapper.c25 int32_t ret = WriteEvent(funcName, &eventValues); in ReportFaultEvent()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_driver.h36 int WriteEvent(EventMtp &em);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dapp_event_stat.cpp50 WriteEvent(appEventPack); in WriteApiEndEventAsync()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_driver.cpp75 int MtpDriver::WriteEvent(EventMtp &me) in WriteEvent() function in OHOS::Media::MtpDriver
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Daudit.h66 void WriteEvent(const std::string& content);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/src/
H A Dhisysevent_wrapper.cpp58 int WriteEvent(enum EventType eventType, const char *functionName, const struct EventValues *eventV… in WriteEvent() function
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_write.cpp61 void WriteEvent(std::shared_ptr<AppEventPack> appEventPack) in WriteEvent() function
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_read_test.cpp101 WriteEvent(std::make_shared<AppEventPack>(TEST_NAME, TEST_TYPE));
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dmedia_monitor_policy.h43 void WriteEvent(EventId eventId, std::shared_ptr<EventBean> &bean);
H A Devent_aggregate.h48 void WriteEvent(std::shared_ptr<EventBean> &bean);
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
H A Dapp_event.cpp89 WriteEvent(appEventPack); in Write()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_driver.cpp177 int MtpDriver::WriteEvent(EventMtp &em) in WriteEvent() function in OHOS::Media::MtpDriver
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_write.cpp66 WriteEvent(asyncContext->appEventPack); in Write()

12