Home
last modified time | relevance | path

Searched refs:GetControls (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_media_info_impl.cpp59 ArkWebStringVector ArkWebMediaInfoImpl::GetControls() in GetControls() function in OHOS::ArkWeb::ArkWebMediaInfoImpl
61 return ArkWebStringVectorClassToStruct(nweb_media_info_->GetControls()); in GetControls()
H A Dark_web_media_info_impl.h44 ArkWebStringVector GetControls() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_pattern.cpp141 …if (videoLayout->HasControls() && (fullScreenLayout->GetControls() != videoLayout->GetControls()))… in UpdateState()
142 fullScreenLayout->UpdateControls(videoLayout->GetControls().value()); in UpdateState()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_media_info_wrapper.cpp67 std::vector<std::string> ArkWebMediaInfoWrapper::GetControls() in GetControls() function in OHOS::ArkWeb::ArkWebMediaInfoWrapper
69 ArkWebStringVector stControls = ark_web_media_info_->GetControls(); in GetControls()
H A Dark_web_media_info_wrapper.h45 std::vector<std::string> GetControls() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_media_info.h47 virtual ArkWebStringVector GetControls() = 0;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dcamera_dev.h53 RetCode GetControls(const std::string &cameraId, int type, CameraCtrl &ctrl);
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_native_media_player.h82 virtual std::vector<std::string> GetControls() = 0;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/
H A Dv4l2_dev.h56 RetCode GetControls(const std::string& cameraID, std::vector<DeviceControl>& control);
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/
H A Dcamera_dev.cpp441 RetCode CameraDev::GetControls(const std::string &cameraId, int type, CameraCtrl &ctrl) in GetControls() function in OHOS::Camera::CameraDev
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_dev.cpp591 RetCode HosV4L2Dev::GetControls(const std::string& cameraID, std::vector<DeviceControl>& control) in GetControls() function in OHOS::Camera::HosV4L2Dev
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnative_media_player_impl.cpp460 ConstructControls(&controlList, mediaInfo->GetControls()); in ConstructMediaInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_property_test_ng.cpp863 EXPECT_TRUE(fullScreenLayout->GetControls().value());