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:TransitionTo
(Results
1 - 22
of
22
) sorted by relevance
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
fold_screen_state_machine_test.cpp
188
fsm.
TransitionTo
(state);
in HWTEST_F()
191
fsm.
TransitionTo
(state);
in HWTEST_F()
206
fsm.
TransitionTo
(state);
in HWTEST_F()
209
fsm.
TransitionTo
(state);
in HWTEST_F()
224
fsm.
TransitionTo
(state);
in HWTEST_F()
227
fsm.
TransitionTo
(state);
in HWTEST_F()
242
fsm.
TransitionTo
(state);
in HWTEST_F()
245
fsm.
TransitionTo
(state);
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
dm_auth_manager.cpp
299
authRequestState_->
TransitionTo
(std::make_shared<AuthRequestFinishState>());
in UnAuthenticateDevice()
334
authRequestState_->
TransitionTo
(std::make_shared<AuthRequestFinishState>());
in StopAuthenticateDevice()
385
authRequestState_->
TransitionTo
(std::make_shared<AuthRequestFinishState>());
in UnBindDevice()
468
authRequestState_->
TransitionTo
(std::make_shared<AuthRequestNegotiateState>());
in OnSessionOpened()
497
authRequestState_->
TransitionTo
(std::make_shared<AuthRequestReplyState>());
in ProcessSourceMsg()
502
authRequestState_->
TransitionTo
(std::make_shared<AuthRequestNegotiateDoneState>());
in ProcessSourceMsg()
509
authRequestState_->
TransitionTo
(std::make_shared<AuthRequestFinishState>());
in ProcessSourceMsg()
514
authRequestState_->
TransitionTo
(std::make_shared<AuthRequestCredentialDone>());
in ProcessSourceMsg()
532
authResponseState_->
TransitionTo
(std::make_shared<AuthResponseNegotiateState>());
in ProcessSinkMsg()
540
authResponseState_->
TransitionTo
(st
in ProcessSinkMsg()
[all...]
H
A
D
auth_response_state.cpp
46
int32_t AuthResponseState::
TransitionTo
(std::shared_ptr<AuthResponseState> state) __attribute__((no_sanitize("cfi")))
in TransitionTo()
function in OHOS::DistributedHardware::AuthResponseState
48
LOGI("AuthResponseState::
TransitionTo
");
in TransitionTo()
H
A
D
auth_request_state.cpp
45
int32_t AuthRequestState::
TransitionTo
(std::shared_ptr<AuthRequestState> state)
in TransitionTo()
function in OHOS::DistributedHardware::AuthRequestState
47
LOGI("AuthRequestState::
TransitionTo
");
in TransitionTo()
/foundation/window/window_manager/wmserver/src/
H
A
D
remote_animation.cpp
281
weakNode->stateMachine_.
TransitionTo
(WindowNodeState::SHOW_ANIMATION_DONE);
in GetTransitionFinishedCallback()
373
dstNode->stateMachine_.
TransitionTo
(WindowNodeState::SHOW_ANIMATION_PLAYING);
in NotifyAnimationTransition()
380
srcNode->stateMachine_.
TransitionTo
(WindowNodeState::HIDE_ANIMATION_PLAYING);
in NotifyAnimationTransition()
407
srcNode->stateMachine_.
TransitionTo
(WindowNodeState::HIDE_ANIMATION_PLAYING);
in NotifyAnimationMinimize()
419
srcNode->stateMachine_.
TransitionTo
(WindowNodeState::HIDE_ANIMATION_PLAYING);
in NotifyAnimationMinimize()
443
srcNode->stateMachine_.
TransitionTo
(WindowNodeState::HIDE_ANIMATION_PLAYING);
in NotifyAnimationClose()
508
srcNode->stateMachine_.
TransitionTo
(WindowNodeState::HIDE_ANIMATION_PLAYING);
in NotifyAnimationBackTransition()
521
dstNode->stateMachine_.
TransitionTo
(WindowNodeState::SHOW_ANIMATION_PLAYING);
in NotifyAnimationBackTransition()
561
srcNode->stateMachine_.
TransitionTo
(WindowNodeState::HIDE_ANIMATION_PLAYING);
in GetAnimationTargetsForHome()
582
srcNode->stateMachine_.
TransitionTo
(WindowNodeStat
in GetAnimationHomeFinishCallback()
[all...]
H
A
D
window_node_state_machine.cpp
66
void WindowNodeStateMachine::
TransitionTo
(WindowNodeState state)
in TransitionTo()
function in OHOS::Rosen::WindowNodeStateMachine
H
A
D
starting_window.cpp
86
node->stateMachine_.
TransitionTo
(WindowNodeState::STARTING_CREATED);
in CreateWindowNode()
H
A
D
window_controller.cpp
363
node->stateMachine_.
TransitionTo
(WindowNodeState::SHOWN); // for normal show which not use remote animation
in AddWindowNode()
641
windowNode->stateMachine_.
TransitionTo
(WindowNodeState::HIDDEN);
in RemoveWindowNode()
675
node->stateMachine_.
TransitionTo
(WindowNodeState::DESTROYED);
in DestroyWindow()
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/
H
A
D
fold_screen_state_machine.h
52
void
TransitionTo
(FoldScreenState state);
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H
A
D
fold_screen_state_machine.cpp
58
void FoldScreenStateMachine::
TransitionTo
(FoldScreenState state)
in TransitionTo()
function in OHOS::Rosen::FoldScreenStateMachine
/foundation/window/window_manager/wmserver/include/
H
A
D
window_node_state_machine.h
49
void
TransitionTo
(WindowNodeState state);
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H
A
D
state_machine.cpp
190
ret =
TransitionTo
(nextState);
in ProcAction()
195
ErrorCode StateMachine::
TransitionTo
(const std::shared_ptr<State>& state)
in TransitionTo()
function in OHOS::Media::Record::StateMachine
198
MEDIA_LOG_E("
TransitionTo
, nullptr for state");
in TransitionTo()
H
A
D
state_machine.h
80
ErrorCode
TransitionTo
(const std::shared_ptr<State>& state);
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H
A
D
state_machine.h
76
ErrorCode
TransitionTo
(const std::shared_ptr<State>& state);
H
A
D
state_machine.cpp
209
ret =
TransitionTo
(nextState);
in ProcAction()
214
ErrorCode StateMachine::
TransitionTo
(const std::shared_ptr<State>& state)
in TransitionTo()
function in OHOS::Media::StateMachine
217
MEDIA_LOG_E("
TransitionTo
, state is nullptr");
in TransitionTo()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
auth_request_state.h
44
* @tc.name: AuthRequestState::
TransitionTo
48
int32_t
TransitionTo
(std::shared_ptr<AuthRequestState> state);
H
A
D
auth_response_state.h
42
* @tc.name: AuthResponseState::
TransitionTo
46
int32_t
TransitionTo
(std::shared_ptr<AuthResponseState> state);
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
remote_animation_test.cpp
306
node_->stateMachine_.
TransitionTo
(WindowNodeState::SHOW_ANIMATION_PLAYING);
in HWTEST_F()
344
node_->stateMachine_.
TransitionTo
(WindowNodeState::SHOW_ANIMATION_PLAYING);
in HWTEST_F()
357
dstNode->stateMachine_.
TransitionTo
(WindowNodeState::HIDE_ANIMATION_PLAYING);
in HWTEST_F()
411
node_->stateMachine_.
TransitionTo
(WindowNodeState::HIDE_ANIMATION_PLAYING);
in HWTEST_F()
418
node_->stateMachine_.
TransitionTo
(WindowNodeState::HIDE_ANIMATION_PLAYING);
in HWTEST_F()
425
node_->stateMachine_.
TransitionTo
(WindowNodeState::STARTING_CREATED);
in HWTEST_F()
492
node_->stateMachine_.
TransitionTo
(WindowNodeState::HIDE_ANIMATION_PLAYING);
in HWTEST_F()
504
node_->stateMachine_.
TransitionTo
(WindowNodeState::SHOW_ANIMATION_PLAYING);
in HWTEST_F()
572
node_->stateMachine_.
TransitionTo
(WindowNodeState::HIDE_ANIMATION_PLAYING);
in HWTEST_F()
594
node_->stateMachine_.
TransitionTo
(WindowNodeStat
in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
auth_request_state.cpp
45
int32_t AuthRequestState::
TransitionTo
(std::shared_ptr<AuthRequestState> state)
in TransitionTo()
function in OHOS::DistributedHardware::AuthRequestState
H
A
D
auth_response_state.cpp
46
int32_t AuthResponseState::
TransitionTo
(std::shared_ptr<AuthResponseState> state)
in TransitionTo()
function in OHOS::DistributedHardware::AuthResponseState
48
LOGI("AuthRequestState::
TransitionTo
");
in TransitionTo()
H
A
D
UTTest_auth_response_state.cpp
119
* 2 call AuthResponseInitState::
TransitionTo
with authManager = null
131
int32_t ret = authResponseState->
TransitionTo
(std::make_shared<AuthResponseNegotiateState>());
in HWTEST_F()
138
* 2 call AuthResponseInitState::
TransitionTo
with authManager != null
155
int32_t ret = authResponseState->
TransitionTo
(std::make_shared<AuthResponseInitState>());
in HWTEST_F()
H
A
D
UTTest_auth_request_state.cpp
157
* 2 call AuthRequestInitState::
TransitionTo
with authManager = null
169
int32_t ret = authRequestState->
TransitionTo
(std::make_shared<AuthRequestNegotiateState>());
in HWTEST_F()
176
* 2 call AuthRequestInitState::
TransitionTo
with authManager != null
199
int32_t ret = authRequestState->
TransitionTo
(std::make_shared<AuthRequestNegotiateDoneState>());
in HWTEST_F()
Completed in 16 milliseconds