Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h140 #define BINDER_SET_CONTEXT_MGR _IOW('b', 7, __s32) macro
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h151 #define BINDER_SET_CONTEXT_MGR _IOW('b', 7, __s32) macro
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c402 int32_t ret = ioctl(g_connector->fd, BINDER_SET_CONTEXT_MGR, 0); in IpcSetRegistryObject()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1341 int res = binderConnector_->WriteBinder(BINDER_SET_CONTEXT_MGR, &dummy); in SetRegistryObject()