Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DataTypeAdapter
(Results
1 - 5
of
5
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_screen_capture_config_adapter_wrapper.cpp
36
NWeb::
DataTypeAdapter
ArkScreenCaptureConfigAdapterWrapper::GetDataType()
in GetDataType()
38
return (NWeb::
DataTypeAdapter
)ctocpp_->GetDataType();
in GetDataType()
H
A
D
ark_screen_capture_config_adapter_wrapper.h
31
NWeb::
DataTypeAdapter
GetDataType() override;
/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H
A
D
screen_capture_adapter_impl_test.cpp
239
DataTypeAdapter
GetDataType() override
260
DataTypeAdapter
dataType =
DataTypeAdapter
::INVAILD_DATA_TYPE;
365
g_screenCaptureConfig->dataType =
DataTypeAdapter
::ORIGINAL_STREAM_DATA_TYPE;
in SetUpTestCase()
407
g_screenCaptureConfig->dataType =
DataTypeAdapter
::INVAILD_DATA_TYPE;
in HWTEST_F()
421
g_screenCaptureConfig->dataType =
DataTypeAdapter
::ENCODED_STREAM_DATA_TYPE;
in HWTEST_F()
429
g_screenCaptureConfig->dataType =
DataTypeAdapter
::CAPTURE_FILE_DATA_TYPE;
in HWTEST_F()
437
g_screenCaptureConfig->dataType =
DataTypeAdapter
::ORIGINAL_STREAM_DATA_TYPE;
in HWTEST_F()
573
g_screenCaptureConfig->dataType =
DataTypeAdapter
::ENCODED_STREAM_DATA_TYPE;
in HWTEST_F()
576
g_screenCaptureConfig->dataType =
DataTypeAdapter
in HWTEST_F()
[all...]
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
screen_capture_adapter.h
37
enum class
DataTypeAdapter
: int32_t {
class in OHOS::NWeb::CaptureModeAdapter
249
virtual
DataTypeAdapter
GetDataType() = 0;
/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H
A
D
screen_capture_adapter_impl.cpp
38
OHOS::Media::DataType GetOHDataType(const
DataTypeAdapter
& type)
in GetOHDataType()
41
case
DataTypeAdapter
::ORIGINAL_STREAM_DATA_TYPE:
in GetOHDataType()
43
case
DataTypeAdapter
::ENCODED_STREAM_DATA_TYPE:
in GetOHDataType()
45
case
DataTypeAdapter
::CAPTURE_FILE_DATA_TYPE:
in GetOHDataType()
185
if (config->GetDataType() ==
DataTypeAdapter
::CAPTURE_FILE_DATA_TYPE && config->GetRecorderInfo()) {
in ConvertScreenCaptureConfig()
Completed in 6 milliseconds