Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service_skeleton.h119 int32_t ServerEnableSerialInvokeFlag(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_skeleton.cpp66 …_cast<uint32_t>(TRANS_ENABLE_SERIAL_INVOKE_FLAG)] = &TestServiceStub::ServerEnableSerialInvokeFlag; in InitMessageProcessMap()
902 int32_t TestServiceStub::ServerEnableSerialInvokeFlag(MessageParcel &data, MessageParcel &reply) in ServerEnableSerialInvokeFlag() function in OHOS::TestServiceStub