Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 18 of 18) sorted by relevance

/test/xts/hats/hdf/manager/managerBenchmarkTest/
Dhdf_manager_benchmark_test.cpp365 auto status = smq->Write(&t, 1, OHOS::MillisecToNanosec(SMQ_TEST_WAIT_TIME)); in BENCHMARK_F()
379 BENCHMARK_F(ManagerBenchmarkTest, Write)(benchmark::State &st) in BENCHMARK_F() argument
410 auto status = smq->Write(&t, 1, OHOS::MillisecToNanosec(SMQ_TEST_WAIT_TIME)); in BENCHMARK_F()
412 status = smq->Write(&t, 1, OHOS::MillisecToNanosec(SMQ_TEST_WAIT_TIME)); in BENCHMARK_F()
417 BENCHMARK_REGISTER_F(ManagerBenchmarkTest, Write)->Iterations(100)->
/test/xts/acts/telephony/networkmanager/http/httpCache/entry/src/ohosTest/ets/test/
DHttpFlush.test.ets45 * @tc.desc : Write cached data to the file system.Use callback as an asynchronous method.
86 * @tc.desc : Write cached data to the file system.Use Promise as an asynchronous method.
124 * @tc.desc : Write cached data to the file system.Use callback as an asynchronous method.
185 * @tc.desc : Write cached data to the file system.Use callback as an asynchronous method.
256 * @tc.desc : Write cached data to the file system.Use callback as an asynchronous method.
337 * @tc.desc : Write cached data to the file system.Use callback as an asynchronous method.
427 * @tc.desc : Write cached data to the file system.Use callback as an asynchronous method.
478 * @tc.desc : Write cached data to the file system.Use Promise as an asynchronous method.
537 * @tc.desc : Write cached data to the file system.Use Promise as an asynchronous method.
606 * @tc.desc : Write cached data to the file system.Use Promise as an asynchronous method.
[all …]
/test/xts/hats/hdf/nfc/hdcService_additional/
Dnfc_services_test.cpp320 ret = mHal->Write(data, nfcbtType);
353 ret = mHal->Write(data, nfcbtType);
387 ret = mHal->Write(data, nfcbtType);
/test/xts/hats/hdf/usb/mtpTest/common/
Dusbfn_mtp_test.cpp378 auto ret = g_usbfnMtpInterface->Write(devData);
401 auto ret = g_usbfnMtpInterface->Write(devData);
424 auto ret = g_usbfnMtpInterface->Write(devData);
440 auto ret = g_usbfnMtpInterface->Write(devData);
463 auto ret = g_usbfnMtpInterface->Write(devData);
/test/xts/acts/commonlibrary/ets_utils/stream_lib_standard/entry/src/ohosTest/ets/test/
DStreamTest.test.ets85 * @tc.desc: Write data to stream.
122 * @tc.desc: Write data failed.
145 * @tc.desc: Write data failed.
241 * @tc.desc: Write data error.
266 * @tc.desc: Write data error.
283 * @tc.desc: Write data error.
1187 * @tc.desc: Write invalid chunk in Writable.
1386 callback(new Error('Write error'));
1389 expect(err.data.message).assertEqual('Write error');
2079 * @tc.desc: Write invalid chunk in Readable.
[all …]
/test/xts/hats/hdf/usb/mtpTest_additional/common/
Dusbfn_mtp_test.cpp718 auto ret = g_usbfnMtpInterface->Write(devData);
739 auto ret = g_usbfnMtpInterface->Write(devData);
760 auto ret = g_usbfnMtpInterface->Write(devData);
781 auto ret = g_usbfnMtpInterface->Write(devData);
803 ret = g_usbfnMtpInterface->Write(devData);
/test/xts/hats/hdf/nfc/hdcService/
Dnfc_services_test.cpp202 int32_t ret = mHal->Write(data, nfcbtType);
/test/xts/hats/hdf/manager/managerServiceTest/
Dservice_manager_hdi_test.cpp607 auto status = smq->Write(&t, 1, OHOS::MillisecToNanosec(SMQ_TEST_WAIT_TIME));
650 auto status = smq->Write(&t[0], ELEMENT_SIZE, OHOS::MillisecToNanosec(SMQ_TEST_WAIT_TIME));
686 status = smq->Write(&t[0], ELEMENT_SIZE);
/test/xts/device_attest_lite/
DREADME.md139 | Write token | int32_t HalWriteToken(char\* token, uint32_t l…
/test/xts/device_attest/
DREADME.md140 | Write token | int32_t HalWriteToken(char\* token, uint32_t l…
/test/xts/acts/
DREADME.md270 2. Write the test case in the **src** directory.
388 2. Write the test case in the **src** directory.
631 3. Write a unit test case by referring to the following example:
/test/xts/tools/
DREADME.md270 2. Write the test case in the **src** directory.
388 2. Write the test case in the **src** directory.
631 3. Write a unit test case by referring to the following example:
/test/xts/acts/multimedia/av_codec/audio_decoder/src/
Davcodec_audio_avbuffer_decoder_demo.cpp619 …audioRenderer->Write(OH_AVBuffer_GetAddr(data), data->buffer_->memory_->GetSize(), metadata, metas… in OutputFunc()
/test/xts/dcts/
DREADME.md271 2. Write the test case in the **src** directory.
389 2. Write the test case in the **src** directory.
/test/xts/hats/
DREADME.en.md268 2. Write the test case in the **src** directory.
386 2. Write the test case in the **src** directory.
/test/xts/tools/lite/
DREADME.md281 2. Write the test case in the **src** directory.
399 2. Write the test case in the **src** directory.
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dunistdndk.cpp1777 static napi_value Write(napi_env env, napi_callback_info info) in Write() function
2210 {"write", nullptr, Write, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/test/xts/dcts/communication/dsoftbus_rpcets/rpcclient/entry/src/main/ets/test/
DRpcRequestEtsUnit.test.ets1089 …* @tc.name : test writeInterfaceToken Write data to message sequence failed Error message verif…