Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 274) sorted by relevance

1234567891011

/drivers/peripheral/usb/sample/host/src/
Dusbhost_ddk_test.c181 …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/
Dnfc_impl_test.cpp66 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/
Dnfc_impl_mock_test.cpp65 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/
Dnfc_impl.cpp37 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/
Dwifi_sta_iface.cpp65 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 …]
Dwifi_vendor_hal.cpp83 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 …]
Dwifi_ap_iface.cpp69 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/
Dsecure_element_interface_service.cpp33 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/
Dse_impl.cpp43 …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/
Dlib_acm_test.c59 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/
Dse_impl_test.cpp68 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/
Dacm_speed_write.c38 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
Dacm_speed_read.c37 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
Dacm_test.c51 …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/
Dservice_status.c13 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/
Dservice_manager_hdi_test.cpp120 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 …]
Dservice_manager_hdi_c_test.cpp107 … 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/
Dusbd_request_test.h41 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()
Dusbd_transfer_test.h41 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/
Dse_vendor_adaptions.cpp146 …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/
Dse_vendor_adaptions_mock_test.cpp91 SecureElementStatus status; variable
111 SecureElementStatus status; variable
129 SecureElementStatus status; variable
146 SecureElementStatus status; variable
/drivers/peripheral/camera/test/common/callback/src/
Dcamera_host_callback.cpp21 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/
Dcamera_host_callback.cpp20 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/
Dse_vendor_adaptions.cpp61 …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/
Dacm_speed_write.c60 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

1234567891011