Home
last modified time | relevance | path

Searched refs:ReportCameraOperaterEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_hisysevent_adapter.h62 void ReportCameraOperaterEvent(const std::string& eventName, const std::string& devId, const std::s…
/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddcamera_hisysevent_adapter_test.cpp122 ReportCameraOperaterEvent(eventName, devId, dhId, errMsg);
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_hisysevent_adapter.cpp107 void ReportCameraOperaterEvent(const std::string& eventName, const std::string& devId, const std::s… in ReportCameraOperaterEvent() function
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp460ReportCameraOperaterEvent(OPEN_CAMERA_EVENT, GetAnonyString(devId_), dhId_, "execute open camera e… in OpenCamera()
486ReportCameraOperaterEvent(CLOSE_CAMERA_EVENT, GetAnonyString(devId_), dhId_, "execute close camera… in CloseCamera()