Home
last modified time | relevance | path

Searched refs:IpcGetTrustDeviceRsp (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_get_trustdevice_rsp.h26 class IpcGetTrustDeviceRsp : public IpcRsp { class
27 DECLARE_IPC_MODEL(IpcGetTrustDeviceRsp);
31 * @tc.name: IpcGetTrustDeviceRsp::GetDeviceVec
41 * @tc.name: IpcGetTrustDeviceRsp::SetDeviceVec
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp147 std::shared_ptr<IpcGetTrustDeviceRsp> pRsp = std::static_pointer_cast<IpcGetTrustDeviceRsp>(pBaseRsp); in ON_IPC_READ_RESPONSE()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_register.cpp596 std::shared_ptr<IpcGetTrustDeviceRsp> rsp = std::make_shared<IpcGetTrustDeviceRsp>(); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp222 std::shared_ptr<IpcGetTrustDeviceRsp> rsp = std::make_shared<IpcGetTrustDeviceRsp>(); in GetTrustedDeviceList()
258 std::shared_ptr<IpcGetTrustDeviceRsp> rsp = std::make_shared<IpcGetTrustDeviceRsp>(); in GetTrustedDeviceList()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp218 std::shared_ptr<IpcGetTrustDeviceRsp> pRsp = std::static_pointer_cast<IpcGetTrustDeviceRsp>(pBaseRsp); in ON_IPC_READ_RESPONSE()

Completed in 11 milliseconds