Home
last modified time | relevance | path

Searched refs:RequestResponse (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h125 using RequestResponse = enum RequestResponse : int32_t { enum
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_auth_connector.cpp106 jsonObj[FIELD_CONFIRMATION] = RequestResponse::REQUEST_REJECTED; in onRequest()
108 jsonObj[FIELD_CONFIRMATION] = RequestResponse::REQUEST_ACCEPTED; in onRequest()
/ohos5.0/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth.h182 } RequestResponse; typedef