Home
last modified time | relevance | path

Searched refs:bufferToString (Results 1 – 14 of 14) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/FileManagement/FileShare/SandboxShare/entry/src/main/ets/fileFs/
DfileFs.ts16 import { bufferToString, Logger } from '../common/Common';
104 resultPut = bufferToString(buf);
118 let content = bufferToString(buf);
/applications/standard/app_samples/code/Solutions/IM/Chat/features/chatlist/src/main/ets/utils/
DDataFactory.ets101 let jsonObj: JsonObjType = JSON.parse(this.bufferToString(value.buffer)) as JsonObjType;
121 let jsonObj: JsonObjType = JSON.parse(this.bufferToString(value.buffer)) as JsonObjType;
141 let jsonObj: JsonObjType = JSON.parse(this.bufferToString(value.buffer)) as JsonObjType;
150 private bufferToString(buffer: ArrayBufferLike): string {
151 Logger.info(TAG, 'bufferToString');
/applications/standard/app_samples/code/BasicFeature/DataManagement/UDMF/UDMFDemo/entry/src/main/ets/fileFs/
DfileFs.ts16 import { bufferToString } from '../util/Common';
122 resultPut = bufferToString(buf);
/applications/standard/app_samples/code/SystemFeature/FileManagement/FileShare/Picker/entry/src/main/ets/media/
DMediaFileUri.ts20 import { bufferToString } from '../common/Common';
108 content = bufferToString(buffer);
/applications/standard/app_samples/code/SystemFeature/Security/DLPManager/entry/src/main/ets/media/
DMediaFileUri.ts96 content = bufferToString(buffer);
175 export function bufferToString(buffer: ArrayBuffer): string { function
/applications/standard/app_samples/code/BasicFeature/DataManagement/UDMF/UDMFDemo/entry/src/main/ets/util/
DCommon.ts65 export function bufferToString(buffer: ArrayBuffer): string { function
/applications/standard/app_samples/code/BasicFeature/FileManagement/FileShare/SandboxShare/entry/src/main/ets/common/
DCommon.ts99 export function bufferToString(buffer: ArrayBuffer): string { function
/applications/standard/app_samples/code/SystemFeature/FileManagement/FileShare/Picker/entry/src/main/ets/common/
DCommon.ts101 export function bufferToString(buffer: ArrayBuffer): string {
/applications/standard/app_samples/code/LaunguageBaseClassLibrary/ConcurrentModule/
DREADME_zh.md55 | |---Common.ts // 公用方法,如bufferToString
/applications/standard/app_samples/code/BasicFeature/FileManagement/FileManager/entry/src/main/ets/filemanager/fileFs/
DMyWatcher.ets18 import { bufferToString, expect, Logger, sleep } from '../../common/Common';
220 let resultPut = bufferToString(buf);
262 let resultPut = bufferToString(buf);
/applications/standard/app_samples/code/BasicFeature/FileManagement/FileManager/entry/src/main/ets/common/
DCommon.ets68 export function bufferToString(buffer: ArrayBuffer): string {
/applications/standard/app_samples/code/LaunguageBaseClassLibrary/ConcurrentModule/entry/src/main/ets/common/
DCommon.ets69 export function bufferToString(buffer: ArrayBuffer): string {
/applications/standard/app_samples/code/BasicFeature/FileManagement/FileManager/entry/src/main/ets/pages/
DWatcherFile.ets19 import { Logger, sleep, bufferToString } from '../common/Common';
143 this.currentFileContent = bufferToString(buf);
/applications/standard/app_samples/code/BasicFeature/FileManagement/FileManager/
DREADME_zh.md56 | |---Common.ts // 公用方法,如bufferToString