Home
last modified time | relevance | path

Searched defs:REQUEST_CREDENTIAL (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/common/include/
H A Ddevice_manager_ipc_interface_code.h54 REQUEST_CREDENTIAL, enumerator
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp204 ON_IPC_SET_REQUEST(REQUEST_CREDENTIAL, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, uint8_t *b… in ON_IPC_SET_REQUEST() argument
217 ON_IPC_READ_RESPONSE(REQUEST_CREDENTIAL, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_cmd_parser.cpp183 ON_IPC_SERVER_CMD(REQUEST_CREDENTIAL, IpcIo &req, IpcIo &reply) in ON_IPC_SERVER_CMD() argument
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp654 ON_IPC_SET_REQUEST(REQUEST_CREDENTIAL, std::shared_ptr<IpcReq> pBaseReq, MessageParcel &data) in ON_IPC_SET_REQUEST() argument
671 ON_IPC_READ_RESPONSE(REQUEST_CREDENTIAL, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp624 ON_IPC_CMD(REQUEST_CREDENTIAL, MessageParcel &data, MessageParcel &reply) in ON_IPC_CMD() argument