Home
last modified time | relevance | path

Searched refs:PopNextStep (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/agent/
H A Dagent.cpp290 PopNextStep(AGENT_STEP_START, AGENT_STATUS_DONE); in PushNextStep()
297 PopNextStep(AGENT_STEP_DESTROY, AGENT_STATUS_DONE); in PushNextStep()
306 PopNextStep(AGENT_STEP_PLAY, AGENT_STATUS_DONE); in PushNextStep()
309 PopNextStep(AGENT_STEP_PLAYSTOP, AGENT_STATUS_DONE); in PushNextStep()
312 PopNextStep(AGENT_STEP_APPENDSURFACE, AGENT_STATUS_DONE); in PushNextStep()
315 PopNextStep(AGENT_STEP_REMOVESURFACE, AGENT_STATUS_DONE); in PushNextStep()
360 PopNextStep(runStep_, AGENT_STATUS_ERROR); in HandleSessionError()
782 void Agent::PopNextStep(AgentRunStep step, AgentRunningStatus status) in PopNextStep() function in OHOS::Sharing::Agent
H A Dagent.h83 void PopNextStep(AgentRunStep step, AgentRunningStatus status);
/foundation/CastEngine/castengine_wifi_display/services/agent/sinkagent/
H A Dsink_agent.cpp62 PopNextStep(runStep_, AGENT_STATUS_DONE); in OnSessionNotify()
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/
H A Dsrc_agent.cpp61 PopNextStep(runStep_, AGENT_STATUS_DONE); in OnSessionNotify()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/agent/
H A Dsrc_agent_unit_test.cpp457 srcAgent->PopNextStep(AGENT_STEP_IDLE, AGENT_STATUS_IDLE); in HWTEST_F()
464 srcAgent->PopNextStep(AGENT_STEP_RESUME, AGENT_STATUS_IDLE); in HWTEST_F()
H A Dsink_agent_unit_test.cpp456 sinkAgent->PopNextStep(AGENT_STEP_IDLE, AGENT_STATUS_IDLE); in HWTEST_F()
463 sinkAgent->PopNextStep(AGENT_STEP_RESUME, AGENT_STATUS_IDLE); in HWTEST_F()

Completed in 8 milliseconds