Home
last modified time | relevance | path

Searched refs:SetCredentialResult (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_set_credential_rsp.h45 void SetCredentialResult(const std::string &credentialResult) in SetCredentialResult() function
H A Dipc_notify_credential_req.h43 void SetCredentialResult(const std::string &resultInfo) in SetCredentialResult() function
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp224 pRsp->SetCredentialResult(returnJsonStr); in ON_IPC_READ_RESPONSE()
250 pRsp->SetCredentialResult(returnJsonStr); in ON_IPC_READ_RESPONSE()
280 pRsp->SetCredentialResult(outputResult[DM_CREDENTIAL_RETURNJSONSTR]); in ON_IPC_READ_RESPONSE()
311 pRsp->SetCredentialResult(outputResult[DM_CREDENTIAL_RETURNJSONSTR]); in ON_IPC_READ_RESPONSE()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp677 pRsp->SetCredentialResult(returnJsonStr); in ON_IPC_READ_RESPONSE()
704 pRsp->SetCredentialResult(returnJsonStr); in ON_IPC_READ_RESPONSE()
737 pRsp->SetCredentialResult(outputResult[DM_CREDENTIAL_RETURNJSONSTR]); in ON_IPC_READ_RESPONSE()
772 pRsp->SetCredentialResult(outputResult[DM_CREDENTIAL_RETURNJSONSTR]); in ON_IPC_READ_RESPONSE()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp318 pReq->SetCredentialResult(resultInfo); in OnCredentialResult()