Home
last modified time | relevance | path

Searched refs:DeviceAuthStateProcess (Results 1 – 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_fsm.c93 static bool DeviceAuthStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para);
105 .process = DeviceAuthStateProcess,
799 static bool DeviceAuthStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in DeviceAuthStateProcess() function