Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_set_credential_rsp.h26 class IpcSetCredentialRsp : public IpcRsp { class
27 DECLARE_IPC_MODEL(IpcSetCredentialRsp);
31 * @tc.name: IpcSetCredentialRsp::GetCredentialResult
41 * @tc.name: IpcSetCredentialRsp::SetCredentialResult
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp219 std::shared_ptr<IpcSetCredentialRsp> pRsp = std::static_pointer_cast<IpcSetCredentialRsp>(pBaseRsp); in ON_IPC_READ_RESPONSE()
245 std::shared_ptr<IpcSetCredentialRsp> pRsp = std::static_pointer_cast<IpcSetCredentialRsp>(pBaseRsp); in ON_IPC_READ_RESPONSE()
271 std::shared_ptr<IpcSetCredentialRsp> pRsp = std::static_pointer_cast<IpcSetCredentialRsp>(pBaseRsp); in ON_IPC_READ_RESPONSE()
303 std::shared_ptr<IpcSetCredentialRsp> pRsp = std::static_pointer_cast<IpcSetCredentialRsp>(pBaseRsp); in ON_IPC_READ_RESPONSE()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp677 std::shared_ptr<IpcSetCredentialRsp> pRsp = std::static_pointer_cast<IpcSetCredentialRsp>(pBaseRsp); in ON_IPC_READ_RESPONSE()
704 std::shared_ptr<IpcSetCredentialRsp> pRsp = std::static_pointer_cast<IpcSetCredentialRsp>(pBaseRsp); in ON_IPC_READ_RESPONSE()
738 std::shared_ptr<IpcSetCredentialRsp> pRsp = std::static_pointer_cast<IpcSetCredentialRsp>(pBaseRsp); in ON_IPC_READ_RESPONSE()
773 std::shared_ptr<IpcSetCredentialRsp> pRsp = std::static_pointer_cast<IpcSetCredentialRsp>(pBaseRsp); in ON_IPC_READ_RESPONSE()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1007 std::shared_ptr<IpcSetCredentialRsp> rsp = std::make_shared<IpcSetCredentialRsp>(); in RequestCredential()
1196 std::shared_ptr<IpcSetCredentialRsp> rsp = std::make_shared<IpcSetCredentialRsp>(); in RequestCredential()
1223 std::shared_ptr<IpcSetCredentialRsp> rsp = std::make_shared<IpcSetCredentialRsp>(); in CheckCredential()
1256 std::shared_ptr<IpcSetCredentialRsp> rsp = std::make_shared<IpcSetCredentialRsp>(); in ImportCredential()
1289 std::shared_ptr<IpcSetCredentialRsp> rsp = std::make_shared<IpcSetCredentialRsp>(); in DeleteCredential()
[all...]

Completed in 8 milliseconds