Home
last modified time | relevance | path

Searched refs:ApplyExposureCfgInner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_controller.h52 void ApplyExposureCfgInner(const std::shared_ptr<Config>& config) const;
H A Devent_controller.cpp160 …taskExecutor->PostDelayedTask([config]() { EventController::Get().ApplyExposureCfgInner(config); }, in ApplyNewestConfig()
164 void EventController::ApplyExposureCfgInner(const std::shared_ptr<Config>& config) const in ApplyExposureCfgInner() function in OHOS::Ace::Recorder::EventController