Home
last modified time | relevance | path

Searched refs:Enter (Results 1 - 25 of 54) sorted by relevance

123

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_request_state.h34 virtual int32_t Enter() = 0;
77 * @tc.name: AuthRequestInitState::Enter
78 * @tc.desc: Enter of the Authenticate Request Init State
81 int32_t Enter() override;
93 * @tc.name: AuthRequestNegotiateState::Enter
94 * @tc.desc: Enter of the Authenticate Request Negotiate State
97 int32_t Enter() override;
110 * @tc.name: AuthRequestNegotiateDoneState::Enter
111 * @tc.desc: Enter of the Authenticate Request Negotiate Done State
114 int32_t Enter() overrid
[all...]
H A Dauth_response_state.h32 virtual int32_t Enter() = 0;
77 int32_t Enter() override;
83 int32_t Enter() override;
89 int32_t Enter() override;
95 int32_t Enter() override;
101 int32_t Enter() override;
107 int32_t Enter() override;
113 int32_t Enter() override;
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_request_state.cpp58 state->Enter(); in TransitionTo()
67 int32_t AuthRequestInitState::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestInitState
83 int32_t AuthRequestNegotiateState::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestNegotiateState
99 int32_t AuthRequestNegotiateDoneState::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestNegotiateDoneState
115 int32_t AuthRequestReplyState::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestReplyState
131 int32_t AuthRequestJoinState::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestJoinState
148 int32_t AuthRequestNetworkState::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestNetworkState
164 int32_t AuthRequestFinishState::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestFinishState
181 int32_t AuthRequestCredential::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestCredential
197 int32_t AuthRequestCredentialDone::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestCredentialDone
[all...]
H A Dauth_response_state.cpp59 state->Enter(); in TransitionTo()
68 int32_t AuthResponseInitState::Enter() in Enter() function in OHOS::DistributedHardware::AuthResponseInitState
70 LOGI("AuthResponse::AuthResponseInitState Enter"); in Enter()
79 int32_t AuthResponseNegotiateState::Enter() in Enter() function in OHOS::DistributedHardware::AuthResponseNegotiateState
95 int32_t AuthResponseConfirmState::Enter() in Enter() function in OHOS::DistributedHardware::AuthResponseConfirmState
97 LOGI("AuthResponse::AuthResponseConfirmState Enter"); in Enter()
112 int32_t AuthResponseGroupState::Enter() in Enter() function in OHOS::DistributedHardware::AuthResponseGroupState
114 LOGI("AuthResponse::AuthResponseGroupState Enter"); in Enter()
129 int32_t AuthResponseShowState::Enter() in Enter() function in OHOS::DistributedHardware::AuthResponseShowState
145 int32_t AuthResponseFinishState::Enter() in Enter() function in OHOS::DistributedHardware::AuthResponseFinishState
161 int32_t AuthResponseCredential::Enter() Enter() function in OHOS::DistributedHardware::AuthResponseCredential
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A Dauth_request_state.cpp57 LOGE("AuthRequestState::Enter context_ is null"); in TransitionTo()
64 state->Enter(); in TransitionTo()
73 int32_t AuthRequestInitState::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestInitState
77 LOGE("AuthRequestInitState::Enter authManager_ is null"); in Enter()
81 LOGE("AuthRequestInitState::Enter context_ is null"); in Enter()
93 int32_t AuthRequestNegotiateState::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestNegotiateState
97 LOGE("AuthRequestNegotiateState::Enter authManager_ is null"); in Enter()
101 LOGE("AuthRequestNegotiateState::Enter context_ is null"); in Enter()
113 int32_t AuthRequestNegotiateDoneState::Enter() in Enter() function in OHOS::DistributedHardware::AuthRequestNegotiateDoneState
117 LOGE("AuthRequestNegotiateDoneState::Enter authManager in Enter()
133 int32_t AuthRequestReplyState::Enter() Enter() function in OHOS::DistributedHardware::AuthRequestReplyState
149 int32_t AuthRequestJoinState::Enter() Enter() function in OHOS::DistributedHardware::AuthRequestJoinState
170 int32_t AuthRequestNetworkState::Enter() Enter() function in OHOS::DistributedHardware::AuthRequestNetworkState
186 int32_t AuthRequestFinishState::Enter() Enter() function in OHOS::DistributedHardware::AuthRequestFinishState
[all...]
H A Dauth_response_state.cpp59 LOGE("AuthRequestState::Enter context_ is null"); in TransitionTo()
66 state->Enter(); in TransitionTo()
75 int32_t AuthResponseInitState::Enter() in Enter() function in OHOS::DistributedHardware::AuthResponseInitState
77 LOGI("AuthResponse::AuthResponseInitState Enter"); in Enter()
86 int32_t AuthResponseNegotiateState::Enter() in Enter() function in OHOS::DistributedHardware::AuthResponseNegotiateState
90 LOGE("AuthResponseNegotiateState::Enter authManager_ is null"); in Enter()
94 LOGE("AuthResponseNegotiateState::Enter context_ is null"); in Enter()
106 int32_t AuthResponseConfirmState::Enter() in Enter() function in OHOS::DistributedHardware::AuthResponseConfirmState
108 LOGI("AuthResponse::AuthResponseConfirmState Enter"); in Enter()
111 LOGE("AuthResponseConfirmState::Enter authManager in Enter()
123 int32_t AuthResponseGroupState::Enter() Enter() function in OHOS::DistributedHardware::AuthResponseGroupState
140 int32_t AuthResponseShowState::Enter() Enter() function in OHOS::DistributedHardware::AuthResponseShowState
156 int32_t AuthResponseFinishState::Enter() Enter() function in OHOS::DistributedHardware::AuthResponseFinishState
[all...]
H A DUTTest_auth_response_state.cpp176 * 2 check ret is AuthResponseInitState::Enter
183 int32_t ret = authResponseState->Enter(); in HWTEST_F()
204 * 2 call AuthResponseNegotiateState::Enter with authManager = null
216 int32_t ret = authResponseState->Enter(); in HWTEST_F()
223 * 2 call AuthResponseNegotiateState::Enter with authManager != null
250 int32_t ret = authResponseState->Enter(); in HWTEST_F()
271 * 2 call AuthResponseConfirmState::Enter with authManager = null
282 int32_t ret = authResponseState->Enter(); in HWTEST_F()
289 * 2 call AuthResponseConfirmState::Enter with authManager != null
302 int32_t ret = authResponseState->Enter(); in HWTEST_F()
[all...]
H A DUTTest_auth_request_state.cpp220 * 2 call AuthRequestInitState::Enter with authManager = null
232 int32_t ret = authRequestState->Enter(); in HWTEST_F()
239 * 2 call AuthRequestInitState::Enter with authManager != null
256 int32_t ret = authRequestState->Enter(); in HWTEST_F()
277 * 2 call AuthRequestNegotiateState::Enter with authManager = null
288 int32_t ret = authRequestState->Enter(); in HWTEST_F()
295 * 2 call AuthRequestNegotiateState::Enter with authManager != null
318 int32_t ret = authRequestState->Enter(); in HWTEST_F()
339 * 2 call AuthRequestNegotiateDoneState::Enter with authManager = null
350 int32_t ret = authRequestState->Enter(); in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_state.cpp28 void CastSessionImpl::BaseState::Enter(SessionState state) in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::BaseState
71 void CastSessionImpl::DefaultState::Enter() in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DefaultState
73 BaseState::Enter(SessionState::DEFAULT); in Enter()
103 void CastSessionImpl::DisconnectedState::Enter() in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DisconnectedState
105 BaseState::Enter(SessionState::DISCONNECTED); in Enter()
146 void CastSessionImpl::AuthingState::Enter() in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::AuthingState
148 BaseState::Enter(SessionState::AUTHING); in Enter()
203 void CastSessionImpl::ConnectingState::Enter() in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ConnectingState
205 BaseState::Enter(SessionState::CONNECTING); in Enter()
329 void CastSessionImpl::ConnectedState::Enter() in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ConnectedState
421 void CastSessionImpl::StreamState::Enter() Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::StreamState
470 void CastSessionImpl::PausedState::Enter() Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::PausedState
511 void CastSessionImpl::PlayingState::Enter() Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::PlayingState
559 void CastSessionImpl::DisconnectingState::Enter() Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DisconnectingState
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_state.cpp28 void CastSessionImpl::BaseState::Enter(SessionState state) in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::BaseState
71 void CastSessionImpl::DefaultState::Enter() in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DefaultState
73 BaseState::Enter(SessionState::DEFAULT); in Enter()
103 void CastSessionImpl::DisconnectedState::Enter() in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DisconnectedState
105 BaseState::Enter(SessionState::DISCONNECTED); in Enter()
146 void CastSessionImpl::AuthingState::Enter() in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::AuthingState
148 BaseState::Enter(SessionState::AUTHING); in Enter()
203 void CastSessionImpl::ConnectingState::Enter() in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ConnectingState
205 BaseState::Enter(SessionState::CONNECTING); in Enter()
329 void CastSessionImpl::ConnectedState::Enter() in Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ConnectedState
421 void CastSessionImpl::StreamState::Enter() Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::StreamState
470 void CastSessionImpl::PausedState::Enter() Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::PausedState
511 void CastSessionImpl::PlayingState::Enter() Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::PlayingState
559 void CastSessionImpl::DisconnectingState::Enter() Enter() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DisconnectingState
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl.h102 void Enter(SessionState state);
113 void Enter() override {}
122 void Enter() override;
134 void Enter() override;
146 void Enter() override;
158 void Enter() override;
176 void Enter() override;
189 void Enter() override;
202 void Enter() override;
216 void Enter() overrid
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl.h102 void Enter(SessionState state);
113 void Enter() override {}
122 void Enter() override;
134 void Enter() override;
146 void Enter() override;
158 void Enter() override;
176 void Enter() override;
189 void Enter() override;
202 void Enter() override;
216 void Enter() overrid
[all...]
/foundation/ability/ability_runtime/frameworks/cj/ffi/ark_interop_helper/
H A Dcustom_scope.h25 void Enter();
H A Dark_interop_helper.cpp104 void CustomScope::Enter() in Enter() function in CustomScope
132 scope->Enter(); in ARKTS_EnterContainerScope()
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstopped_state.h27 std::tuple<ErrorCode, Action> Enter(Intent) override
H A Didle_state.h40 std::tuple<ErrorCode, Action> Enter(Intent) override
H A Dpreparing_state.h35 std::tuple<ErrorCode, Action> Enter(Intent) override
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_state.h36 virtual int32_t Enter();
H A Dhi_state.cpp61 int32_t HiState::Enter() in Enter() function in OHOS::HiState
H A Dfsm_state.h42 int32_t Enter() override
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dstate_machine.h40 virtual void Enter() {} in Enter() function in OHOS::CastEngine::CastEngineService::State
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dstate_machine.h40 virtual void Enter() {} in Enter() function in OHOS::CastEngine::CastEngineService::State
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_create_group_state.h27 void Enter(const std::shared_ptr<P2pOperation> &operation) override;
H A Dp2p_destroy_group_state.h27 void Enter(const std::shared_ptr<P2pOperation> &operation) override;
H A Dp2p_available_state.h27 void Enter(const std::shared_ptr<P2pOperation> &operation) override;

Completed in 12 milliseconds

123