Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h158 #define BINDER_GET_ACCESS_TOKEN _IOWR('b', 31, struct access_token) macro
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp689 int error = binderConnector_->WriteBinder(BINDER_GET_ACCESS_TOKEN, &token); in GetAccessToken()