Home
last modified time | relevance | path

Searched refs:BR_SPAWN_LOOPER (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_debug.cpp43 { BR_SPAWN_LOOPER, "BR_SPAWN_LOOPER" }, in GetErrorMap()
H A Dbinder_invoker.cpp987 case BR_SPAWN_LOOPER: in HandleCommandsInner()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h214 BR_SPAWN_LOOPER = _IO('r', 13), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h233 BR_SPAWN_LOOPER = _IO('r', 13), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbinder_invoker_unittest.cpp348 EXPECT_EQ(binderInvoker.HandleCommandsInner(BR_SPAWN_LOOPER), ERR_NONE);
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c304 case BR_SPAWN_LOOPER: { in BinderParse()