Home
last modified time | relevance | path

Searched refs:GetStateType (Results 1 - 25 of 46) sorted by relevance

12

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_request_state.h33 virtual int32_t GetStateType() = 0;
71 * @tc.name: AuthRequestInitState::GetStateType
75 int32_t GetStateType() override;
87 * @tc.name: AuthRequestNegotiateState::GetStateType
91 int32_t GetStateType() override;
103 * @tc.name: AuthRequestNegotiateDoneState::GetStateType
107 int32_t GetStateType() override;
120 * @tc.name: AuthRequestReplyState::GetStateType
124 int32_t GetStateType() override;
137 * @tc.name: AuthRequestJoinState::GetStateType
[all...]
H A Dauth_response_state.h31 virtual int32_t GetStateType() = 0;
76 int32_t GetStateType() override;
82 int32_t GetStateType() override;
88 int32_t GetStateType() override;
94 int32_t GetStateType() override;
100 int32_t GetStateType() override;
106 int32_t GetStateType() override;
112 int32_t GetStateType() override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_state_machine.cpp38 DHLOGI("In state %{public}d execute event %{public}d", currentState_->GetStateType(), eventType); in Execute()
48 tempState->GetStateType(), event.GetEventType()); in Execute()
57 currentState_->GetStateType(), stateType); in UpdateState()
67 DHLOGI("GetCameraState In state %{public}d", currentState_->GetStateType()); in GetCameraState()
68 return currentState_->GetStateType(); in GetCameraState()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_request_state.cpp62 int32_t AuthRequestInitState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestInitState
78 int32_t AuthRequestNegotiateState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestNegotiateState
94 int32_t AuthRequestNegotiateDoneState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestNegotiateDoneState
110 int32_t AuthRequestReplyState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestReplyState
126 int32_t AuthRequestJoinState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestJoinState
143 int32_t AuthRequestNetworkState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestNetworkState
159 int32_t AuthRequestFinishState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestFinishState
176 int32_t AuthRequestCredential::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestCredential
192 int32_t AuthRequestCredentialDone::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestCredentialDone
H A Dauth_response_state.cpp63 int32_t AuthResponseInitState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseInitState
74 int32_t AuthResponseNegotiateState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseNegotiateState
90 int32_t AuthResponseConfirmState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseConfirmState
107 int32_t AuthResponseGroupState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseGroupState
124 int32_t AuthResponseShowState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseShowState
140 int32_t AuthResponseFinishState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseFinishState
156 int32_t AuthResponseCredential::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseCredential
H A Ddm_auth_manager.cpp298 authResponseContext_->state = authRequestState_->GetStateType(); in UnAuthenticateDevice()
333 authResponseContext_->state = authRequestState_->GetStateType(); in StopAuthenticateDevice()
384 authResponseContext_->state = authRequestState_->GetStateType(); in UnBindDevice()
464 authRequestState_->GetStateType() == AuthState::AUTH_REQUEST_INIT) { in OnSessionOpened()
491 "%{public}d", authResponseContext_->msgType, authRequestState_->GetStateType()); in ProcessSourceMsg()
496 if (authRequestState_->GetStateType() == AuthState::AUTH_REQUEST_NEGOTIATE_DONE) { in ProcessSourceMsg()
501 if (authRequestState_->GetStateType() == AuthState::AUTH_REQUEST_NEGOTIATE) { in ProcessSourceMsg()
506 if (authRequestState_->GetStateType() != AuthState::AUTH_REQUEST_FINISH) { in ProcessSourceMsg()
508 authResponseContext_->state = authRequestState_->GetStateType(); in ProcessSourceMsg()
513 if (authRequestState_->GetStateType() in ProcessSourceMsg()
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A Dauth_request_state.cpp68 int32_t AuthRequestInitState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestInitState
88 int32_t AuthRequestNegotiateState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestNegotiateState
108 int32_t AuthRequestNegotiateDoneState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestNegotiateDoneState
128 int32_t AuthRequestReplyState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestReplyState
144 int32_t AuthRequestJoinState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestJoinState
165 int32_t AuthRequestNetworkState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestNetworkState
181 int32_t AuthRequestFinishState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthRequestFinishState
H A Dauth_response_state.cpp70 int32_t AuthResponseInitState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseInitState
81 int32_t AuthResponseNegotiateState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseNegotiateState
101 int32_t AuthResponseConfirmState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseConfirmState
118 int32_t AuthResponseGroupState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseGroupState
135 int32_t AuthResponseShowState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseShowState
151 int32_t AuthResponseFinishState::GetStateType() in GetStateType() function in OHOS::DistributedHardware::AuthResponseFinishState
H A DUTTest_auth_response_state.cpp161 * @tc.desc: 1 call AuthResponseInitState::GetStateType
169 int32_t ret = authResponseState->GetStateType(); in HWTEST_F()
175 * @tc.desc: 1 call AuthResponseInitState::GetStateType
189 * @tc.desc: 1 call AuthResponseNegotiateState::GetStateType
197 int32_t ret = authResponseState->GetStateType(); in HWTEST_F()
256 * @tc.desc: 1 call AuthResponseConfirmState::GetStateType
264 int32_t ret = authResponseState->GetStateType(); in HWTEST_F()
308 * @tc.desc: 1 call AuthResponseGroupState::GetStateType
316 int32_t ret = authResponseState->GetStateType(); in HWTEST_F()
360 * @tc.desc: 1 call AuthResponseShowState::GetStateType
[all...]
H A DUTTest_auth_request_state.cpp205 * @tc.desc: 1 call AuthRequestInitState::GetStateType
213 int32_t ret = authRequestState->GetStateType(); in HWTEST_F()
262 * @tc.desc: 1 call AuthRequestNegotiateState::GetStateType
270 int32_t ret = authRequestState->GetStateType(); in HWTEST_F()
324 * @tc.desc: 1 call AuthRequestNegotiateDoneState::GetStateType
332 int32_t ret = authRequestState->GetStateType(); in HWTEST_F()
385 * @tc.desc: 1 call AuthRequestReplyState::GetStateType
393 int32_t ret = authRequestState->GetStateType(); in HWTEST_F()
448 * @tc.desc: 1 call AuthRequestJoinState::GetStateType
456 int32_t ret = authRequestState->GetStateType(); in HWTEST_F()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/
H A Ddsched_continue_state_machine.cpp55 state->GetStateType(), event->GetInnerEventId(), ret); in Execute()
64 currentState_->GetStateType(), stateType); in UpdateState()
116 DSchedContinueStateType DSchedContinueStateMachine::GetStateType() in GetStateType() function in OHOS::DistributedSchedule::DSchedContinueStateMachine
121 return currentState_->GetStateType(); in GetStateType()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.h57 MOCK_METHOD(int32_t, GetStateType, (), (override));
62 MOCK_METHOD(int32_t, GetStateType, (), (override));
67 MOCK_METHOD(int32_t, GetStateType, (), (override));
H A DUTTest_dm_auth_manager_second.h51 MOCK_METHOD(int32_t, GetStateType, (), (override));
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/
H A Ddsched_continue_state.h48 virtual DSchedContinueStateType GetStateType() = 0;
H A Ddsched_continue_state_machine.h30 DSchedContinueStateType GetStateType();
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerastate/
H A Ddcamera_source_state.h39 virtual DCameraStateType GetStateType() = 0;
H A Ddcamera_source_init_state.h31 DCameraStateType GetStateType() override;
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/source_state/
H A Ddsched_continue_source_wait_end_state.h31 DSchedContinueStateType GetStateType() override;
H A Ddsched_continue_source_end_state.h31 DSchedContinueStateType GetStateType() override;
H A Ddsched_continue_source_start_state.h31 DSchedContinueStateType GetStateType() override;
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/sink_state/
H A Ddsched_continue_sink_wait_end_state.h31 DSchedContinueStateType GetStateType() override;
H A Ddsched_continue_sink_end_state.h31 DSchedContinueStateType GetStateType() override;
H A Ddsched_continue_sink_start_state.h31 DSchedContinueStateType GetStateType() override;
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/source_state/
H A Ddsched_continue_source_end_state.cpp58 DSchedContinueStateType DSchedContinueEndState::GetStateType() in GetStateType() function in OHOS::DistributedSchedule::DSchedContinueEndState
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/sink_state/
H A Ddsched_continue_sink_end_state.cpp59 DSchedContinueStateType DSchedContinueSinkEndState::GetStateType() in GetStateType() function in OHOS::DistributedSchedule::DSchedContinueSinkEndState

Completed in 12 milliseconds

12