Home
last modified time | relevance | path

Searched refs:behaviorCode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dhisys_event_util.cpp23 …void HisysEventUtil::reportBehaviorEvent(std::string name, int behaviorCode, const std::string &ms… in reportBehaviorEvent() argument
31 "BEHAVIOR_CODE", behaviorCode, in reportBehaviorEvent()
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_hisysevent.cpp136 void NfcHisysEvent::WriteAppBehaviorHiSysEvent(SubErrorCode behaviorCode, const std::string &appNam… in WriteAppBehaviorHiSysEvent() argument
140 failedParams.subErrorCode = behaviorCode; in WriteAppBehaviorHiSysEvent()
H A Dnfc_hisysevent.h83 static void WriteAppBehaviorHiSysEvent(SubErrorCode behaviorCode, const std::string &appName);
H A Dexternal_deps_proxy.cpp183 void ExternalDepsProxy::WriteAppBehaviorHiSysEvent(SubErrorCode behaviorCode, const std::string &ap… in WriteAppBehaviorHiSysEvent() argument
185 NfcHisysEvent::WriteAppBehaviorHiSysEvent(behaviorCode, appName); in WriteAppBehaviorHiSysEvent()
H A Dexternal_deps_proxy.h85 void WriteAppBehaviorHiSysEvent(SubErrorCode behaviorCode, const std::string &appName);
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_hisys_event_util.h26 …MOCK_METHOD3(reportBehaviorEvent, void (std::string name, int behaviorCode, const std::string &msg…
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dhisys_event_util.h33 static void reportBehaviorEvent(std::string name, int behaviorCode, const std::string &msg);