Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_notify_credential_req.h24 class IpcNotifyCredentialReq : public IpcReq { class
25 DECLARE_IPC_MODEL(IpcNotifyCredentialReq);
29 * @tc.name: IpcNotifyCredentialReq::SetCredentialAction
39 * @tc.name: IpcNotifyCredentialReq::SetCredentialResult
49 * @tc.name: IpcNotifyCredentialReq::GetCredentialAction
59 * @tc.name: IpcNotifyCredentialReq::GetCredentialResult
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp319 std::shared_ptr<IpcNotifyCredentialReq> pReq = std::make_shared<IpcNotifyCredentialReq>(); in OnCredentialResult()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_service.cpp280 std::shared_ptr<IpcNotifyCredentialReq> req = nullptr; in HWTEST_F()
288 req = std::make_shared<IpcNotifyCredentialReq>(); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp778 std::shared_ptr<IpcNotifyCredentialReq> pReq = std::static_pointer_cast<IpcNotifyCredentialReq>(pBaseReq); in ON_IPC_SET_REQUEST()

Completed in 8 milliseconds