Home
last modified time | relevance | path

Searched refs:SetCurrent (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/themes/
H A Dtheme_manager.cpp25 void ThemeManager::SetCurrent(Theme* theme) in SetCurrent() function in OHOS::ThemeManager
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dvideo_capture_range_adapter_mock.cpp52 void VideoCaptureRangeAdapterImpl::SetCurrent(double current) in SetCurrent() function in OHOS::NWeb::VideoCaptureRangeAdapterImpl
H A Dvideo_capture_range_adapter_impl.cpp55 void VideoCaptureRangeAdapterImpl::SetCurrent(double current) in SetCurrent() function in OHOS::NWeb::VideoCaptureRangeAdapterImpl
H A Dcamera_manager_adapter_impl.cpp492 rangeVal->SetCurrent(exposureCompos); in GetExposureCompensation()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/themes/
H A Dtheme_manager.h64 void SetCurrent(Theme* theme);
/ohos5.0/foundation/arkui/ui_lite/test/unittest/themes/
H A Dtheme_manager_unit_test.cpp42 ThemeManager::GetInstance().SetCurrent(theme);
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dvideo_capture_range_adapter_impl.h41 void SetCurrent(double current);
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/videocapturerangeadapter_fuzzer/
H A Dvideocapturerangeadapter_fuzzer.cpp36 adapter.SetCurrent(0.0); in VideoCaptureRangeAdapterFuzzTest()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp548 rangeInfo_.SetCurrent(rangeInfo.GetCurrent()); in SetRange()
653 void RangeInfo::SetCurrent(double current) in SetCurrent() function in OHOS::Accessibility::RangeInfo
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h122 void SetCurrent(double current);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp1149 rangeInfo_->SetCurrent(5);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp80 rangeInfo.SetCurrent(int32Data); in GenerateRangeInfo()