Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 25 of 257) sorted by relevance

1234567891011

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_crpc_server_add_test.cpp92 char buff[] = "N\tP2pSetRandomMac\t1"; variable
172 char buff[] = "N\tP2pGetDeviceAddress\t17"; variable
246 char buff[] = "N\tP2pRemoveNetwork\t1"; variable
301 char buff[] = "N\tP2pSetWfdEnable\t1"; variable
333 char buff[] = "N\tP2pStartFind\t120"; variable
356 char buff[] = "N\tP2pSetExtListeN\t0\t0\t0"; variable
372 char buff[] = "N\tP2pSetListenChannel\t0\t0"; variable
432 char buff[] = "N\tP2pAddGroup\t0\t1\t0"; variable
606 char buff[] = "N\tP2pSetMiracastType\tx\t"; variable
675 char buff[] = "N\tP2pRemoveNetwork\t18\t"; variable
[all …]
H A Dwifi_hal_crpc_server_test.cpp382 char buff[] = "N\tGetName\tx\t"; variable
509 char buff[] = "N\tGetIface\twlan0"; variable
551 char buff[] = "N\tRemoveIface\twlan0"; variable
772 char buff[] = "N\tGetScanInfos\tx\t"; variable
855 char buff[] = "N\tConnect\tx\t"; variable
1018 char buff[] = "N\tRunCmd\twlan0"; variable
1070 char buff[] = "N\tRemoveNetwork\t12"; variable
1093 char buff[] = "N\tEnableNetwork\t12"; variable
1125 char buff[] = "N\tSetNetwork\t0\t1"; variable
1276 char buff[] = "N\tStopSoftAp\t0\t"; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp20 void TLVUtil::WriteString(std::vector<uint8_t>& buff, const std::string& value) in WriteString()
29 std::string TLVUtil::ReadString(std::vector<uint8_t>& buff, int32_t& cursor) in ReadString()
49 void TLVUtil::WriteDouble(std::vector<uint8_t>& buff, double value) in WriteDouble()
58 double TLVUtil::ReadDouble(std::vector<uint8_t>& buff, int32_t& cursor) in ReadDouble()
71 void TLVUtil::WriteColor(std::vector<uint8_t>& buff, Color& value) in WriteColor()
80 Color TLVUtil::ReadColor(std::vector<uint8_t>& buff, int32_t& cursor) in ReadColor()
92 void TLVUtil::WriteDimension(std::vector<uint8_t>& buff, const Dimension& value) in WriteDimension()
99 Dimension TLVUtil::ReadDimension(std::vector<uint8_t>& buff, int32_t& cursor) in ReadDimension()
132 void TLVUtil::WriteTextShadow(std::vector<uint8_t>& buff, Shadow& value) in WriteTextShadow()
144 Shadow TLVUtil::ReadTextShadow(std::vector<uint8_t>& buff, int32_t& cursor) in ReadTextShadow()
[all …]
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Duint8buff_utils.c23 int32_t InitUint8Buff(Uint8Buff *buff, uint32_t buffLen) in InitUint8Buff()
39 int32_t DeepCopyUint8Buff(const Uint8Buff *buff, Uint8Buff *newBuff) in DeepCopyUint8Buff()
57 void FreeUint8Buff(Uint8Buff *buff) in FreeUint8Buff()
67 void ClearFreeUint8Buff(Uint8Buff *buff) in ClearFreeUint8Buff()
78 bool IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen) in IsUint8BuffValid()
83 int32_t ToLowerCase(Uint8Buff *buff) in ToLowerCase()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_api_openssl.cpp153 uint8_t buff[1] = {0}; variable
187 uint8_t buff[1] = {0}; variable
310 uint8_t buff[1] = {0}; variable
337 uint8_t buff[1] = {0}; variable
471 uint8_t buff[HKS_KEY_BYTES(KEY_LEN_256)] = {0}; variable
495 uint8_t buff[1] = {0}; variable
580 uint8_t buff[1] = {0}; variable
604 uint8_t buff[1] = {0}; variable
629 uint8_t buff[1] = {0}; variable
662 uint8_t buff[1] = {0}; variable
[all …]
H A Dhks_crypto_hal_api_mbedtls.cpp133 uint8_t buff[1] = {0}; variable
197 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable
221 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable
244 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable
267 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable
289 uint8_t buff[HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)] = {0}; variable
524 uint8_t buff[1] = {0}; variable
547 uint8_t buff[1] = {0}; variable
587 uint8_t buff[1] = {0}; variable
613 uint8_t buff[1] = {0}; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_socket_test/
H A Dams_service_app_spawn_socket_test.cpp145 std::unique_ptr<uint8_t[]> buff = nullptr; variable
169 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable
193 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable
217 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable
242 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable
266 std::unique_ptr<uint8_t[]> buff = nullptr; variable
290 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable
314 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable
338 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable
363 std::unique_ptr<uint8_t[]> buff = std::make_unique<uint8_t[]>(10); variable
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_header.cpp1319 bool MmsHeader::EcondeFieldMessageClassValue(MmsEncodeBuffer &buff) in EcondeFieldMessageClassValue()
1346 bool MmsHeader::EncodeCommontFieldValue(MmsEncodeBuffer &buff) in EncodeCommontFieldValue()
1379 bool MmsHeader::EncodeMmsSendReq(MmsEncodeBuffer &buff) in EncodeMmsSendReq()
1416 bool MmsHeader::EncodeMmsSendConf(MmsEncodeBuffer &buff) in EncodeMmsSendConf()
1435 bool MmsHeader::EncodeMmsNotificationInd(MmsEncodeBuffer &buff) in EncodeMmsNotificationInd()
1478 bool MmsHeader::EnocdeMmsNotifyRespInd(MmsEncodeBuffer &buff) in EnocdeMmsNotifyRespInd()
1497 bool MmsHeader::EnocdeMmsRetrieveConf(MmsEncodeBuffer &buff) in EnocdeMmsRetrieveConf()
1557 bool MmsHeader::EnocdeMmsAcknowledgeInd(MmsEncodeBuffer &buff) in EnocdeMmsAcknowledgeInd()
1571 bool MmsHeader::EnocdeMmsDeliveryInd(MmsEncodeBuffer &buff) in EnocdeMmsDeliveryInd()
1606 bool MmsHeader::EncodeMmsReadRecInd(MmsEncodeBuffer &buff) in EncodeMmsReadRecInd()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Draw_socket_test.cpp60 uint8_t *buff = nullptr; variable
68 uint8_t *buff = &NUMBLE; variable
77 uint8_t *buff = &NUMBLE; variable
90 uint8_t *buff = &NUMBLE; variable
98 uint8_t *buff = &NUMBLE; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_callback_proxy_lite.cpp40 uint8_t buff[DEFAULT_IPC_SIZE]; in OnWifiStateChanged() local
66 uint8_t buff[IPC_DATA_SIZE]; in OnWifiConnectionChanged() local
110 uint8_t buff[DEFAULT_IPC_SIZE]; in OnWifiRssiChanged() local
135 uint8_t buff[DEFAULT_IPC_SIZE]; in OnWifiWpsStateChanged() local
161 uint8_t buff[DEFAULT_IPC_SIZE]; in OnStreamChanged() local
186 uint8_t buff[DEFAULT_IPC_SIZE]; in OnDeviceConfigChanged() local
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/eapol/
H A Deapol.c17 #define RETURN_IF_INPUT_VALID(netDevice, buff) do { \ argument
28 static int32_t EnableEapol(const struct NetDevice *netDevice, struct EapolEnable *buff) in EnableEapol()
55 static int32_t GetEapol(const struct NetDevice *netDevice, struct EapolRx *buff) in GetEapol()
95 static int32_t SendEapol(struct NetDevice *netDevice, struct EapolTx *buff) in SendEapol()
175 static int32_t WriteEapolToQueue(const struct NetDevice *netDevice, NetBuf *buff) in WriteEapolToQueue()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/qos/
H A Dflow_control_test.c32 NetBuf *buff = NULL; in SendDataPacket() local
85 NetBuf *buff = NULL; in ConstructEapolNetBuf() local
120 NetBuf *buff = NULL; in WiFiFlowControlTestGetEapolQueueId() local
147 NetBuf *buff = NULL; in WiFiFlowControlTestSendData() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_media_downloader_unit_test.cpp90 unsigned char buff[5 * 1024 * 1024]; variable
163 unsigned char buff[10 * 1024]; variable
207 unsigned char buff[10]; variable
229 unsigned char buff[10]; variable
249 unsigned char buff[10]; variable
271 unsigned char buff[10]; variable
293 unsigned char buff[10]; variable
343 unsigned char buff[10]; variable
370 unsigned char buff[10]; variable
395 unsigned char buff[10]; variable
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H A Dnet_test.cpp29 char buff[MAX_SIZE] = {0}; variable
39 char buff[MAX_SIZE] = {0}; variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H A Dnet_test.cpp29 char buff[MAX_SIZE] = {0}; variable
39 char buff[MAX_SIZE] = {0}; variable
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/
H A Dsmart_parser_module_test.cpp78 std::stringstream buff; variable
118 std::stringstream buff; variable
190 std::stringstream buff; variable
225 std::stringstream buff; variable
309 std::stringstream buff; variable
349 std::stringstream buff; variable
393 std::stringstream buff; variable
437 std::stringstream buff; variable
486 std::stringstream buff; variable
536 std::stringstream buff; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_ability_sync_test.cpp144 std::vector<uint8_t> buff(bufflen, 0); variable
195 std::vector<uint8_t> buff(bufflen, 0); variable
246 std::vector<uint8_t> buff(bufflen, 0); variable
303 std::vector<uint8_t> buff(bufflen, 0); variable
361 std::vector<uint8_t> buff(bufflen, 0); variable
/ohos5.0/base/security/device_security_level/services/common/
H A Ddslm_msg_serialize.c54 MessagePacket *ParseMessage(const MessageBuff *buff) in ParseMessage()
109 void FreeMessageBuff(MessageBuff *buff) in FreeMessageBuff()
/ohos5.0/base/security/device_security_level/services/dslm/
H A Ddslm_inner_process.c62 MessageBuff *buff = NULL; in SendDeviceInfoRequest() local
79 int32_t VerifyDeviceInfoResponse(DslmDeviceInfo *device, const MessageBuff *buff) in VerifyDeviceInfoResponse()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_media_downloader_unit_test.cpp339 unsigned char buff[10]; variable
364 unsigned char buff[10]; variable
406 unsigned char buff[10]; variable
435 unsigned char buff[100 * 1024]; variable
492 unsigned char buff[10 * 1024]; variable
522 unsigned char buff[10 * 1024]; variable
570 unsigned char buff[10]; variable
594 unsigned char buff[10]; variable
656 unsigned char buff[10]; variable
680 unsigned char buff[10]; variable
[all …]
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dclient.c46 char *buff = ContextGetReadRecord(client->context); in RpcClientReadMsg() local
74 static void RpcClientDealReadMsg(RpcClient *client, char *buff) in RpcClientDealReadMsg()
124 char *buff = RpcClientReadMsg(client); in RpcClientThreadDeal() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dpan_gesture.cpp61 void PanGesture::SerializeTo(char* buff) in SerializeTo()
98 int32_t PanGesture::Deserialize(const char* buff) in Deserialize()
/ohos5.0/base/sensors/sensor/test/unittest/coverage/
H A Dsensor_basic_data_channel_test.cpp119 char buff[128] = {}; variable
132 char buff[128] = {}; variable
141 char buff[128] = {}; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_module_reader_test.cpp57 uint8_t *buff = nullptr; variable
73 uint8_t *buff = nullptr; variable
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy_lite.cpp41 uint8_t buff[DEFAULT_IPC_SIZE]; in OnIpSuccessChanged() local
91 uint8_t buff[DEFAULT_IPC_SIZE]; in OnIpFailChanged() local

1234567891011