Home
last modified time | relevance | path

Searched refs:intArray (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nci_adapter_test/ncitagproxy/ncitagproxy_fuzzer/
H A Dncitagproxy_fuzz.cpp86 uint32_t intArray[2]; // need 2 uint32_t in FuzzConnect() local
87 ConvertToUint32s(data, intArray, 2); // need 2 uint32_t in FuzzConnect()
88 uint32_t tagDiscId = intArray[0]; in FuzzConnect()
89 uint32_t technology = intArray[1]; in FuzzConnect()
192 uint32_t intArray[2]; // need 2 int32 in FuzzStartFieldOnChecking() local
193 ConvertToUint32s(data, intArray, 2); // need 2 int32 in FuzzStartFieldOnChecking()
194 uint32_t tagDiscId = intArray[0]; in FuzzStartFieldOnChecking()
195 uint32_t delayedMs = intArray[1]; in FuzzStartFieldOnChecking()
205 uint32_t intArray[3]; in FuzzSetTimeout() local
207 uint32_t tagDiscId = intArray[0]; in FuzzSetTimeout()
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-dsoftbus.md45 | MessageParcel | writeIntArray(intArray: number[]): boolean | MessageSequence | writeIntArray(int…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-dsoftbus.md45 | MessageParcel | writeIntArray(intArray: number[]): boolean | MessageSequence | writeIntArray(int…
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp853 std::vector<int32_t> intArray; in WriteArrayToParcelBool() local
860 intArray.push_back(array[i]); in WriteArrayToParcelBool()
862 return parcel.WriteInt32Vector(intArray); in WriteArrayToParcelBool()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp857 std::vector<int32_t> intArray; in WriteArrayToParcelBool() local
864 intArray.push_back(array[i]); in WriteArrayToParcelBool()
866 return parcel.WriteInt32Vector(intArray); in WriteArrayToParcelBool()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp8708 int32_t intArray[NUM_5]; in SetBackgroundBlurStyle() local
8709 intArray[NUM_0] = blurStyle; in SetBackgroundBlurStyle()
8710 intArray[NUM_1] = colorMode; in SetBackgroundBlurStyle()
8711 intArray[NUM_2] = adaptiveColor; in SetBackgroundBlurStyle()
8753 int32_t intArray[NUM_3]; in SetForegroundBlurStyle() local
8754 intArray[NUM_0] = blurStyle; in SetForegroundBlurStyle()
8755 intArray[NUM_1] = colorMode; in SetForegroundBlurStyle()
8756 intArray[NUM_2] = adaptiveColor; in SetForegroundBlurStyle()
8798 ArkUI_Int32 intArray[NUM_4]; in SetLayoutRect() local
8799 intArray[0] = item->value[0].i32; in SetLayoutRect()
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md1752 writeIntArray(intArray: number[]): void
1762 | intArray | number[] | 是 | 要写入的整数数组。 |
1784 hilog.error(0x0000, 'testTag', 'rpc write intArray fail, errorCode ' + e.code);
1823 hilog.error(0x0000, 'testTag', 'rpc write intArray fail, errorCode ' + e.code);
1831 hilog.error(0x0000, 'testTag', 'rpc read intArray fail, errorCode ' + e.code);
1832 hilog.error(0x0000, 'testTag', 'rpc read intArray fail, errorMessage ' + e.message);
1869 hilog.error(0x0000, 'testTag', 'rpc write intArray fail, errorCode ' + e.code);
1877 hilog.error(0x0000, 'testTag', 'rpc read intArray fail, errorCode ' + e.code);
1878 hilog.error(0x0000, 'testTag', 'rpc read intArray fail, errorMessage ' + e.message);
5014 writeIntArray(intArray: number[]): boolean
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp1592 void SetForegroundBlurStyle(ArkUINodeHandle node, ArkUI_Int32 (*intArray)[3], ArkUI_Float32 scale, in SetForegroundBlurStyle()
1597 ArkUI_Int32 blurStyle = (*intArray)[NUM_0]; in SetForegroundBlurStyle()
1598 ArkUI_Int32 colorMode = (*intArray)[NUM_1]; in SetForegroundBlurStyle()
1599 ArkUI_Int32 adaptiveColor = (*intArray)[NUM_2]; in SetForegroundBlurStyle()
1713 void SetBackgroundBlurStyle(ArkUINodeHandle node, ArkUI_Int32 (*intArray)[5], ArkUI_Float32 scale, in SetBackgroundBlurStyle()
1718 ArkUI_Int32 blurStyle = (*intArray)[NUM_0]; in SetBackgroundBlurStyle()
1719 ArkUI_Int32 colorMode = (*intArray)[NUM_1]; in SetBackgroundBlurStyle()
1720 ArkUI_Int32 adaptiveColor = (*intArray)[NUM_2]; in SetBackgroundBlurStyle()
1721 ArkUI_Int32 policy = (*intArray)[NUM_3]; in SetBackgroundBlurStyle()
1722 ArkUI_Int32 blurType = (*intArray)[NUM_4]; in SetBackgroundBlurStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp2783 int32_t intArray[NUM_3]; in SetForegroundBlurStyle() local
2784 intArray[NUM_0] = blurStyle; in SetForegroundBlurStyle()
2785 intArray[NUM_1] = colorMode; in SetForegroundBlurStyle()
2786 intArray[NUM_2] = adaptiveColor; in SetForegroundBlurStyle()
2908 int32_t intArray[NUM_5]; in SetBackgroundBlurStyle() local
2909 intArray[NUM_0] = blurStyle; in SetBackgroundBlurStyle()
2910 intArray[NUM_1] = colorMode; in SetBackgroundBlurStyle()
2911 intArray[NUM_2] = adaptiveColor; in SetBackgroundBlurStyle()
2912 intArray[NUM_3] = policy; in SetBackgroundBlurStyle()
2913 intArray[NUM_4] = blurType; in SetBackgroundBlurStyle()
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md1749 writeIntArray(intArray: number[]): void
1759 | intArray | number[] | Yes | Integer array to write.|
1781 hilog.error(0x0000, 'testTag', 'rpc write intArray fail, errorCode ' + e.code);
1820 hilog.error(0x0000, 'testTag', 'rpc write intArray fail, errorCode ' + e.code);
1828 hilog.error(0x0000, 'testTag', 'rpc read intArray fail, errorCode ' + e.code);
1829 hilog.error(0x0000, 'testTag', 'rpc read intArray fail, errorMessage ' + e.message);
1866 hilog.error(0x0000, 'testTag', 'rpc write intArray fail, errorCode ' + e.code);
1874 hilog.error(0x0000, 'testTag', 'rpc read intArray fail, errorCode ' + e.code);
1875 hilog.error(0x0000, 'testTag', 'rpc read intArray fail, errorMessage ' + e.message);
4993 writeIntArray(intArray: number[]): boolean
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h101 …void (*setForegroundBlurStyle)(ArkUINodeHandle node, ArkUI_Int32 (*intArray)[3], ArkUI_Float32 sca…
107 …void (*setBackgroundBlurStyle)(ArkUINodeHandle node, ArkUI_Int32 (*intArray)[5], ArkUI_Float32 sca…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1597 …void (*setForegroundBlurStyle)(ArkUINodeHandle node, ArkUI_Int32 (*intArray)[3], ArkUI_Float32 sca…
1603 …void (*setBackgroundBlurStyle)(ArkUINodeHandle node, ArkUI_Int32 (*intArray)[5], ArkUI_Float32 sca…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md597 |新增|NA|类名:MessageSequence;<br>方法or属性:writeIntArray(intArray: number[]): void;|@ohos.rpc.d.ts|
1358 …arcel;<br>方法or属性:writeIntArray(intArray: number[]): boolean;<br>旧版本信息:|类名:MessageParcel;<br>方法or属性…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md597 |Added|NA|Class name: MessageSequence;<br>Method or attribute name: writeIntArray(intArray: number[…
1358 …writeIntArray(intArray: number[]): boolean;<br>Old version: |Class name: MessageParcel;<br>Method …
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-communication.md1243 …br>方法or属性:writeIntArray(intArray: number[]): boolean;<br>旧版本信息:ParcelException|类名:MessageParcel;<b…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-communication.md1243intArray: number[]): boolean;<br>Old version information: ParcelException|Class name: MessageParce…