Home
last modified time | relevance | path

Searched refs:record (Results 1 – 25 of 47) sorted by relevance

12

/AliOS-Things-master/components/oss/src/resumable/
A DResumableDownloader.cc281 auto record = record_; in validateRecord() local
283 if (record.size != objectSize_ || record.mtime != request_.ObjectMtime()) { in validateRecord()
288 if (record.rangeStart != request_.RangeStart() || record.rangeEnd != request_.RangeEnd()) { in validateRecord()
294 root["opType"] = record.opType; in validateRecord()
295 root["bucket"] = record.bucket; in validateRecord()
296 root["key"] = record.key; in validateRecord()
297 root["filePath"] = record.filePath; in validateRecord()
298 root["mtime"] = record.mtime; in validateRecord()
299 root["size"] = record.size; in validateRecord()
310 if (!(record.rangeStart == 0 && record.rangeEnd == -1)) { in validateRecord()
[all …]
A DResumableCopier.cc243 auto record = record_; in validateRecord() local
245 if (record.size != objectSize_ || record.mtime != request_.ObjectMtime()) { in validateRecord()
250 root["opType"] = record.opType; in validateRecord()
251 root["uploadID"] = record.uploadID; in validateRecord()
253 root["srcKey"] = record.srcKey; in validateRecord()
254 root["bucket"] = record.bucket; in validateRecord()
255 root["key"] = record.key; in validateRecord()
256 root["mtime"] = record.mtime; in validateRecord()
257 root["size"] = record.size; in validateRecord()
258 root["partSize"] = record.partSize; in validateRecord()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port.c131 static void print_scan_result( rtw_scan_result_t* record ) in print_scan_result() argument
133 printf("%s\t ", ( record->bss_type == RTW_BSS_TYPE_ADHOC ) ? "Adhoc" : "Infra"); in print_scan_result()
134 printf(MAC_FMT, MAC_ARG(record->BSSID.octet)); in print_scan_result()
135 printf(" %d\t ", record->signal_strength); in print_scan_result()
136 printf(" %d\t ", record->channel); in print_scan_result()
137 printf(" %d\t ", record->wps_type); in print_scan_result()
138 printf("%s\t\t ", ( record->security == RTW_SECURITY_OPEN ) ? "Open" : in print_scan_result()
154 printf(" %s ", record->SSID.val); in print_scan_result()
162 rtw_scan_result_t* record = &malloced_scan_result->ap_details; in scan_result_handler() local
163 record->SSID.val[record->SSID.len] = 0; /* Ensure the SSID is null terminated */ in scan_result_handler()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/fpga_section/
A Dnvrecord_bt.h29 int nv_record_btdevicerecord_find(const bt_bdaddr_t *bd_ddr, nvrec_btdevicerecord **record);
32 bt_status_t nv_record_enum_dev_records(unsigned short index,btif_device_record_t* record);
33 bt_status_t nv_record_ddbrec_find(const bt_bdaddr_t *bd_ddr, btif_device_record_t*record);
34 bt_status_t nv_record_add(SECTIONS_ADP_ENUM type,void *record);
37 bt_status_t ram_record_ddbrec_find(const bt_bdaddr_t* bd_ddr, nvrec_btdevicerecord **record);
A Dnvrecord_externsion.h81 btif_device_record_t record; member
128 btif_device_record_t record; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/wpa_supplicant/
A Dwifi_wps_config.c471 if ((record->wps_type != 0xff) && (record->channel != 0) && in process_wps_scan_result()
472 (memcmp(&record->BSSID, zero_mac, 6) != 0) && (!(record->security & WEP_ENABLED))) { in process_wps_scan_result()
474 if(record->SSID.len == 0) { in process_wps_scan_result()
482 if(record->SSID.val[i] != 0) { in process_wps_scan_result()
493 if (record->wps_type == 0x04) { in process_wps_scan_result()
495 if (record->channel > 14) { in process_wps_scan_result()
497 memcpy(&wps_arg->target_ssid[0], record->SSID.val, record->SSID.len); in process_wps_scan_result()
507 memcpy(&wps_arg->target_ssid[0], record->SSID.val, record->SSID.len); in process_wps_scan_result()
517 if (record->wps_type == 0x00) { in process_wps_scan_result()
520 memcpy(&wps_arg->target_ssid[0], record->SSID.val, record->SSID.len); in process_wps_scan_result()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/userdata_section/
A Dnvrecord_bt.h29 int nv_record_btdevicerecord_find(const bt_bdaddr_t *bd_ddr, nvrec_btdevicerecord **record);
32 bt_status_t nv_record_enum_dev_records(unsigned short index,btif_device_record_t* record);
33 bt_status_t nv_record_ddbrec_find(const bt_bdaddr_t *bd_ddr, btif_device_record_t*record);
34 bt_status_t nv_record_add(SECTIONS_ADP_ENUM type,void *record);
A Dnvrecord_wifi.h153 int nv_record_wifirec_find(const char *type, nvrec_wifidevicerecord *record);
155 int nv_record_wifirec_add(const nvrec_wifidevicerecord *record);
A Dnvrecord_extension.h82 btif_device_record_t record; member
129 btif_device_record_t record; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/osif/
A Dddbif.h14 bt_status_t ddbif_add_record(btif_device_record_t *record);
18 bt_status_t ddbif_find_record(const bt_bdaddr_t *bdAddr, btif_device_record_t *record);
22 bt_status_t ddbif_enum_device_records(I16 index, btif_device_record_t *record);
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nvrecord/
A Dnvrecord.h105 btif_device_record_t record;
114 bt_status_t nv_record_enum_dev_records(unsigned short index,btif_device_record_t* record);
115 bt_status_t nv_record_add(SECTIONS_ADP_ENUM type,void *record);
116 bt_status_t nv_record_ddbrec_find(const bt_bdaddr_t *bd_ddr, btif_device_record_t*record);
118 int nv_record_btdevicerecord_find(const bt_bdaddr_t *bd_ddr, nvrec_btdevicerecord **record);
A Dnvrecord_wifi.h98 int nv_record_wifirec_find(const char *type, nvrec_wifidevicerecord *record);
100 int nv_record_wifirec_add(const nvrec_wifidevicerecord *record);
A Dnvrecord_env.h36 btif_device_record_t record; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/
A Dwifi_interactive_mode.c867 static void print_scan_result( rtw_scan_result_t* record ) in print_scan_result() argument
870 RTW_API_INFO( MAC_FMT, MAC_ARG(record->BSSID.octet) ); in print_scan_result()
871 RTW_API_INFO( " %d\t ", record->signal_strength ); in print_scan_result()
872 RTW_API_INFO( " %d\t ", record->channel ); in print_scan_result()
873 RTW_API_INFO( " %d\t ", record->wps_type ); in print_scan_result()
875 ( record->security == RTW_SECURITY_WEP_PSK ) ? "WEP" : in print_scan_result()
877 ( record->security == RTW_SECURITY_WPA_AES_PSK ) ? "WPA AES" : in print_scan_result()
890 RTW_API_INFO( " %s ", record->SSID.val ); in print_scan_result()
899 rtw_scan_result_t* record = &malloced_scan_result->ap_details; in app_scan_result_handler() local
900 record->SSID.val[record->SSID.len] = 0; /* Ensure the SSID is null terminated */ in app_scan_result_handler()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Dqc.c117 rtw_scan_result_t* record = &malloced_scan_result->ap_details; in scan_result_handler() local
118 record->SSID.val[record->SSID.len] = 0; /* Ensure the SSID is null terminated */ in scan_result_handler()
119 insert_result_by_rssi(record); in scan_result_handler()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Dsdp_api.h472 void btif_sdp_free_record(btif_sdp_record_t* record);
474 void *btif_sdp_get_record_priv(btif_sdp_record_t *record);
476 bt_status_t btif_sdp_record_setup(btif_sdp_record_t *record, btif_sdp_record_param_t *param);
497 bt_status_t btif_sdp_add_record(btif_sdp_record_t * record);
499 bt_status_t btif_sdp_remove_record(btif_sdp_record_t * record);
503 bt_status_t btif_spp_insert_rfcomm_chan(btif_sdp_record_t *record, uint8_t channel);
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsdp.c463 struct bt_sdp_record *record; in find_services() local
533 record = matching_recs[rec_idx]; in find_services()
535 if (!record) { in find_services()
578 struct bt_sdp_record *record; in sdp_svc_search_req() local
639 if (!record) { in sdp_svc_search_req()
947 sad.rec = record; in create_attr_list()
1070 struct bt_sdp_record *record; in sdp_svc_att_req() local
1123 if (!record) { in sdp_svc_att_req()
1187 struct bt_sdp_record *record; in sdp_svc_search_att_req() local
1261 record = matching_recs[next_svc]; in sdp_svc_search_att_req()
[all …]
/AliOS-Things-master/components/SDL2/src/audio/netbsd/
A DSDL_netbsdaudio.c68 prinfo = this->iscapture ? &info.record : &info.play; in NETBSDAUDIO_Status()
183 remain = (size_t) (info.record.samples * (SDL_AUDIO_BITSIZE(this->spec.format) / 8)); in NETBSDAUDIO_FlushCapture()
209 struct audio_prinfo *prinfo = iscapture ? &info.record : &info.play; in NETBSDAUDIO_OpenDevice()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-gesture.md12 …chId), where touchId is the id of the touch device you wish to record on, or -1 to record on all c…
17 * event.dgesture.touchId - the Id of the touch used to record the gesture.
/AliOS-Things-master/components/freetype/src/base/
A Dbasepic.c38 FT_Init_Table_ft_raccess_guess_table( ft_raccess_guess_rec* record );
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dbwifi_interface.h207 int bwifi_find_record(const char *type, nvrec_wifidevicerecord *record);
208 int bwifi_add_record(nvrec_wifidevicerecord *record);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_config/
A Dbt_config_wifi.c30 rtw_scan_result_t* record = &scan_result->ap_details; in scan_result_handler() local
31 memcpy(&(BC_scan_result->ap_info[BC_scan_result->ap_num]), record, sizeof(rtw_scan_result_t)); in scan_result_handler()
/AliOS-Things-master/components/freetype/src/
A DJamfile16 # record these definitions.
/AliOS-Things-master/components/osal_aos/example/
A Dmutex_example.c45 static struct record { struct
A Dsem_example.c46 static struct record { struct

Completed in 51 milliseconds

12