Home
last modified time | relevance | path

Searched refs:suffix (Results 1 - 24 of 24) sorted by relevance

/test/xts/hats/startup/partitionslot/src/
H A Dpartitionslot_test.cpp128 std::cout << "begin get suffix by service" << std::endl; in HWTEST_F()
129 std::string suffix = ""; in HWTEST_F() local
133 ASSERT_TRUE(partitionslot->GetSlotSuffix(slot, suffix) == 0); in HWTEST_F()
142 std::cout << "begin get suffix by service" << std::endl; in HWTEST_F()
143 std::string suffix = ""; in HWTEST_F() local
147 ASSERT_TRUE(partitionslot->GetSlotSuffix(slot, suffix) == 0); in HWTEST_F()
156 std::cout << "begin get suffix by service" << std::endl; in HWTEST_F()
157 std::string suffix = ""; in HWTEST_F() local
161 ASSERT_TRUE(partitionslot->GetSlotSuffix(slot, suffix) == 0); in HWTEST_F()
169 std::cout << "begin get suffix b in HWTEST_F()
170 std::string suffix = ""; HWTEST_F() local
184 std::string suffix = ""; HWTEST_F() local
[all...]
/test/xts/hats/startup/partitionslot_additional/src/
H A Dpartitionslot_test.cpp196 std::cout << "begin get suffix by service" << std::endl; in HWTEST_F()
197 std::string suffix = ""; in HWTEST_F() local
201 ASSERT_TRUE(partitionslot->GetSlotSuffix(slot, suffix) == 0); in HWTEST_F()
211 std::cout << "begin get suffix by service" << std::endl; in HWTEST_F()
212 std::string suffix = ""; in HWTEST_F() local
216 ASSERT_TRUE(partitionslot->GetSlotSuffix(slot, suffix) == 0); in HWTEST_F()
226 std::cout << "begin get suffix by service" << std::endl; in HWTEST_F()
227 std::string suffix = ""; in HWTEST_F() local
232 ASSERT_TRUE(partitionslot->GetSlotSuffix(slot, suffix) == 0); in HWTEST_F()
/test/testfwk/developer_test/local_coverage/
H A Dutils.py132 def tree_find_file_endswith(path, suffix, file_list=None):
136 :param suffix: 后缀
142 if os.path.isfile(full_path) and full_path.endswith(suffix):
145 tree_find_file_endswith(full_path, suffix, file_list)
/test/xts/acts/appbuild/cmake_test/ohos_app_demo_test/scripts/
H A Dohos_app_demo_check.py32 def endswith_check(names: [], suffix: str):
33 return any(name.endswith(suffix) for name in names)
/test/testfwk/developer_test/local_coverage/restore_comment/
H A Dafter_lcov_branch.py36 _, suffix = os.path.splitext(file_name)
37 if suffix in [".c", ".cpp", ".html"]:
H A Dbuild_before_generate.py38 _, suffix = os.path.splitext(file_name)
39 if suffix in [".c", ".cpp"]:
/test/testfwk/xdevice/plugins/devicetest/driver/
H A Ddevice_test.py297 for suffix in post_suffix:
298 testsuite_file = "{}{}".format(testsuite, suffix)
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H A Dcommon.cpp32 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile() argument
50 streamId, GetCurrentLocalTimeStamp(), suffix.c_str()); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dbenchmark_common.cpp31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile() argument
49 streamId, GetCurrentLocalTimeStamp(), suffix.c_str()); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H A Dhdi_common_v1_1.cpp31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile() argument
49 streamId, GetCurrentLocalTimeStamp(), suffix.c_str()); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H A Dhdi_common_v1_1.cpp31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile() argument
49 streamId, GetCurrentLocalTimeStamp(), suffix.c_str()); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H A Dbenchmark_common.cpp31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile() argument
49 streamId, GetCurrentLocalTimeStamp(), suffix.c_str()); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Dcommon.cpp31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile() argument
49 streamId, GetCurrentLocalTimeStamp(), suffix.c_str()); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/
H A Dcommon.h58 int32_t DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size);
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/
H A Dcommon.h57 int32_t DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size);
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/
H A Dhdi_common_v1_1.h75 int32_t DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size);
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
H A Dhdi_common_v1_1.h75 int32_t DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size);
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H A Dbenchmark_common.cpp31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile() argument
49 streamId, GetCurrentLocalTimeStamp(), suffix.c_str()); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
H A Dhdi_common_v1_2.h111 int32_t DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size);
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/
H A Dhdi_common_v1_3.h101 int32_t DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size);
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dhdi_common_v1_2.cpp32 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile() argument
50 streamId, GetCurrentLocalTimeStamp(), suffix.c_str()); in DumpImageFile()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py377 suffix='.tmp', delete=False)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py572 suffix='.prop',
663 temp_cust_file = NamedTemporaryFile(prefix='cust', suffix='.prop',
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H A Dhdi_common_v1_3.cpp41 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile() argument
59 streamId, GetCurrentLocalTimeStamp(), suffix.c_str()); in DumpImageFile()

Completed in 20 milliseconds