OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateOperationResponse
(Results
1 - 6
of
6
) sorted by null
/system/keymaster/include/keymaster/
android_keymaster.h
78
void UpdateOperation(const UpdateOperationRequest& request,
UpdateOperationResponse
* response);
android_keymaster_messages.h
364
struct
UpdateOperationResponse
: public KeymasterResponse {
365
explicit
UpdateOperationResponse
(int32_t ver = MAX_MESSAGE_VERSION)
/system/keymaster/
android_keymaster_messages.cpp
194
size_t
UpdateOperationResponse
::NonErrorSerializedSize() const {
215
uint8_t*
UpdateOperationResponse
::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const {
224
bool
UpdateOperationResponse
::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) {
android_keymaster_messages_test.cpp
285
TEST(RoundTrip,
UpdateOperationResponse
) {
287
UpdateOperationResponse
msg(ver);
293
UniquePtr<
UpdateOperationResponse
> deserialized;
700
GARBAGE_TEST(
UpdateOperationResponse
);
android_keymaster.cpp
290
UpdateOperationResponse
* response) {
soft_keymaster_device.cpp
[
all
...]
Completed in 1713 milliseconds