Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp401 message->head.version = RPC_TOKENID_SUPPORT_VERSION; in CreateMessage()
577 uint32_t tokenId = (replyMessage->head.version < RPC_TOKENID_SUPPORT_VERSION) ? in LoadSystemAbilityComplete()
751 if (replyMessage->head.version >= RPC_TOKENID_SUPPORT_VERSION) { in SetReplyMessage()
754 replyMessage->head.version = RPC_TOKENID_SUPPORT_VERSION; in SetReplyMessage()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h41 constexpr int RPC_TOKENID_SUPPORT_VERSION = 2; variable