Lines Matching refs:doubleArray
2148 writeDoubleArray(doubleArray: number[]): void
2158 | doubleArray | number[] | 是 | 要写入的双精度浮点数组。 |
2180 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorCode ' + e.code);
2181 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorMessage ' + e.message);
2219 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorCode ' + e.code);
2220 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorMessage ' + e.message);
2227 hilog.error(0x0000, 'testTag', 'rpc read doubleArray fail, errorCode ' + e.code);
2228 hilog.error(0x0000, 'testTag', 'rpc read doubleArray fail, errorMessage ' + e.message);
2265 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorCode ' + e.code);
2266 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorMessage ' + e.message);
2273 hilog.error(0x0000, 'testTag', 'rpc read doubleArray fail, errorCode ' + e.code);
2274 hilog.error(0x0000, 'testTag', 'rpc read doubleArray fail, errorMessage ' + e.message);
5260 writeDoubleArray(doubleArray: number[]): boolean
5270 | doubleArray | number[] | 是 | 要写入的双精度浮点数组。 |