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:OnStateChange
(Results
1 - 12
of
12
) 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()
function in OHOS::ArkWeb::ArkScreenCaptureCallbackAdapterWrapper
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()
function in OHOS::ArkWeb::ArkScreenCaptureCallbackAdapterImpl
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/telephony/call_manager/services/audio/include/
H
A
D
audio_player.h
86
void
OnStateChange
(const AudioStandard::RendererState state,
/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_adapter/audio_adapter/include/
H
A
D
audio_renderer_adapter_impl.h
37
void
OnStateChange
(const RendererState state, const StateChangeCmdType cmdType = CMD_FROM_CLIENT) override;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
screen_capture_adapter.h
270
virtual void
OnStateChange
(ScreenCaptureStateCodeAdapter stateCode) {}
in OnStateChange()
function in OHOS::NWeb::CaptureModeAdapter::DataTypeAdapter::ScreenCaptureCallbackAdapter
/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H
A
D
screen_capture_adapter_impl.cpp
244
void OHScreenCaptureCallback::
OnStateChange
(OHOS::Media::AVScreenCaptureStateCode stateCode)
in OnStateChange()
function in OHOS::NWeb::OHScreenCaptureCallback
246
WVLOG_I("
OnStateChange
() is called, stateCode %{public}d", stateCode);
in OnStateChange()
248
callback_->
OnStateChange
(GetScreenCaptureStateCodeAdapter(stateCode));
in OnStateChange()
/base/web/webview/ohos_adapter/audio_adapter/src/
H
A
D
audio_renderer_adapter_impl.cpp
110
void AudioRendererCallbackImpl::
OnStateChange
(const RendererState state, const StateChangeCmdType cmdType) {}
in OnStateChange()
function in OHOS::NWeb::AudioRendererCallbackImpl
/base/web/webview/test/unittest/audio_adapter_impl_test/
H
A
D
audio_adapter_impl_test.cpp
816
callBack->
OnStateChange
(RendererState::RENDERER_PAUSED, StateChangeCmdType::CMD_FROM_SYSTEM);
in HWTEST_F()
Completed in 6 milliseconds