Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_set_credential_req.h23 class IpcSetCredentialReq : public IpcReq { class
24 DECLARE_IPC_MODEL(IpcSetCredentialReq);
28 * @tc.name: IpcSetCredentialReq::GetCredentialParam
38 * @tc.name: IpcSetCredentialReq::SetCredentialParam
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp207 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); in ON_IPC_SET_REQUEST()
233 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); in ON_IPC_SET_REQUEST()
259 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); in ON_IPC_SET_REQUEST()
291 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); in ON_IPC_SET_REQUEST()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_register.cpp428 std::shared_ptr<IpcSetCredentialReq> req = std::make_shared<IpcSetCredentialReq>(); in HWTEST_F()
446 std::shared_ptr<IpcSetCredentialReq> req = std::make_shared<IpcSetCredentialReq>(); in HWTEST_F()
464 std::shared_ptr<IpcSetCredentialReq> req = std::make_shared<IpcSetCredentialReq>(); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp660 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); in ON_IPC_SET_REQUEST()
688 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); in ON_IPC_SET_REQUEST()
715 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); in ON_IPC_SET_REQUEST()
749 std::shared_ptr<IpcSetCredentialReq> pReq = std::static_pointer_cast<IpcSetCredentialReq>(pBaseReq); in ON_IPC_SET_REQUEST()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1006 std::shared_ptr<IpcSetCredentialReq> req = std::make_shared<IpcSetCredentialReq>(); in RequestCredential()
1039 std::shared_ptr<IpcSetCredentialReq> req = std::make_shared<IpcSetCredentialReq>(); in ImportCredential()
1071 std::shared_ptr<IpcSetCredentialReq> req = std::make_shared<IpcSetCredentialReq>(); in DeleteCredential()
1195 std::shared_ptr<IpcSetCredentialReq> req = std::make_shared<IpcSetCredentialReq>(); in RequestCredential()
1222 std::shared_ptr<IpcSetCredentialReq> req = std::make_shared<IpcSetCredentialReq>(); in CheckCredential()
[all...]

Completed in 9 milliseconds