Searched refs:FlashManager (Results 1 – 4 of 4) sorted by relevance
19 FlashManager::FlashManager() {} in FlashManager() function in OHOS::Camera::FlashManager21 FlashManager::FlashManager(ManagerId managerId) : IManager(managerId) {} in FlashManager() function in OHOS::Camera::FlashManager23 FlashManager::~FlashManager() {} in ~FlashManager()25 RetCode FlashManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController()43 std::shared_ptr<IController> FlashManager::GetController(ControllerId controllerId, std::string har… in GetController()57 void FlashManager::Configure(std::shared_ptr<CameraMetadata> meta) in Configure()67 RetCode FlashManager::SetFlashlight(FlashMode flashMode, bool enable, std::string hardwareName) in SetFlashlight()77 bool FlashManager::CheckCameraIdList(std::string hardwareName) in CheckCameraIdList()90 RetCode FlashManager::PowerUp(std::string hardwareName) in PowerUp()100 RetCode FlashManager::PowerDown(std::string hardwareName) in PowerDown()
142 manager = std::make_shared<FlashManager>(DM_M_FLASH); in CreateManager()
24 class FlashManager : public IManager {26 FlashManager();27 explicit FlashManager(ManagerId managerId);28 virtual ~FlashManager();
122 manager = std::make_shared<FlashManager>(DM_M_FLASH); in CreateManager()