Searched refs:keyValues (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/av_session/utils/include/ |
H A D | avsession_sysevent.h | 66 static int HiSysWriteFault(const std::string& eventName, Types... keyValues) in HiSysWriteFault() argument 69 OHOS::HiviewDFX::HiSysEvent::EventType::FAULT, keyValues...); in HiSysWriteFault() 73 static int HiSysWriteStatistic(const std::string& eventName, Types... keyValues) in HiSysWriteStatistic() argument 76 OHOS::HiviewDFX::HiSysEvent::EventType::STATISTIC, keyValues...); in HiSysWriteStatistic() 80 static int HiSysWriteSecurity(const std::string& eventName, Types... keyValues) in HiSysWriteSecurity() argument 83 OHOS::HiviewDFX::HiSysEvent::EventType::SECURITY, keyValues...); in HiSysWriteSecurity() 87 static int HiSysWriteBehavior(const std::string& eventName, Types... keyValues) in HiSysWriteBehavior() argument 90 OHOS::HiviewDFX::HiSysEvent::EventType::BEHAVIOR, keyValues...); in HiSysWriteBehavior()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_event_report.h | 66 HiSysEventType type, Types... keyValues);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_event_report.cpp | 625 Types... keyValues) in InnerEventWrite() 631 keyValues...); in InnerEventWrite() 622 InnerEventWrite( const std::string &eventName, HiSysEventType type, Types... keyValues) InnerEventWrite() argument
|
Completed in 2 milliseconds