Home
last modified time | relevance | path

Searched refs:STACK_DEPTH (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dstate_machine.h141 const static int STACK_DEPTH = 5; member in utility::StateMachine
147 std::array<State*, STACK_DEPTH> stack_ {};
H A Dstate_machine.cpp64 std::array<State *, STACK_DEPTH> dstStack { nullptr, nullptr, nullptr, nullptr, nullptr }; in Transition()
74 for (sameDepth = 0; sameDepth < STACK_DEPTH; sameDepth++) { in Transition()

Completed in 1 milliseconds