Searched refs:behaviorCode (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | hisys_event_util.cpp | 23 …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 D | nfc_hisysevent.cpp | 136 void NfcHisysEvent::WriteAppBehaviorHiSysEvent(SubErrorCode behaviorCode, const std::string &appNam… in WriteAppBehaviorHiSysEvent() argument 140 failedParams.subErrorCode = behaviorCode; in WriteAppBehaviorHiSysEvent()
|
H A D | nfc_hisysevent.h | 83 static void WriteAppBehaviorHiSysEvent(SubErrorCode behaviorCode, const std::string &appName);
|
H A D | external_deps_proxy.cpp | 183 void ExternalDepsProxy::WriteAppBehaviorHiSysEvent(SubErrorCode behaviorCode, const std::string &ap… in WriteAppBehaviorHiSysEvent() argument 185 NfcHisysEvent::WriteAppBehaviorHiSysEvent(behaviorCode, appName); in WriteAppBehaviorHiSysEvent()
|
H A D | external_deps_proxy.h | 85 void WriteAppBehaviorHiSysEvent(SubErrorCode behaviorCode, const std::string &appName);
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_hisys_event_util.h | 26 …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 D | hisys_event_util.h | 33 static void reportBehaviorEvent(std::string name, int behaviorCode, const std::string &msg);
|