Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_authenticate_device_req.h24 class IpcAuthenticateDeviceReq : public IpcReq { class
25 DECLARE_IPC_MODEL(IpcAuthenticateDeviceReq);
29 * @tc.name: IpcAuthenticateDeviceReq::GetDeviceInfo
39 * @tc.name: IpcAuthenticateDeviceReq::SetDeviceInfo
49 * @tc.name: IpcAuthenticateDeviceReq::GetAuthType
59 * @tc.name: IpcAuthenticateDeviceReq::SetAuthType
69 * @tc.name: IpcAuthenticateDeviceReq::GetExtra
79 * @tc.name: IpcAuthenticateDeviceReq::SetExtra
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_register.cpp366 std::shared_ptr<IpcAuthenticateDeviceReq> req = std::make_shared<IpcAuthenticateDeviceReq>(); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp447 std::shared_ptr<IpcAuthenticateDeviceReq> pReq = std::static_pointer_cast<IpcAuthenticateDeviceReq>(pBaseReq); in ON_IPC_SET_REQUEST()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp689 std::shared_ptr<IpcAuthenticateDeviceReq> req = std::make_shared<IpcAuthenticateDeviceReq>(); in AuthenticateDevice()

Completed in 10 milliseconds