Searched refs:CancelAuthRequest (Results 1 – 8 of 8) sorted by relevance
25 CancelAuthRequest;
1351 DEVICE_AUTH_API_PUBLIC int32_t CancelAuthRequest(int64_t requestId, const char *authParams) in CancelAuthRequest() function
379 res = CancelAuthRequest(TEST_REQ_ID, AUTH_WITH_PIN_PARAMS);387 res = CancelAuthRequest(TEST_REQ_ID, AUTH_DIRECT_PARAMS);
1824 ret = CancelAuthRequest(TEST_REQ_ID3, nullptr);1826 ret = CancelAuthRequest(TEST_REQ_ID3, TEST_INVALID_AUTH_PARAMS);
391 DEVICE_AUTH_API_PUBLIC int32_t CancelAuthRequest(int64_t requestId, const char *authParams);
178 …a name="p12534111115353"></a><a name="p12534111115353"></a> int32_t CancelAuthRequest(int64_t requ…
1257 ret = CancelAuthRequest(requestId, authParams); in IpcServiceDaCancelRequest()
1864 DEVICE_AUTH_API_PUBLIC int32_t CancelAuthRequest(int64_t requestId, const char *authParams) in CancelAuthRequest() function