| /drivers/peripheral/usb/sample/host/src/ |
| D | usbhost_ddk_test.c | 181 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_READ_PARM, g_data, … in UsbHostDdkTestAsyncRead() local 183 … int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_READ_PARM, g_data, g_reply); in UsbHostDdkTestAsyncRead() local 223 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_WRITE_PARM, g_data,… in UsbHostDdkTestAsyncWrite() local 225 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_WRITE_PARM, g_data, g_reply); in UsbHostDdkTestAsyncWrite() local 245 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_READ_DATA_SYNC, g_d… in UsbHostDdkTestSyncRead() local 247 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_READ_DATA_SYNC, g_data, g_re… in UsbHostDdkTestSyncRead() local 282 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_WRITE_DATA_SYNC, g_… in UsbHostDdkTestSyncWrite() local 284 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_WRITE_DATA_SYNC, g_data, g_r… in UsbHostDdkTestSyncWrite() local 304 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_CLASS_CTRL_SYNC, g_… in UsbHostDdkTestCtrlClass() local 306 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_CLASS_CTRL_SYNC, g_data, g_r… in UsbHostDdkTestCtrlClass() local [all …]
|
| /drivers/peripheral/nfc/test/unittest/nfc_impl_test/ |
| D | nfc_impl_test.cpp | 66 NfcStatus status = NfcStatus::OK; variable 80 NfcStatus status = NfcStatus::OK; variable 94 NfcStatus status = NfcStatus::OK; variable 107 NfcStatus status = NfcStatus::OK; variable 121 NfcStatus status = NfcStatus::OK; variable 135 NfcStatus status = NfcStatus::OK; variable 148 NfcStatus status = NfcStatus::OK; variable 161 NfcStatus status = NfcStatus::OK; variable 174 NfcStatus status = NfcStatus::OK; variable 189 NfcStatus status = NfcStatus::OK; variable [all …]
|
| /drivers/peripheral/nfc/test/unittest/nfc_impl_mock_test/ |
| D | nfc_impl_mock_test.cpp | 65 NfcStatus status = NfcStatus::OK; variable 79 NfcStatus status = NfcStatus::OK; variable 93 NfcStatus status = NfcStatus::OK; variable 106 NfcStatus status = NfcStatus::OK; variable 120 NfcStatus status = NfcStatus::OK; variable 134 NfcStatus status = NfcStatus::OK; variable 147 NfcStatus status = NfcStatus::OK; variable 160 NfcStatus status = NfcStatus::OK; variable 173 NfcStatus status = NfcStatus::OK; variable 188 NfcStatus status = NfcStatus::OK; variable [all …]
|
| /drivers/peripheral/nfc/hdi_service/ |
| D | nfc_impl.cpp | 37 static void EventCallback(unsigned char event, unsigned char status) in EventCallback() 76 int32_t NfcImpl::Open(const sptr<INfcCallback> &callbackObj, NfcStatus &status) in Open() 95 int32_t NfcImpl::CoreInitialized(const std::vector<uint8_t> &data, NfcStatus &status) in CoreInitialized() 110 int32_t NfcImpl::Prediscover(NfcStatus &status) in Prediscover() 121 int32_t NfcImpl::Write(const std::vector<uint8_t> &data, NfcStatus &status) in Write() 136 int32_t NfcImpl::ControlGranted(NfcStatus &status) in ControlGranted() 147 int32_t NfcImpl::PowerCycle(NfcStatus &status) in PowerCycle() 158 int32_t NfcImpl::Close(NfcStatus &status) in Close() 174 int32_t NfcImpl::Ioctl(NfcCommand cmd, const std::vector<uint8_t> &data, NfcStatus &status) in Ioctl() 190 std::vector<uint8_t> &response, NfcStatus &status) in IoctlWithResponse() [all …]
|
| /drivers/peripheral/wlan/chip/hdi_service/ |
| D | wifi_sta_iface.cpp | 65 WifiError status; in GetSupportFreqs() local 78 WifiError status = vendorHal_.lock()->GetSupportedFeatureSet(ifname_, capabilities); in GetIfaceCap() local 87 bool status = ifaceUtil_.lock()->SetMacAddress(ifname_, mac); in SetMacAddress() local 96 WifiError status = vendorHal_.lock()->SetCountryCode(ifname_, code); in SetCountryCode() local 138 WifiError status = vendorHal_.lock()->StartScan(ifname_, scanParam); in StartScan() local 148 WifiError status = vendorHal_.lock()->GetScanInfos(ifname_, scanResultsInfo); in GetScanInfos() local 158 WifiError status = vendorHal_.lock()->StartPnoScan(ifname_, pnoParams); in StartPnoScan() local 168 WifiError status = vendorHal_.lock()->StopPnoScan(ifname_); in StopPnoScan() local 177 WifiError status = vendorHal_.lock()->GetSignalPollInfo(ifname_, signalPollResult); in GetSignalPollInfo() local 191 WifiError status = vendorHal_.lock()->EnablePowerMode(ifname_, mode); in EnablePowerMode() local [all …]
|
| D | wifi_vendor_hal.cpp | 83 WifiError status = globalFuncTable_.waitDriverStart(); in Start() local 164 const auto status = stopWaitCv_.wait_for( in Stop() local 208 WifiError status = globalFuncTable_.vendorHalGetChannelsInBand( in GetValidFrequenciesForBand() local 215 WifiError status = globalFuncTable_.vendorHalCreateIface( in CreateVirtualInterface() local 226 WifiError status = globalFuncTable_.vendorHalDeleteIface( in DeleteVirtualInterface() local 232 const std::string& ifname, WifiError status) in HandleIfaceChangeStatus() 248 WifiError status = globalFuncTable_.vendorHalGetIfaces( in RetrieveIfaceHandles() local 280 WifiError status = globalFuncTable_.vendorHalSetRestartHandler( in RegisterRestartCallback() local 309 WifiError status = globalFuncTable_.getPowerMode(ifaceName.c_str(), &mode); in GetPowerMode() local 331 WifiError status = globalFuncTable_.wifiStartScan(GetIfaceHandle(ifaceName), params); in StartScan() local [all …]
|
| D | wifi_ap_iface.cpp | 69 WifiError status; in GetSupportFreqs() local 87 bool status = ifaceUtil_.lock()->SetMacAddress(ifname_, mac); in SetMacAddress() local 96 WifiError status = vendorHal_.lock()->SetCountryCode(ifname_, code); in SetCountryCode() local 105 WifiError status; in GetPowerMode() local 118 WifiError status = vendorHal_.lock()->SetPowerMode(ifname_, powerMode); in SetPowerMode() local 173 WifiError status = vendorHal_.lock()->SetTxPower(ifname_, power); in SetTxPower() local
|
| /drivers/peripheral/secure_element/sim_hdi_service/ |
| D | secure_element_interface_service.cpp | 33 OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) in init() 50 OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) in openLogicalChannel() 56 …std::vector<uint8_t>& response, OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementSta… in openBasicChannel() 62 OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) in closeChannel() 68 OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) in transmit() 74 OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) in reset()
|
| /drivers/peripheral/secure_element/hdi_service/ |
| D | se_impl.cpp | 43 …t32_t SeImpl::init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status) in init() 59 uint8_t& channelNumber, SecureElementStatus& status) in openLogicalChannel() 65 SecureElementStatus& status) in openBasicChannel() 70 int32_t SeImpl::closeChannel(uint8_t channelNumber, SecureElementStatus& status) in closeChannel() 76 SecureElementStatus& status) in transmit() 81 int32_t SeImpl::reset(SecureElementStatus& status) in reset()
|
| /drivers/peripheral/usb/sample/device/liteos/lib/src/ |
| D | lib_acm_test.c | 59 int32_t status; in AcmOpen() local 78 int32_t status; in AcmClose() local 100 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_WRITE, g_dat… in AcmWrite() local 118 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_READ, g_data… in AcmRead() local 145 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_REGIST_PROP,… in acm_prop_regist() local 167 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_SET_PROP, g_… in acm_prop_write() local 184 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_GET_PROP, g_… in acm_prop_read() local
|
| /drivers/peripheral/secure_element/test/unittest/se_impl_test/ |
| D | se_impl_test.cpp | 68 SecureElementStatus status; variable 111 SecureElementStatus status; variable 128 SecureElementStatus status; variable 144 SecureElementStatus status; variable 160 SecureElementStatus status; variable 174 SecureElementStatus status; variable 189 SecureElementStatus status; variable 202 SecureElementStatus status; variable
|
| /drivers/peripheral/usb/sample/device/linux/ |
| D | acm_speed_write.c | 38 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in TestSpeed() local 51 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in GetTempSpeed() local 69 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in WriteSpeedDone() local 90 int32_t status; in AcmSpeedWrite() local
|
| D | acm_speed_read.c | 37 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in TestSpeed() local 50 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in GetTempSpeed() local 68 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in ReadSpeedDone() local 88 int32_t status; in AcmSpeedRead() local
|
| D | acm_test.c | 51 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_WRITE, g_data, g_repl… in TestWrite() local 66 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_READ, g_data, g_reply… in TestRead() local 142 int32_t status; in StopAcmTest() local 156 int32_t status; in AcmTest() local
|
| /drivers/hdf_core/framework/core/shared/src/ |
| D | service_status.c | 13 int ServiceStatusMarshalling(struct ServiceStatus *status, struct HdfSBuf *buf) in ServiceStatusMarshalling() 29 int ServiceStatusUnMarshalling(struct ServiceStatus *status, struct HdfSBuf *buf) in ServiceStatusUnMarshalling()
|
| /drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/ |
| D | service_manager_hdi_test.cpp | 120 int status = sampleService->SendRequest(SAMPLE_SERVICE_PING, data, reply, option); variable 160 int status = sampleService->SendRequest(SAMPLE_SERVICE_CALLBACK, data, reply, option); variable 181 int status = sampleService->SendRequest(SAMPLE_SERVICE_SUM, data, reply, option); variable 210 int status = sampleService->SendRequest(SAMPLE_BUFFER_TRANS, data, reply, option); variable 251 int status = sampleService->SendRequest(SAMPLE_REGISTER_DEVICE, data, reply, option); variable 297 void OnReceive(const ServiceStatus &status) override in OnReceive() 318 = new ServStatListener(ServStatListener::StatusCallback([&](const ServiceStatus &status) { in TestServiceListenerStop() 328 int status = servmgr->RegisterServiceStatusListener(listener, DEVICE_CLASS_DEFAULT); in TestServiceListenerStop() local 389 ServStatListener::StatusCallback([&](const ServiceStatus &status) { in TestSampleService() 400 int status = servmgr->RegisterServiceStatusListener(listener, DEVICE_CLASS_DEFAULT); in TestSampleService() local [all …]
|
| D | service_manager_hdi_c_test.cpp | 107 … int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_SERVICE_PING, data, reply); variable 151 …int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_SERVICE_CALLBACK, data, rep… variable 179 … int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_SERVICE_SUM, data, reply); variable 213 … int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_STRUCT_TRANS, data, reply); variable 255 … int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_BUFFER_TRANS, data, reply); variable 300 …int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_REGISTER_DEVICE, data, repl… variable 396 int status = servmgr->RegisterServiceStatusListener(servmgr, listener, DEVICE_CLASS_DEFAULT); variable 466 int status = servmgr->RegisterServiceStatusListener(servmgr, listener, DEVICE_CLASS_DEFAULT); variable 527 int status = servmgr->RegisterServiceStatusListener(servmgr, listener, DEVICE_CLASS_DEFAULT); variable 733 int status = servmgr->RegisterServiceStatusListener(servmgr, NULL, DEVICE_CLASS_DEFAULT); variable [all …]
|
| /drivers/peripheral/usb/test/unittest/hal/include/ |
| D | usbd_request_test.h | 41 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback() 45 int32_t OnBulkReadCallback(int32_t status, int32_t actLength) override in OnBulkReadCallback()
|
| D | usbd_transfer_test.h | 41 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback() 45 int32_t OnBulkReadCallback(int32_t status, int32_t actLength) override in OnBulkReadCallback()
|
| /drivers/peripheral/secure_element/vendor_sim_adaptor/ |
| D | se_vendor_adaptions.cpp | 146 …ector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response, uint32_t *channelNum, int *status) in VendorSimSecureElementOpenLogicalChannel() 179 uint8_t *aid, uint32_t len, uint8_t *rsp, uint32_t *rspLen, int *status) in VendorSimSecureElementOpenBasicChannel() 184 int SimSeVendorAdaptions::VendorSimSecureElementCloseChannel(uint32_t channelNum, int *status) in VendorSimSecureElementCloseChannel() 190 uint8_t *cmd, uint32_t cmdLen, uint8_t *rsp, uint32_t *rspLen, int *status) in VendorSimSecureElementTransmit() 197 OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) in init() 243 std::vector<uint8_t>& response, uint8_t& channelNumber, SecureElementStatus& status) in openLogicalChannel() 287 std::vector<uint8_t>& response, SecureElementStatus& status) in openBasicChannel() 322 int32_t SimSeVendorAdaptions::closeChannel(uint8_t channelNumber, SecureElementStatus& status) in closeChannel() 345 SecureElementStatus& status) in transmit() 364 int32_t SimSeVendorAdaptions::reset(SecureElementStatus& status) in reset() [all …]
|
| /drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/ |
| D | se_vendor_adaptions_mock_test.cpp | 91 SecureElementStatus status; variable 111 SecureElementStatus status; variable 129 SecureElementStatus status; variable 146 SecureElementStatus status; variable
|
| /drivers/peripheral/camera/test/common/callback/src/ |
| D | camera_host_callback.cpp | 21 int32_t CameraHostCallback::OnCameraStatus(const std::string& cameraId, CameraStatus status) in OnCameraStatus() 29 int32_t CameraHostCallback::OnFlashlightStatus(const std::string& cameraId, FlashlightStatus status) in OnFlashlightStatus()
|
| /drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/ |
| D | camera_host_callback.cpp | 20 void CameraHostCallback::OnCameraStatus(const std::string &cameraId, CameraStatus status) in OnCameraStatus() 25 void CameraHostCallback::OnFlashlightStatus(const std::string &cameraId, FlashlightStatus status) in OnFlashlightStatus()
|
| /drivers/peripheral/secure_element/vendor_adaptor/ |
| D | se_vendor_adaptions.cpp | 61 …dorAdaptions::init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status) in init() 116 std::vector<uint8_t>& response, uint8_t& channelNumber, SecureElementStatus& status) in openLogicalChannel() 165 SecureElementStatus& status) in openBasicChannel() 206 int32_t SeVendorAdaptions::closeChannel(uint8_t channelNumber, SecureElementStatus& status) in closeChannel() 234 SecureElementStatus& status) in transmit() 260 int32_t SeVendorAdaptions::reset(SecureElementStatus& status) in reset() 291 SecureElementStatus status = SecureElementStatus::SE_GENERAL_ERROR; in OnRemoteDied() local
|
| /drivers/peripheral/usb/sample/device/liteos/ |
| D | acm_speed_write.c | 60 int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, in TestSpeed() local 74 int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, in GetTempSpeed() local 92 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, in WriteSpeedDone() local 144 int32_t status; in AcmSpeedWrite() local
|