Home
last modified time | relevance | path

Searched refs:g_remote (Results 1 - 9 of 9) sorted by relevance

/base/sensors/sensor/test/fuzztest/services/service/processdeathobserver_fuzzer/
H A Dprocessdeathobserver_fuzzer.cpp37 static sptr<IRemoteObject> g_remote = new (std::nothrow) IPCObjectStub(); member
67 if (g_remote == nullptr) { in ProcessDeathObserverFuzzTest()
70 g_service->ProcessDeathObserver(g_remote); in ProcessDeathObserverFuzzTest()
/base/sensors/sensor/test/fuzztest/services/service/registerclientdeathrecipient_fuzzer/
H A Dregisterclientdeathrecipient_fuzzer.cpp37 static sptr<IRemoteObject> g_remote = new (std::nothrow) IPCObjectStub(); member
81 if (g_remote == nullptr) { in RegisterClientDeathRecipientFuzzTest()
86 g_service->RegisterClientDeathRecipient(g_remote, pid); in RegisterClientDeathRecipientFuzzTest()
87 g_service->UnregisterClientDeathRecipient(g_remote); in RegisterClientDeathRecipientFuzzTest()
/base/sensors/sensor/test/fuzztest/services/destroysocketchannelstub_fuzzer/
H A Ddestroysocketchannelstub_fuzzer.cpp38 static sptr<IRemoteObject> g_remote = new (std::nothrow) IPCObjectStub(); member
70 if (g_remote == nullptr) { in OnRemoteRequestFuzzTest()
73 datas.WriteRemoteObject(g_remote); in OnRemoteRequestFuzzTest()
/base/sensors/sensor/test/fuzztest/services/service/destroysensorchannel_fuzzer/
H A Ddestroysensorchannel_fuzzer.cpp37 static sptr<IRemoteObject> g_remote = new (std::nothrow) IPCObjectStub(); member
81 if (g_remote == nullptr) { in DestroySensorChannelFuzzTest()
84 g_service->DestroySensorChannel(g_remote); in DestroySensorChannelFuzzTest()
/base/sensors/sensor/test/fuzztest/services/service/transferdatachannel_fuzzer/
H A Dtransferdatachannel_fuzzer.cpp37 static sptr<IRemoteObject> g_remote = new (std::nothrow) IPCObjectStub(); member
68 if (g_remote == nullptr || g_dataChannel == nullptr) { in TransferDataChannelFuzzTest()
71 g_service->TransferDataChannel(g_dataChannel, g_remote); in TransferDataChannelFuzzTest()
/base/sensors/sensor/test/fuzztest/services/service/createsocketchannel_fuzzer/
H A Dcreatesocketchannel_fuzzer.cpp37 static sptr<IRemoteObject> g_remote = new (std::nothrow) IPCObjectStub(); member
81 if (g_remote == nullptr) { in CreateSocketChannelFuzzTest()
86 g_service->CreateSocketChannel(g_remote, clientFd); in CreateSocketChannelFuzzTest()
/base/sensors/sensor/test/fuzztest/services/createsocketchannelstub_fuzzer/
H A Dcreatesocketchannelstub_fuzzer.cpp38 static sptr<IRemoteObject> g_remote = new (std::nothrow) IPCObjectStub(); member
70 if (g_remote == nullptr) { in OnRemoteRequestFuzzTest()
73 datas.WriteRemoteObject(g_remote); in OnRemoteRequestFuzzTest()
/base/sensors/sensor/test/fuzztest/services/destroydatachannelstub_fuzzer/
H A Ddestroydatachannelstub_fuzzer.cpp38 static sptr<IRemoteObject> g_remote = new (std::nothrow) IPCObjectStub(); member
70 if (g_remote == nullptr) { in OnRemoteRequestFuzzTest()
73 datas.WriteRemoteObject(g_remote); in OnRemoteRequestFuzzTest()
/base/sensors/sensor/test/fuzztest/services/createdatachannelstub_fuzzer/
H A Dcreatedatachannelstub_fuzzer.cpp38 static sptr<IRemoteObject> g_remote = new (std::nothrow) IPCObjectStub(); member
70 if (g_remote == nullptr) { in OnRemoteRequestFuzzTest()
73 datas.WriteRemoteObject(g_remote); in OnRemoteRequestFuzzTest()

Completed in 4 milliseconds