Searched refs:doubleArray (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/ |
H A D | preferences_impl.cpp | 206 for (int64_t i = 0; i < value.doubleArray.size; i++) { in CValueTypeToNativeValue() 207 doubles.push_back(value.doubleArray.head[i]); in CValueTypeToNativeValue() 239 free(v.doubleArray.head); in FreeValueType() 274 CArrDouble doubleArray = { head, doubles.size() }; in VectorToDoubleArray() local 275 return doubleArray; in VectorToDoubleArray() 364 v.doubleArray = VectorToDoubleArray(doubleVector, code); in NativeValueToCValueType()
|
H A D | preferences_interface.h | 47 CArrDouble doubleArray; member
|
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/ |
H A D | preferences_test.cpp | 827 std::vector<double> doubleArray = { 0.1, 0.2 }; variable 831 pref1->Put(KEY_TEST_DOUBLE_ARRAY_ELEMENT, doubleArray); 850 EXPECT_EQ(static_cast<std::vector<double>>(doubleArrayRes), doubleArray);
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-dsoftbus.md | 48 | MessageParcel | writeDoubleArray(doubleArray: number[]): boolean | MessageSequence | writeDouble…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-dsoftbus.md | 48 | MessageParcel | writeDoubleArray(doubleArray: number[]): boolean | MessageSequence | writeDouble…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 2148 writeDoubleArray(doubleArray: number[]): void 2158 | doubleArray | number[] | 是 | 要写入的双精度浮点数组。 | 2180 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorCode ' + e.code); 2219 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorCode ' + e.code); 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); 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 [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 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); 2216 hilog.error(0x0000, 'testTag', 'rpc write doubleArray fail, errorCode ' + e.code); 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); 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 [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 600 |新增|NA|类名:MessageSequence;<br>方法or属性:writeDoubleArray(doubleArray: number[]): void;|@ohos.rpc.d.ts| 1361 …br>方法or属性:writeDoubleArray(doubleArray: number[]): boolean;<br>旧版本信息:|类名:MessageParcel;<br>方法or属性:…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 600 |Added|NA|Class name: MessageSequence;<br>Method or attribute name: writeDoubleArray(doubleArray: n… 1361 …bleArray(doubleArray: number[]): boolean;<br>Old version: |Class name: MessageParcel;<br>Method or…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-communication.md | 1246 …性:writeDoubleArray(doubleArray: number[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<br>…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-communication.md | 1246 …doubleArray: number[]): boolean;<br>Old version information: ParcelException|Class name: MessagePa…
|