/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
D | camera_hdi_uttest_v1_1.cpp | 38 cameraTest->Open(); 64 cameraTest->Open(); 90 cameraTest->Open(); 115 cameraTest->Open(); 140 cameraTest->Open(); 165 cameraTest->Open(); 191 cameraTest->Open(); 216 cameraTest->Open(); 241 cameraTest->Open(); 266 cameraTest->Open(); [all …]
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
D | hdi_device_uttest.cpp | 43 cameraTest->Open(); 58 cameraTest->Open(); 73 cameraTest->Open(); 93 cameraTest->Open(); 113 cameraTest->Open(); 129 cameraTest->Open();
|
D | hdi_stream_uttest.cpp | 43 cameraTest->Open(); 91 cameraTest->Open(); 131 cameraTest->Open(); 166 cameraTest->Open(); 204 cameraTest->Open(); 239 cameraTest->Open(); 278 cameraTest->Open(); 314 cameraTest->Open(); 353 cameraTest->Open(); 392 cameraTest->Open(); [all …]
|
D | device_ability_uttest.cpp | 29 cameraTest->Open(); in SetUp()
|
D | camera_3a_uttest.cpp | 28 cameraTest->Open(); in SetUp() 300 cameraTest->Open();
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/ |
D | hdi_device_uttest.cpp | 42 cameraTest->Open(); 58 cameraTest->Open(); 79 cameraTest->Open(); 93 cameraTest->Open(); 109 cameraTest->Open(); 126 cameraTest->Open();
|
D | hdi_stream_uttest.cpp | 39 cameraTest->Open(); 57 cameraTest->Open(); 75 cameraTest->Open(); 93 cameraTest->Open(); 111 cameraTest->Open(); 127 cameraTest->Open(); 143 cameraTest->Open(); 189 cameraTest->Open(); 235 cameraTest->Open(); 281 cameraTest->Open(); [all …]
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
D | camera_prelaunch_test_v1_2.cpp | 115 cameraTest->Open(DEVICE_0); 133 cameraTest->Open(DEVICE_0); 151 cameraTest->Open(DEVICE_0); 169 cameraTest->Open(DEVICE_0); 187 cameraTest->Open(DEVICE_0); 205 cameraTest->Open(DEVICE_0); 223 cameraTest->Open(DEVICE_0); 241 cameraTest->Open(DEVICE_0); 259 cameraTest->Open(DEVICE_0); 277 cameraTest->Open(DEVICE_0); [all …]
|
D | camera_flashlight_test_v1_2.cpp | 217 cameraTest->Open(DEVICE_0); 241 cameraTest->Open(DEVICE_0); 267 cameraTest->Open(DEVICE_0); 293 cameraTest->Open(DEVICE_0); 325 cameraTest->Open(DEVICE_0);
|
D | front_camera_hdi_test_v1_2.cpp | 31 cameraTest->Open(DEVICE_1); // assert inside in SetUp()
|
/test/xts/hats/hdf/nfc/hdcService_additional/ |
D | nfc_services_test.cpp | 125 ret = mHal->Open(nullptr, nfcbtType); 152 ret = mHal->Open(mCallback, nfcbtType); 181 ret = mHal->Open(mCallback, nfcbtType); 214 ret = mHal->Open(mCallback, nfcbtType); 247 ret = mHal->Open(mCallback, nfcbtType); 281 ret = mHal->Open(mCallback, nfcbtType); 314 ret = mHal->Open(mCallback, nfcbtType); 347 ret = mHal->Open(mCallback, nfcbtType); 380 ret = mHal->Open(mCallback, nfcbtType); 414 ret = mHal->Open(mCallback, nfcbtType); [all …]
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
D | camera_benchmark_test.cpp | 55 cameraTest->Open(DEVICE_0); in BENCHMARK_F() 70 cameraTest->Open(DEVICE_0); in BENCHMARK_F() 90 cameraTest->Open(DEVICE_0); in BENCHMARK_F()
|
/test/ostest/wukong/shell_command/src/ |
D | wukong_main.cpp | 65 bool res = sem.Open(); in InitSemaphore() 90 sem.Open(); in IsRunning() 161 semRun.Open(); in main()
|
D | wukong_shell_command.cpp | 102 sem.Open(); in RunStopCommand()
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
D | camera_hdi_uttest_v1_1.cpp | 50 cameraTest->Open(); 68 cameraTest->Open(); 86 cameraTest->Open(); 104 cameraTest->Open(); 115 cameraTest->Open(); 133 cameraTest->Open(); 147 cameraTest->Open(); 186 cameraTest->Open(); 238 cameraTest->Open(); 257 cameraTest->Open(); [all …]
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/ |
D | hdf_camera_benchmark_test.cpp | 84 cameraTest->Open(); in BENCHMARK_F() 143 cameraTest->Open(); in BENCHMARK_F() 161 cameraTest->Open(); in BENCHMARK_F() 201 cameraTest->Open(); in BENCHMARK_F() 242 cameraTest->Open(); in BENCHMARK_F() 262 cameraTest->Open(); in BENCHMARK_F() 282 cameraTest->Open(); in BENCHMARK_F() 307 cameraTest->Open(); in BENCHMARK_F() 333 cameraTest->Open(); in BENCHMARK_F() 351 cameraTest->Open(); in BENCHMARK_F() [all …]
|
/test/xts/acts/storage/crossplatform/storagefsetstest/src/main/ets/test/members/ |
D | read.test.ets | 25 * Open the file in read-only mode, default read from current offset. 54 * Open the file in write-only mode, verifying it is not readable. 81 * Open the file in read-only mode, reading the file with offset(position) = 1. 110 * Open the file in read-only mode, reading the file with length = 3. 139 …* Open the file in read-only mode, reading the file with offset > the content of file(Read normal). 168 * Open the file in read-only mode, reading the file with offset(position) = 1, length = 11. 218 * Open the file in read-only mode, reading the file with empty option. 274 * Open the file in read-only mode, default read from current offset. 313 * Open the file in write-only mode, verifying it is not readable. 345 * Open the file in read-only mode, reading the file with offset(position) = 1. [all …]
|
D | write.test.ets | 25 * Open the file in write-only mode, default write from current offset. 58 * Open the file in read-only mode, verifying that it is not writable. 85 * Open the file in write-only mode, writing a string of length = 3. 114 * Open the file in write-only mode, writing a string from offset(position) = 5. 143 * Open the file in write-only mode, writing a string of with length = 3 and offset = 5. 173 …* Open the file in write-only mode, writing a string of with length = 3, offset = 5 and encoding =… 204 * Open the file in write-only mode, writing an ArrayBuffer(4096). 231 * Open the file in write-only mode, writing a string with empty option parameters. 315 * Open the file in write-only mode, default write from current offset. 358 * Open the file in read-only mode, verifying that it is not writable. [all …]
|
D | close.test.ets | 25 * Open file and close file by fd. 49 * Open file and close file by file object. 123 * Open file and close file by fd. 152 * Open file and close file by file object. 181 * Open file and close file by fd. 204 * Open file and close file by file object.
|
D | fsync.test.ets | 25 * Open the file in read-write mode, and synchronize the file data. 70 * Open the file in read-write mode, and synchronize the file data. 177 * Open the file in read-write mode, and synchronize the file data.
|
D | fdatasync.test.ets | 25 * Open the file in read-write mode, and synchronize the file content data. 70 * Open the file in read-write mode, and synchronize the file content data. 177 * Open the file in read-write mode, and synchronize the file content data.
|
D | open.test.ets | 26 * Open the file in read-only mode, verifying the file is readable. 56 * Open the file in write-only mode, verifying the file is writable. 159 * Open as append, subsequent writes will append to the end of the file. 289 * Open the file in the way of synchronous IO. 368 * Open the file in read-only mode, verifying the file is readable. 409 * Open the file in write-only mode, verifying the file is writable. 531 * Open as append, subsequent writes will append to the end of the file. 685 * Open the file in the way of synchronous IO. 783 * Open the file in read-only mode, verifying the file is readable. 810 * Open the file in write-only mode, verifying the file is writable. [all …]
|
/test/ostest/wukong/test_flow/src/ |
D | test_flow.cpp | 94 bool res = semStop_.Open(); in Run()
|
/test/ostest/wukong/common/include/ |
D | wukong_util.h | 358 bool Open() in Open() function
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | fcntlndk.cpp | 160 static napi_value Open(napi_env env, napi_callback_info info) in Open() function 360 {"open", nullptr, Open, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
|