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:stateCode
(Results
1 - 8
of
8
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_screen_capture_callback_adapter_wrapper.cpp
43
void ArkScreenCaptureCallbackAdapterWrapper::OnStateChange(OHOS::NWeb::ScreenCaptureStateCodeAdapter
stateCode
)
in OnStateChange()
argument
45
ctocpp_->OnStateChange((int32_t)
stateCode
);
in OnStateChange()
H
A
D
ark_screen_capture_callback_adapter_wrapper.h
35
void OnStateChange(OHOS::NWeb::ScreenCaptureStateCodeAdapter
stateCode
) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_screen_capture_callback_adapter_impl.cpp
40
void ArkScreenCaptureCallbackAdapterImpl::OnStateChange(int32_t
stateCode
)
in OnStateChange()
argument
42
real_->OnStateChange((OHOS::NWeb::ScreenCaptureStateCodeAdapter)
stateCode
);
in OnStateChange()
H
A
D
ark_screen_capture_callback_adapter_impl.h
35
void OnStateChange(int32_t
stateCode
) override;
/base/web/webview/ohos_adapter/screen_capture_adapter/include/
H
A
D
screen_capture_adapter_impl.h
34
void OnStateChange(OHOS::Media::AVScreenCaptureStateCode
stateCode
) override;
/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H
A
D
screen_capture_adapter_impl.cpp
193
ScreenCaptureStateCodeAdapter GetScreenCaptureStateCodeAdapter(const OHOS::Media::AVScreenCaptureStateCode&
stateCode
)
in GetScreenCaptureStateCodeAdapter()
argument
195
switch (
stateCode
) {
in GetScreenCaptureStateCodeAdapter()
244
void OHScreenCaptureCallback::OnStateChange(OHOS::Media::AVScreenCaptureStateCode
stateCode
)
in OnStateChange()
argument
246
WVLOG_I("OnStateChange() is called,
stateCode
%{public}d",
stateCode
);
in OnStateChange()
248
callback_->OnStateChange(GetScreenCaptureStateCodeAdapter(
stateCode
));
in OnStateChange()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_screen_capture_adapter.h
143
virtual void OnStateChange(int32_t
stateCode
) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
screen_capture_adapter.h
270
virtual void OnStateChange(ScreenCaptureStateCodeAdapter
stateCode
) {}
in OnStateChange()
argument
Completed in 6 milliseconds