/ohos5.0/base/update/updateservice/test/fuzztest/common/ |
H A D | fuzztest_helper.cpp | 157 void FuzztestHelper::GetCharArray(char *charArray, uint32_t arraySize) in GetCharArray() argument 163 charArray[i] = static_cast<char>(data_[i + index_]); in GetCharArray()
|
H A D | fuzztest_helper.h | 43 void GetCharArray(char *charArray, uint32_t arraySize);
|
/ohos5.0/foundation/resourceschedule/memmgr/common/src/ |
H A D | kernel_interface.cpp | 454 void DeleteCharArrayIfNotNull(char * charArray) in DeleteCharArrayIfNotNull() argument 456 if (charArray) { in DeleteCharArrayIfNotNull() 457 delete [] charArray; in DeleteCharArrayIfNotNull() 458 charArray = nullptr; in DeleteCharArrayIfNotNull()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_hichain_auth_connector.cpp | 607 char *charArray = strdup(g_processCredentialReturnDataStr.c_str()); in ProcessCredential() local 608 if (charArray == nullptr) { in ProcessCredential() 612 *returnData = charArray; in ProcessCredential()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-dsoftbus.md | 50 | MessageParcel | writeCharArray(charArray: number[]): boolean | MessageSequence | writeCharArray(…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-dsoftbus.md | 50 | MessageParcel | writeCharArray(charArray: number[]): boolean | MessageSequence | writeCharArray(…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 493 char* charArray = &GetPropertyValue<char>(offset); in SetDefaultSerializers() local 494 charArray[value.copy(charArray, property.size - 1)] = '\0'; in SetDefaultSerializers()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 2412 writeCharArray(charArray: number[]): void 2422 | charArray | number[] | 是 | 要写入的单个字符数组。 | 2444 hilog.error(0x0000, 'testTag', 'rpc write charArray fail, errorCode ' + e.code); 2483 hilog.error(0x0000, 'testTag', 'rpc write charArray fail, errorCode ' + e.code); 2491 hilog.error(0x0000, 'testTag', 'rpc read charArray fail, errorCode ' + e.code); 2492 hilog.error(0x0000, 'testTag', 'rpc read charArray fail, errorMessage ' + e.message); 2529 hilog.error(0x0000, 'testTag', 'rpc write charArray fail, errorCode ' + e.code); 2537 hilog.error(0x0000, 'testTag', 'rpc read charArray fail, errorCode ' + e.code); 2538 hilog.error(0x0000, 'testTag', 'rpc read charArray fail, errorMessage ' + e.message); 5424 writeCharArray(charArray: number[]): boolean [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 2409 writeCharArray(charArray: number[]): void 2419 | charArray | number[] | Yes | Character array to write.| 2441 hilog.error(0x0000, 'testTag', 'rpc write charArray fail, errorCode ' + e.code); 2480 hilog.error(0x0000, 'testTag', 'rpc write charArray fail, errorCode ' + e.code); 2488 hilog.error(0x0000, 'testTag', 'rpc read charArray fail, errorCode ' + e.code); 2489 hilog.error(0x0000, 'testTag', 'rpc read charArray fail, errorMessage ' + e.message); 2526 hilog.error(0x0000, 'testTag', 'rpc write charArray fail, errorCode ' + e.code); 2534 hilog.error(0x0000, 'testTag', 'rpc read charArray fail, errorCode ' + e.code); 2535 hilog.error(0x0000, 'testTag', 'rpc read charArray fail, errorMessage ' + e.message); 5403 writeCharArray(charArray: number[]): boolean [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 602 |新增|NA|类名:MessageSequence;<br>方法or属性:writeCharArray(charArray: number[]): void;|@ohos.rpc.d.ts| 1363 …cel;<br>方法or属性:writeCharArray(charArray: number[]): boolean;<br>旧版本信息:|类名:MessageParcel;<br>方法or属性…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 602 |Added|NA|Class name: MessageSequence;<br>Method or attribute name: writeCharArray(charArray: numbe… 1363 …teCharArray(charArray: number[]): boolean;<br>Old version: |Class name: MessageParcel;<br>Method o…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-communication.md | 1248 …方法or属性:writeCharArray(charArray: 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 | 1248 …charArray: number[]): boolean;<br>Old version information: ParcelException|Class name: MessageParc…
|