Home
last modified time | relevance | path

Searched refs:optionAsync (Results 1 - 10 of 10) sorted by relevance

/base/useriam/user_auth_framework/test/fuzztest/clients/userauthcallbackstub_fuzzer/
H A Duser_auth_callback_stub_fuzzer.cpp117 MessageOption optionAsync = MessageOption::TF_ASYNC; in SetPropCallbackStubFuzzTest() local
127 (void)g_SetPropCallbackService->OnRemoteRequest(code, data, reply, optionAsync); in SetPropCallbackStubFuzzTest()
143 MessageOption optionAsync = MessageOption::TF_ASYNC; in GetPropCallbackStubFuzzTest() local
153 (void)g_GetPropCallbackService->OnRemoteRequest(code, data, reply, optionAsync); in GetPropCallbackStubFuzzTest()
169 MessageOption optionAsync = MessageOption::TF_ASYNC; in UserAuthCallbackStubFuzzTest() local
179 (void)g_UserAuthCallbackService->OnRemoteRequest(code, data, reply, optionAsync); in UserAuthCallbackStubFuzzTest()
/base/useriam/user_auth_framework/test/fuzztest/clients/useridmclientstub_fuzzer/
H A Duser_idm_client_stub_fuzzer.cpp94 MessageOption optionAsync = MessageOption::TF_ASYNC; in FuzzIdmCallbackStub() local
104 (void)idmCallbackService->OnRemoteRequest(code, data, reply, optionAsync); in FuzzIdmCallbackStub()
126 MessageOption optionAsync = MessageOption::TF_ASYNC; in FuzzIdmGetInfoCallbackStub() local
136 (void)idmGetCredInfoCallbackService->OnRemoteRequest(code, data, reply, optionAsync); in FuzzIdmGetInfoCallbackStub()
158 MessageOption optionAsync = MessageOption::TF_ASYNC; in FuzzIdmGetSecureUserInfoCallbackstub() local
168 (void)idmGetSecureUserInfoCallbackService->OnRemoteRequest(code, data, reply, optionAsync); in FuzzIdmGetSecureUserInfoCallbackstub()
/base/useriam/user_auth_framework/test/fuzztest/services/coauthstub_fuzzer/
H A Dco_auth_stub_fuzzer.cpp56 MessageOption optionAsync = MessageOption::TF_ASYNC; in FuzzCoAuthStub() local
66 (void)coAuthService.OnRemoteRequest(code, data, reply, optionAsync); in FuzzCoAuthStub()
89 MessageOption optionAsync = MessageOption::TF_ASYNC; in FuzzExecutorMessengerStub() local
99 (void)executorMessengerService->OnRemoteRequest(code, data, reply, optionAsync); in FuzzExecutorMessengerStub()
/base/security/huks/test/fuzz_test/hksserviceonremoterequest_fuzzer/
H A Dhks_service_on_remote_request_fuzzer.cpp38 MessageOption optionAsync = MessageOption::TF_ASYNC; in DoSomethingInterestingWithMyAPI() local
52 (void)ptrInstance->OnRemoteRequest(msgcode, dataParcel, replyParcel, optionAsync); in DoSomethingInterestingWithMyAPI()
/base/useriam/face_auth/test/fuzztest/faceauthstub_fuzzer/
H A Dface_auth_stub_fuzzer.cpp51 MessageOption optionAsync = MessageOption::TF_ASYNC; in FaceAuthStubFuzzTest() local
61 (void)faceAuthservice->OnRemoteRequest(code, data, reply, optionAsync); in FaceAuthStubFuzzTest()
/base/useriam/pin_auth/test/fuzztest/frameworks/ipc/inputersetdatastub_fuzzer/
H A Dinputer_set_data_stub_fuzzer.cpp61 MessageOption optionAsync = MessageOption::TF_ASYNC; in InputerSetDataStubFuzzTest() local
71 (void)iInputerDataImpl.OnRemoteRequest(code, data, reply, optionAsync); in InputerSetDataStubFuzzTest()
/base/useriam/pin_auth/test/fuzztest/frameworks/ipc/pinauthstub_fuzzer/
H A Dpin_auth_stub_fuzzer.cpp55 MessageOption optionAsync = MessageOption::TF_ASYNC; in PinAuthStubFuzzTest() local
65 (void)pinAuthService.OnRemoteRequest(code, data, reply, optionAsync); in PinAuthStubFuzzTest()
/base/useriam/user_auth_framework/test/fuzztest/services/userauthstub_fuzzer/
H A Duser_auth_stub_fuzzer.cpp52 MessageOption optionAsync = MessageOption::TF_ASYNC; in UserAuthStubFuzzTest() local
62 (void)service->OnRemoteRequest(code, data, reply, optionAsync); in UserAuthStubFuzzTest()
/base/useriam/user_auth_framework/test/fuzztest/services/useridmstub_fuzzer/
H A Duser_idm_stub_fuzzer.cpp52 MessageOption optionAsync = MessageOption::TF_ASYNC; in UserIdmStubFuzzTest() local
62 (void)userIdmService.OnRemoteRequest(code, data, reply, optionAsync); in UserIdmStubFuzzTest()
/base/useriam/user_auth_framework/test/fuzztest/clients/executorcallbackstub_fuzzer/
H A Dexecutor_callback_stub_fuzzer.cpp104 MessageOption optionAsync = MessageOption::TF_ASYNC; in ExecutorCallbackStubFuzzTest() local
114 (void)g_ExecutorCallbackService->OnRemoteRequest(code, data, reply, optionAsync); in ExecutorCallbackStubFuzzTest()

Completed in 4 milliseconds