Home
last modified time | relevance | path

Searched refs:readout (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_mapped_file_test.cpp139 std::string readout; in TestFileStatusAndRead() local
142 readout.push_back(*cur); in TestFileStatusAndRead()
144 EXPECT_EQ(readout, content); in TestFileStatusAndRead()
154 std::string readout; in TestFileReadAndWrite() local
156 readout.push_back(*cur); in TestFileReadAndWrite()
186 std::string readout; in TestFileStat() local
251 std::string readout; in TestFileWrite() local
276 std::string readout; in TestTwoFileWrite() local
398 std::string readout; variable
464 std::string readout; variable
[all …]
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
H A Dmapped_benchmark_test.cpp138 std::string readout; in ReadFromMappedFile() local
140 readout.push_back(*cur); in ReadFromMappedFile()
142 AssertEqual(readout, content, "readout did not equal content as expected.", state); in ReadFromMappedFile()
263 std::string readout; in BENCHMARK_F() local
265 readout.push_back(*cur); in BENCHMARK_F()
327 std::string readout; in BENCHMARK_F() local
329 readout.push_back(*cur); in BENCHMARK_F()
629 std::string readout; in BENCHMARK_F() local
631 readout.push_back(*cur); in BENCHMARK_F()
689 std::string readout; in BENCHMARK_F() local
[all …]
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc_utils_guide_mapped_file.md152 std::string readout;
154 readout.push_back(*cur);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-Chip.md601 SectionGroup({ title: 'Suffix icon readout' }) {
693 SectionGroup({ title: 'Suffix symbol readout' }) {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-fileio.md777 | Promise<[ReadOut](#readout)> | Promise对象。返回读取的结果。 |
817 …| callback | AsyncCallback<[ReadOut](#readout)> | 是 | 异步读取数据之后的回调。 …
3605 | Promise<[ReadOut](#readout)> | Promise对象。返回读取的结果。 |
3652 …| callback | AsyncCallback<[ReadOut](#readout)> | 是 | 异步从流文件读取数据之后的回调。 …
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-fileio.md777 | Promise<[ReadOut](#readout)> | Promise used to return the data read.|
817 …| callback | AsyncCallback<[ReadOut](#readout)> | Yes | Callback used to return the result…
3605 | Promise<[ReadOut](#readout)> | Promise used to return the data read.|
3652 …| callback | AsyncCallback<[ReadOut](#readout)> | Yes | Callback used to return the result…