Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_client_test.cpp88 if ((featureSet & RPC_ACCESS_TOKEN_FLAG) > 0) {
106 if ((featureSet & RPC_ACCESS_TOKEN_FLAG) > 0) {
H A Drpc_test.cpp66 featureSet = RPC_ACCESS_TOKEN_FLAG; in TestAccessToken()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/include/
H A Drpc_test.h26 #define RPC_ACCESS_TOKEN_FLAG 0x1 macro