/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | dcamera_hisysevent_adapter_test.cpp | 70 std::string ret = CreateMsg(eventName.c_str()); in HWTEST_F() 88 std::string ret = CreateMsg(eventName.c_str()); in HWTEST_F() 106 std::string ret = CreateMsg(eventName.c_str()); in HWTEST_F() 123 std::string ret = CreateMsg(eventName.c_str()); in HWTEST_F() 144 std::string ret = CreateMsg(eventName.c_str()); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/ |
H A D | dcamera_source_load_callback.cpp | 49 CreateMsg("dcamera source OnLoadSystemAbilityFail, systemAbilityId: %d", systemAbilityId)); in OnLoadSystemAbilityFail()
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/src/ |
H A D | dcamera_sink_load_callback.cpp | 49 CreateMsg("dcamera sink OnLoadSystemAbilityFail, systemAbilityId: %d", systemAbilityId)); in OnLoadSystemAbilityFail()
|
/foundation/multimedia/player_framework/services/utils/ |
H A D | media_dfx.cpp | 118 bool MediaEvent::CreateMsg(const char *format, ...) in CreateMsg() function in OHOS::Media::MediaEvent 297 if (event.CreateMsg("%s, current state is: %s", "state change", status.c_str())) { in BehaviorEventWrite() 305 if (event.CreateMsg("%s, current state is: %s", "state change", status.c_str())) { in BehaviorEventWriteForScreenCapture() 317 if (event.CreateMsg("%s is invoke %s", bundleName.c_str(), module.c_str())) { in StatisticEventWriteBundleName() 326 if (event.CreateMsg("%s", msg.c_str())) { in FaultEventWrite()
|
/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | dcamera_hisysevent_adapter.h | 66 std::string CreateMsg(const char *format, ...);
|
/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | dcamera_hisysevent_adapter.cpp | 143 std::string CreateMsg(const char *format, ...) in CreateMsg() function
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | camera_util.h | 145 EXPORT_API std::string CreateMsg(const char* format, ...);
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_depth_data.cpp | 235 CAMERA_SYSEVENT_FAULT(CreateMsg("Depth OnDepthDataError! errorCode:%d", depthDataErrorCode));
in OnDepthDataError()
|
H A D | hcapture_session.cpp | 278 CAMERA_SYSEVENT_STATISTIC(CreateMsg("CaptureSession::CanAddInput")); in CanAddInput() 313 CAMERA_SYSEVENT_STATISTIC(CreateMsg("CaptureSession::AddInput")); in AddInput() 499 CAMERA_SYSEVENT_STATISTIC(CreateMsg("CaptureSession::AddOutput with %d", streamType)); in AddOutput() 543 CAMERA_SYSEVENT_STATISTIC(CreateMsg("CaptureSession::RemoveInput")); in RemoveInput() 595 CAMERA_SYSEVENT_STATISTIC(CreateMsg("CaptureSession::RemoveOutput with %d", streamType)); in RemoveOutput()
|
H A D | hcamera_service.cpp | 266 CAMERA_SYSEVENT_STATISTIC(CreateMsg("CameraManager GetCameras camera ID:%s, Camera position:%d, " in GetCameraMetaInfo() 432 CAMERA_SYSEVENT_STATISTIC(CreateMsg("CameraManager_CreateCameraInput CameraId:%s", cameraId.c_str())); in CreateCameraDevice() 673 CAMERA_SYSEVENT_BEHAVIOR(CreateMsg("OnCameraStatusChanged! for cameraId:%s, current Camera Status:%d", in OnCameraStatus() 711 CAMERA_SYSEVENT_BEHAVIOR(CreateMsg("OnCameraMute! current Camera muteMode:%d", muteMode)); in OnMute() 1116 CAMERA_SYSEVENT_STATISTIC(CreateMsg("Camera Prelaunch CameraId:%s", preCameraId_.c_str())); in PrelaunchCamera()
|
H A D | camera_util.cpp | 221 std::string CreateMsg(const char* format, ...) in CreateMsg() function
|
H A D | hstream_repeat.cpp | 403 CAMERA_SYSEVENT_FAULT(CreateMsg("Preview OnFrameError! errorCode:%d", repeatErrorCode)); in OnFrameError()
|
H A D | hstream_capture.cpp | 695 CAMERA_SYSEVENT_FAULT(CreateMsg("Photo OnCaptureError! captureId:%d & " in OnCaptureError()
|
H A D | hcamera_device.cpp | 977 CAMERA_SYSEVENT_FAULT(CreateMsg("CameraDeviceServiceCallback::OnError() is called!, errorType: %d," in OnError()
|
/foundation/multimedia/player_framework/services/utils/include/ |
H A D | media_dfx.h | 58 bool CreateMsg(const char *format, ...) __attribute__((__format__(printf, 2, 3)));
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/ |
H A D | distributed_camera_sink_service.cpp | 245 CreateMsg("sink service open channel failed, dhId: %s", GetAnonyString(dhId).c_str())); in OpenChannel()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/ |
H A D | distributed_camera_source_service.cpp | 275 ReportDcamerInitFail(DCAMERA_INIT_FAIL, DCAMERA_HDF_ERROR, CreateMsg("dcamera load hdf driver fail.")); in LoadDCameraHDF()
|
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/ |
H A D | encode_data_process.cpp | 117 CreateMsg("start video encoder failed, width: %d, height: %d, format: %s", in InitEncoder()
|
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/ |
H A D | decode_data_process.cpp | 134 CreateMsg("start video decoder failed, width: %d, height: %d, format: %s", in InitDecoder()
|
H A D | decode_data_process_common.cpp | 134 CreateMsg("start video decoder failed, width: %d, height: %d, format: %s", in InitDecoder()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 3917 CreateMsg(NULL); in HWTEST_F()
|