Searched refs:ReportSaEvent (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_screen/common/test/unittest/src/ |
H A D | screen_common_test.cpp | 63 ReportSaEvent(eventName, saId, errMsg); 72 ReportSaEvent(longEventName, saId, errMsg);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/src/ |
H A D | dcamera_sink_handler.cpp | 67 ReportSaEvent(INIT_SA_EVENT, DISTRIBUTED_HARDWARE_CAMERA_SINK_SA_ID, "init sink sa event."); in InitSink() 121 … ReportSaEvent(RELEASE_SA_EVENT, DISTRIBUTED_HARDWARE_CAMERA_SINK_SA_ID, "release sink sa event."); in ReleaseSink()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/ |
H A D | dcamera_source_handler.cpp | 58 ReportSaEvent(INIT_SA_EVENT, DISTRIBUTED_HARDWARE_CAMERA_SOURCE_SA_ID, "init source sa event."); in InitSource() 112 …ReportSaEvent(RELEASE_SA_EVENT, DISTRIBUTED_HARDWARE_CAMERA_SOURCE_SA_ID, "release source sa event… in ReleaseSource()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/common/include/ |
H A D | dscreen_hisysevent.h | 42 void ReportSaEvent(const std::string &eventName, int32_t saId, const std::string &errMsg);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | dcamera_hisysevent_adapter.h | 59 void ReportSaEvent(const std::string& eventName, int32_t saId, const std::string& errMsg);
|
/ohos5.0/foundation/distributedhardware/distributed_screen/common/src/ |
H A D | dscreen_hisysevent.cpp | 79 void ReportSaEvent(const std::string &eventName, int32_t saId, const std::string &errMsg) in ReportSaEvent() function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | dcamera_hisysevent_adapter.cpp | 80 void ReportSaEvent(const std::string& eventName, int32_t saId, const std::string& errMsg) in ReportSaEvent() function
|
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/src/ |
H A D | dscreen_sink_handler.cpp | 127 …ReportSaEvent(DSCREEN_INIT, DISTRIBUTED_HARDWARE_SCREEN_SINK_SA_ID, "dscreen sink sa load success.… in FinishStartSA()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/ |
H A D | dscreen_source_handler.cpp | 128 …ReportSaEvent(DSCREEN_INIT, DISTRIBUTED_HARDWARE_SCREEN_SOURCE_SA_ID, "dscreen source sa load succ… in FinishStartSA()
|