/base/powermgr/thermal_manager/utils/native/src/ |
D | thermal_hisysevent.cpp | 26 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()
|
/base/location/frameworks/location_common/common/source/ |
D | common_hisysevent.cpp | 27 static void WriteEvent(const std::string& eventType, Types... args) in WriteEvent() function 38 WriteEvent("GNSS_STATE", "STATE", state, "PID", pid, "UID", uid); in WriteGnssStateEvent() 43 WriteEvent("SWITCH_STATE", "STATE", state); in WriteLocationSwitchStateEvent()
|
/base/msdp/device_status/services/native/src/ |
D | devicestatus_hisysevent.cpp | 28 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()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
D | hiappevent_write.h | 24 void WriteEvent(const std::shared_ptr<AppEventPack>& appEventPack);
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/hisysevent_wrapper/include/ |
D | hisysevent_wrapper.h | 32 int WriteEvent(const char *functionName, const struct EventValues *eventValues);
|
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/include/ |
D | hisysevent_wrapper.h | 39 int WriteEvent(enum EventType eventType, const char *functionName, const struct EventValues *eventV…
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/hisysevent_wrapper/src/ |
D | hisysevent_wrapper.cpp | 32 int WriteEvent(const char *functionName, const struct EventValues *eventValues) in WriteEvent() function
|
D | cm_report_wrapper.c | 30 ret = WriteEvent(funcName, &eventValues); in ReportFaultEvent()
|
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/src/ |
D | hisysevent_wrapper.cpp | 56 int WriteEvent(enum EventType eventType, const char *functionName, const struct EventValues *eventV… in WriteEvent() function
|
D | hks_report_wrapper.c | 184 ret = WriteEvent(FAULT, funcName, &eventValues, extra); in ReportFaultEvent()
|
/base/hiviewdfx/hiview/base/include/ |
D | audit.h | 67 void WriteEvent(const std::string& content);
|
/base/hiviewdfx/hiview/base/ |
D | audit.cpp | 56 instance.WriteEvent(out); in WriteAuditEvent() 117 void Audit::WriteEvent(const std::string& content) in WriteEvent() function in OHOS::HiviewDFX::Audit
|
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
D | hiappevent_read_test.cpp | 101 WriteEvent(std::make_shared<AppEventPack>(TEST_NAME, TEST_TYPE));
|
D | hiappevent_cache_test.cpp | 211 WriteEvent(std::make_shared<AppEventPack>("name", 1)); 242 WriteEvent(std::make_shared<AppEventPack>("name", 1));
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
D | hiappevent_write.cpp | 81 void WriteEvent(const std::shared_ptr<AppEventPack>& appEventPack) in WriteEvent() function
|
D | hiappevent_c.cpp | 193 WriteEvent(appEventPack); in HiAppEventInnerWrite()
|
D | libhiappevent_base.map | 21 "OHOS::HiviewDFX::WriteEvent(std::__h::shared_ptr<OHOS::HiviewDFX::AppEventPack> const&)"; 65 "OHOS::HiviewDFX::WriteEvent(std::__1::shared_ptr<OHOS::HiviewDFX::AppEventPack> const&)";
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
D | napi_hiappevent_write.cpp | 64 WriteEvent(asyncContext->appEventPack); in Write()
|