Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_stop_discovery_req.h25 class IpcStopDiscoveryReq : public IpcReq { class
26 DECLARE_IPC_MODEL(IpcStopDiscoveryReq);
30 * @tc.name: IpcStopDiscoveryReq::GetSubscribeId
40 * @tc.name: IpcStopDiscoveryReq::SetSubscribeId
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp189 std::shared_ptr<IpcStopDiscoveryReq> pReq = std::static_pointer_cast<IpcStopDiscoveryReq>(pBaseReq); in ON_IPC_SET_REQUEST()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_register.cpp312 std::shared_ptr<IpcStopDiscoveryReq> req = std::make_shared<IpcStopDiscoveryReq>(); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp542 std::shared_ptr<IpcStopDiscoveryReq> req = std::make_shared<IpcStopDiscoveryReq>(); in StopDeviceDiscovery()
579 std::shared_ptr<IpcStopDiscoveryReq> req = std::make_shared<IpcStopDiscoveryReq>(); in StopDeviceDiscovery()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp373 std::shared_ptr<IpcStopDiscoveryReq> pReq = std::static_pointer_cast<IpcStopDiscoveryReq>(pBaseReq); in ON_IPC_SET_REQUEST()

Completed in 10 milliseconds