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:StateType
(Results
1 - 14
of
14
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
intf_future.h
54
enum
StateType
{
enum in IFuture
62
virtual
StateType
GetState() const = 0;
67
virtual
StateType
Wait() const = 0;
71
virtual
StateType
WaitFor(const TimeSpan& time) const = 0;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H
A
D
future.h
79
using
StateType
= IFuture::
StateType
;
83
StateType
GetState() const
in GetState()
87
StateType
Wait() const
in Wait()
91
StateType
WaitFor(const TimeSpan& time) const
in WaitFor()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
future.h
38
StateType
GetState() const override;
39
StateType
Wait() const override;
40
StateType
WaitFor(const TimeSpan& time) const override;
65
StateType
state_ { IFuture::WAITING };
H
A
D
future.cpp
22
Future::
StateType
Future::GetState() const
in GetState()
28
Future::
StateType
Future::Wait() const
in Wait()
37
Future::
StateType
Future::WaitFor(const TimeSpan& time) const
in WaitFor()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
recovery_param.h
35
* @enum
StateType
36
*
StateType
defines the reason of state type.
38
enum
StateType
{
enum
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/
H
A
D
recovery_param.h
35
* @enum
StateType
36
*
StateType
defines the reason of state type.
38
enum
StateType
{
enum
/foundation/multimodalinput/input/service/device_state_manager/include/
H
A
D
device_event_monitor.h
33
enum
StateType
{
enum
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
key_subscriber_handler_test.cpp
75
DEVICE_MONITOR->callState_ =
StateType
::CALL_STATUS_ALERTING;
in HWTEST_F()
77
DEVICE_MONITOR->callState_ =
StateType
::CALL_STATUS_ANSWERED;
in HWTEST_F()
79
DEVICE_MONITOR->callState_ =
StateType
::CALL_STATUS_ACTIVE;
in HWTEST_F()
81
DEVICE_MONITOR->callState_ =
StateType
::CALL_STATUS_DIALING;
in HWTEST_F()
83
DEVICE_MONITOR->callState_ =
StateType
::CALL_STATUS_WAITING;
in HWTEST_F()
85
DEVICE_MONITOR->callState_ =
StateType
::CALL_STATUS_INCOMING;
in HWTEST_F()
87
DEVICE_MONITOR->callState_ =
StateType
::CALL_STATUS_IDLE;
in HWTEST_F()
89
DEVICE_MONITOR->callState_ =
StateType
::CALL_STATUS_DISCONNECTING;
in HWTEST_F()
91
DEVICE_MONITOR->callState_ =
StateType
::CALL_STATUS_DISCONNECTED;
in HWTEST_F()
922
want.SetParam("state",
StateType
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_subscriber_handler.cpp
508
if (DEVICE_MONITOR->GetCallState() ==
StateType
::CALL_STATUS_INCOMING ||
in HandleRingMute()
509
DEVICE_MONITOR->GetCallState() ==
StateType
::CALL_STATUS_WAITING) {
in HandleRingMute()
1272
case
StateType
::CALL_STATUS_HOLDING:
in HandleCallEnded()
1273
case
StateType
::CALL_STATUS_ALERTING:
in HandleCallEnded()
1274
case
StateType
::CALL_STATUS_ANSWERED:
in HandleCallEnded()
1275
case
StateType
::CALL_STATUS_ACTIVE:
in HandleCallEnded()
1276
case
StateType
::CALL_STATUS_DIALING: {
in HandleCallEnded()
1281
case
StateType
::CALL_STATUS_WAITING:
in HandleCallEnded()
1282
case
StateType
::CALL_STATUS_INCOMING: {
in HandleCallEnded()
1287
case
StateType
in HandleCallEnded()
[all...]
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H
A
D
accessibility_ut_helper.h
240
void SetTestStateType(int
StateType
)
in SetTestStateType()
argument
242
testStateType_ =
StateType
;
in SetTestStateType()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H
A
D
accessibility_module_test_helper.h
240
void SetTestStateType(int
StateType
)
in SetTestStateType()
argument
242
testStateType_ =
StateType
;
in SetTestStateType()
/foundation/barrierfree/accessibility/services/test/xts/inc/
H
A
D
accessibility_ut_helper.h
240
void SetTestStateType(int
StateType
)
in SetTestStateType()
argument
242
testStateType_ =
StateType
;
in SetTestStateType()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H
A
D
hgm_state_machine.h
28
template<typename
StateType
, typename EventType>
31
using State =
StateType
;
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H
A
D
ability_recovery.cpp
117
int32_t status = ability->OnSaveState(AppExecFwk::
StateType
::APP_RECOVERY, wantParams);
in SaveAbilityState()
Completed in 12 milliseconds