Lines Matching refs:doubleArray
2145 writeDoubleArray(doubleArray: number[]): void
2155 | doubleArray | number[] | Yes | Double-precision floating-point array to write.|
2177 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorCode ' + e.code);
2178 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorMessage ' + e.message);
2216 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorCode ' + e.code);
2217 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorMessage ' + e.message);
2224 hilog.error(0x0000, 'testTag', 'rpc read doubleArray fail, errorCode ' + e.code);
2225 hilog.error(0x0000, 'testTag', 'rpc read doubleArray fail, errorMessage ' + e.message);
2262 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorCode ' + e.code);
2263 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorMessage ' + e.message);
2270 hilog.error(0x0000, 'testTag', 'rpc read doubleArray fail, errorCode ' + e.code);
2271 hilog.error(0x0000, 'testTag', 'rpc read doubleArray fail, errorMessage ' + e.message);
5239 writeDoubleArray(doubleArray: number[]): boolean
5249 | doubleArray | number[] | Yes | DoubleArray to write.|