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
defs:stateCode
(Results
1 - 14
of
14
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H
A
D
avscreen_capture_callback.h
53
AVScreenCaptureStateCode
stateCode
;
member
H
A
D
avscreen_capture_callback.cpp
53
void AVScreenCaptureCallback::SendStateCallback(AVScreenCaptureStateCode
stateCode
)
in SendStateCallback()
argument
99
void AVScreenCaptureCallback::OnStateChange(AVScreenCaptureStateCode
stateCode
)
in OnStateChange()
argument
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/include/
H
A
D
screen_capture_server_function_unittest.h
119
void OnStateChange(AVScreenCaptureStateCode
stateCode
) {};
in OnStateChange()
argument
128
void OnStateChange(AVScreenCaptureStateCode
stateCode
) {};
in OnStateChange()
argument
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H
A
D
screen_capture_listener_proxy.cpp
81
void ScreenCaptureListenerProxy::OnStateChange(AVScreenCaptureStateCode
stateCode
)
in OnStateChange()
argument
137
void ScreenCaptureListenerCallback::OnStateChange(AVScreenCaptureStateCode
stateCode
)
in OnStateChange()
argument
H
A
D
screen_capture_listener_stub.cpp
64
AVScreenCaptureStateCode
stateCode
= static_cast<AVScreenCaptureStateCode>(data.ReadInt32());
in OnRemoteRequest()
local
101
void ScreenCaptureListenerStub::OnStateChange(AVScreenCaptureStateCode
stateCode
)
in OnStateChange()
argument
/foundation/communication/wifi/wifi/frameworks/native/src/
H
A
D
wifi_scan_callback_stub.cpp
94
int
stateCode
= data.ReadInt32();
in RemoteOnWifiScanStateChanged()
local
H
A
D
wifi_scan_callback_stub_lite.cpp
102
int
stateCode
= 0;
in RemoteOnWifiScanStateChanged()
local
/foundation/communication/dhcp/frameworks/native/src/
H
A
D
dhcp_server_callback_stub_lite.cpp
136
int
stateCode
= 0;
in RemoteOnServerStatusChanged()
local
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H
A
D
screen_capture_native_mock.cpp
51
void ScreenCaptureNativeCallbackMock::OnStateChange(AVScreenCaptureStateCode
stateCode
)
in OnStateChange()
argument
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H
A
D
screen_capture_capi_mock.cpp
73
OnStateChange(OH_AVScreenCapture *screenCapture, OH_AVScreenCaptureStateCode
stateCode
, void *userData)
OnStateChange()
argument
/foundation/multimedia/av_codec/services/media_engine/filters/
H
A
D
surface_encoder_adapter.cpp
741
auto
stateCode
= pauseResumeQueue_[0].second;
in CheckFrames()
local
801
auto
stateCode
= pauseResumePts_[0].second;
in AddPauseResumePts()
local
[all...]
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H
A
D
screen_capture.h
238
virtual void OnStateChange(AVScreenCaptureStateCode
stateCode
)
in OnStateChange()
argument
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H
A
D
screen_capture_unit_test_state.cpp
171
void ScreenCaptureUnitTestCallback::OnStateChange(AVScreenCaptureStateCode
stateCode
)
in OnStateChange()
argument
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H
A
D
screen_capture_server.cpp
2566
int32_t ScreenCaptureServer::StopScreenCaptureByEvent(AVScreenCaptureStateCode
stateCode
)
in StopScreenCaptureByEvent()
argument
2574
int32_t ScreenCaptureServer::StopScreenCaptureInner(AVScreenCaptureStateCode
stateCode
)
in StopScreenCaptureInner()
argument
2619
void ScreenCaptureServer::PostStopScreenCapture(AVScreenCaptureStateCode
stateCode
)
in PostStopScreenCapture()
argument
[all...]
Completed in 14 milliseconds