Lines Matching refs:stringArray
2544 writeStringArray(stringArray: string[]): void
2554 | stringArray | string[] | 是 | 要写入的字符串数组,数组单个元素的长度应小于40960字节。 |
2576 hilog.error(0x0000, 'testTag', 'rpc write stringArray fail, errorCode ' + e.code);
2577 hilog.error(0x0000, 'testTag', 'rpc write stringArray fail, errorMessage ' + e.message);
2615 hilog.error(0x0000, 'testTag', 'rpc write stringArray fail, errorCode ' + e.code);
2616 hilog.error(0x0000, 'testTag', 'rpc write stringArray fail, errorMessage ' + e.message);
2623 hilog.error(0x0000, 'testTag', 'rpc read stringArray fail, errorCode ' + e.code);
2624 hilog.error(0x0000, 'testTag', 'rpc read stringArray fail, errorMessage ' + e.message);
2661 hilog.error(0x0000, 'testTag', 'rpc write stringArray fail, errorCode ' + e.code);
2662 hilog.error(0x0000, 'testTag', 'rpc write stringArray fail, errorMessage ' + e.message);
2669 hilog.error(0x0000, 'testTag', 'rpc read stringArray fail, errorCode ' + e.code);
2670 hilog.error(0x0000, 'testTag', 'rpc read stringArray fail, errorMessage ' + e.message);
5506 writeStringArray(stringArray: string[]): boolean
5516 | stringArray | string[] | 是 | 要写入的字符串数组,数组单个元素的长度应小于40960字节。 |