Home
last modified time | relevance | path

Searched refs:IpcUnBindDeviceReq (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_unbind_device_req.h23 class IpcUnBindDeviceReq : public IpcReq { class
24 DECLARE_IPC_MODEL(IpcUnBindDeviceReq);
28 * @tc.name: IpcUnBindDeviceReq::GetDeviceInfo
38 * @tc.name: IpcUnBindDeviceReq::SetDeviceInfo
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_client.cpp340 std::shared_ptr<IpcUnBindDeviceReq> req = std::make_shared<IpcUnBindDeviceReq>(); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp950 std::shared_ptr<IpcUnBindDeviceReq> pReq = std::static_pointer_cast<IpcUnBindDeviceReq>(pBaseReq); in ON_IPC_SET_REQUEST()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1538 std::shared_ptr<IpcUnBindDeviceReq> req = std::make_shared<IpcUnBindDeviceReq>(); in UnBindDevice()

Completed in 12 milliseconds