Home
last modified time | relevance | path

Searched refs:SetAuthCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_export_auth_code_rsp.h43 void SetAuthCode(const std::string &authCode) in SetAuthCode() function
H A Dipc_import_auth_code_req.h42 void SetAuthCode(const std::string &authCode) in SetAuthCode() function
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp1056 pRsp->SetAuthCode(authCode); in ON_IPC_READ_RESPONSE()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1502 req->SetAuthCode(authCode); in ImportAuthCode()