Home
last modified time | relevance | path

Searched refs:dData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dserial.c106 int WriteDouble(Context *context, double dData) in WriteDouble() argument
113 … if (snprintf_s(szTmp, sizeof(szTmp), sizeof(szTmp) - 1, "%.6lf%c", dData, context->cSplit) < 0) { in WriteDouble()
320 int ReadDouble(Context *context, double *dData) in ReadDouble() argument
322 if (context == NULL || dData == NULL) { in ReadDouble()
331 *dData = atof(szTmp); in ReadDouble()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dmock_serial.c43 int WriteDouble(Context *context, double dData) in WriteDouble() argument
88 int ReadDouble(Context *context, double *dData) in ReadDouble() argument
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp748 if (!parcel.WriteString16(dData.key)) { in DoMarshalling()
751 if (!parcel.WriteInt32(dData.type)) { in DoMarshalling()
754 if (!parcel.WriteInt32(dData.size)) { in DoMarshalling()
758 if (!parcel.WriteInt32(dData.size)) { in DoMarshalling()
761 if (!parcel.WriteBuffer(dData.buffer, dData.size)) { in DoMarshalling()
1325 DistributedUnsupportedData dData; in ReadUnsupportedData() local
1326 dData.key = Str8ToStr16(key); in ReadUnsupportedData()
1327 dData.type = type; in ReadUnsupportedData()
1328 dData.size = bufferSize; in ReadUnsupportedData()
1329 dData.buffer = new (std::nothrow) uint8_t[bufferSize]; in ReadUnsupportedData()
[all …]