Searched refs:testServerService (Results 1 – 2 of 2) sorted by relevance
64 explicit TestServerProxyDeathRecipient(const sptr<TestServerService> &testServerService) in TestServerProxyDeathRecipient() argument65 : testServerService_(testServerService){}; in TestServerProxyDeathRecipient()75 explicit CallerDetectTimer(const sptr<TestServerService> &testServerService) in CallerDetectTimer() argument76 : testServerService_(testServerService), testServerExit_(false){}; in CallerDetectTimer()
32 … auto testServerService = std::make_shared<OHOS::testserver::TestServerService>(saId, runOnCreate); in DoFuzzTestServerSetPasteData() local42 int32_t result = testServerService->OnRemoteRequest(code, dataParcel, replyParcel, option); in DoFuzzTestServerSetPasteData()