Home
last modified time | relevance | path

Searched refs:OnCredentialAuthStatus (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_listener.h160 virtual void OnCredentialAuthStatus(const std::string &pkgName, const std::string &proofInfo,
H A Ddevice_manager_service_listener.h76 …void OnCredentialAuthStatus(const std::string &pkgName, const std::string &proofInfo, uint16_t dev…
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl.h118 …void OnCredentialAuthStatus(const std::string &proofInfo, uint16_t deviceTypeId, int32_t errcode) … in OnCredentialAuthStatus() function
H A DUTTest_dm_pin_holder.h189 …void OnCredentialAuthStatus(const std::string &pkgName, const std::string &proofInfo, uint16_t dev… in OnCredentialAuthStatus() function
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager_callback.h149 …virtual void OnCredentialAuthStatus(const std::string &proofInfo, uint16_t deviceTypeId, int32_t e…
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h60 …static void OnCredentialAuthStatus(const char *proofInfo, uint32_t proofLen, uint16_t deviceTypeId,
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/notify/
H A Ddevice_manager_notify.h117 void OnCredentialAuthStatus(const std::string &pkgName, const std::string &proofInfo,
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/
H A Ddevice_manager_notify.cpp1123 void DeviceManagerNotify::OnCredentialAuthStatus(const std::string &pkgName, const std::string &pro… in OnCredentialAuthStatus() function in OHOS::DistributedHardware::DeviceManagerNotify
1144 tempCbk->OnCredentialAuthStatus(proofInfo, deviceTypeId, errcode); in OnCredentialAuthStatus()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp125 .onHichainProofException = SoftbusListener::OnCredentialAuthStatus,
169 void SoftbusListener::OnCredentialAuthStatus(const char *proofInfo, uint32_t proofLen, in OnCredentialAuthStatus() function in OHOS::DistributedHardware::SoftbusListener
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp537 listener_->OnCredentialAuthStatus(std::string(DM_PKG_NAME), proofInfo, deviceTypeId, errcode); in HandleCredentialAuthStatus()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp514 void DeviceManagerServiceListener::OnCredentialAuthStatus(const std::string &pkgName, in OnCredentialAuthStatus() function in OHOS::DistributedHardware::DeviceManagerServiceListener
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp731 softbusListener->OnCredentialAuthStatus(proofInfo, msgLen, deviceTypeId, errcode);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp1727 …DeviceManagerNotify::GetInstance().OnCredentialAuthStatus(pkgName, proofInfo, deviceTypeId, errCod… in ON_IPC_CMD()