Home
last modified time | relevance | path

Searched defs:torchStatusInfo (Results 1 – 5 of 5) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/framework_native/manager/include/
Dcamera_framework_manager_unittest.h37 virtual void OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const {}; in OnTorchStatusChange()
/foundation/multimedia/camera_framework/test/fuzztest/cameramanager_fuzzer/
Dcamera_manager_fuzzer.h104 void OnTorchStatusChange(const TorchStatusInfo &torchStatusInfo) const override {} in OnTorchStatusChange()
/foundation/multimedia/camera_framework/frameworks/cj/camera/src/
Dcamera_utils.cpp168 CJTorchStatusInfo TorchStatusInfoToCJTorchStatusInfo(const TorchStatusInfo &torchStatusInfo) in TorchStatusInfoToCJTorchStatusInfo()
Dcamera_manager_impl.cpp344 …auto callback = [lambda = CJLambda::Create(cFunc)](const TorchStatusInfo &torchStatusInfo) -> void… in OnTorchStatusChange()
/foundation/multimedia/camera_framework/frameworks/native/camera/base/src/input/
Dcamera_manager.cpp2812 TorchStatusInfo torchStatusInfo; in OnTorchStatusChange() local