Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h34 return FlattenSession(sessionOffset, sessionOfPeer, SUPPORT_TOKENID_VERSION_NUM); in TranslateBinderType()
64 return FlattenSession(sessionOffset, sessionOfPeer, SUPPORT_TOKENID_VERSION_NUM); in TranslateHandleType()
187 SUPPORT_TOKENID_VERSION_NUM) != true) { in IRemoteObjectTranslateWhenRcv()
252 transData.version = SUPPORT_TOKENID_VERSION_NUM; in ConstructTransData()
H A Dsys_binder.h271 static const uint32_t SUPPORT_TOKENID_VERSION_NUM = 2; variable
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp1357 flatDBinderSession.version = SUPPORT_TOKENID_VERSION_NUM;
1364 uint32_t binderVersion = SUPPORT_TOKENID_VERSION_NUM;
1379 flatDBinderSession.version = SUPPORT_TOKENID_VERSION_NUM - 1;
1386 uint32_t binderVersion = SUPPORT_TOKENID_VERSION_NUM;
1401 flatDBinderSession.version = SUPPORT_TOKENID_VERSION_NUM;
1408 uint32_t binderVersion = SUPPORT_TOKENID_VERSION_NUM;
1423 flatDBinderSession.version = SUPPORT_TOKENID_VERSION_NUM;
1430 uint32_t binderVersion = SUPPORT_TOKENID_VERSION_NUM - 1;
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp502 …if (binderVersion >= SUPPORT_TOKENID_VERSION_NUM && flatSession->version >= SUPPORT_TOKENID_VERSIO… in UnFlattenSession()