Searched refs:SendSysEvent (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 72 void SendSysEvent(int32_t resultCode, const AAFwk::Want &want, int32_t userId) in SendSysEvent() function 411 SendSysEvent(FreeInstallErrorCode::CONNECT_ERROR, want, userId); in SendRequestToServiceCenter() 743 SendSysEvent(FreeInstallErrorCode::UNDEFINED_ERROR, want, userId); in SendRequest() 751 SendSysEvent(FreeInstallErrorCode::UNDEFINED_ERROR, want, userId); in SendRequest() 762 SendSysEvent(FreeInstallErrorCode::UNDEFINED_ERROR, want, userId); in SendRequest() 769 SendSysEvent(FreeInstallErrorCode::CONNECT_ERROR, want, userId); in SendRequest() 786 SendSysEvent(FreeInstallErrorCode::CONNECT_ERROR, want, userId); in SendRequest()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_adapter.cpp | 211 HiSysEvent::SendSysEvent(eventBase); in Write()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
H A D | libhisysevent.map | 10 "OHOS::HiviewDFX::HiSysEvent::SendSysEvent(OHOS::HiviewDFX::HiSysEvent::EventBase&)";
|
H A D | hisysevent.cpp | 217 void HiSysEvent::SendSysEvent(EventBase& eventBase) in SendSysEvent() function in OHOS::HiviewDFX::HiSysEvent
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlogger_unittest.cpp | 1464 bool SendSysEvent(SysEventCreator sysEventCreator) in SendSysEvent() function 1482 auto result = SendSysEvent(sysEventCreator); 1488 auto result = SendSysEvent(sysEventCreator);
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
H A D | hisysevent.h | 346 SendSysEvent(eventBase); 734 static void SendSysEvent(EventBase& eventBase);
|