Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp1358 flatDBinderSession.magic = TOKENID_MAGIC;
1380 flatDBinderSession.magic = TOKENID_MAGIC;
1402 flatDBinderSession.magic = TOKENID_MAGIC - 1;
1424 flatDBinderSession.magic = TOKENID_MAGIC;
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h272 static const uint32_t TOKENID_MAGIC = 0X544F4B49; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp458 flatSession->magic = TOKENID_MAGIC; in FlattenSession()
503 flatSession->magic == TOKENID_MAGIC) { in UnFlattenSession()