Home
last modified time | relevance | path

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

/base/msdp/device_status/utils/common/include/
Dproto.h52 enum TokenType : int32_t { enum
/base/msdp/device_status/utils/ipc/include/
Dstream_session.h75 int32_t tokenType_ { TokenType::TOKEN_INVALID };
/base/msdp/device_status/services/native/src/
Dstream_server.cpp121 if (tokenType == TokenType::TOKEN_NATIVE) { in AddSocketPairInfo()