Searched refs:emptyArgs (Results 1 - 10 of 10) sorted by relevance
/base/location/test/location_passive/source/ |
H A D | passive_ability_test.cpp | 218 std::vector<std::u16string> emptyArgs; in HWTEST_F() local 219 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs)); in HWTEST_F()
|
/base/location/test/location_geocode/source/ |
H A D | geo_convert_service_test.cpp | 265 std::vector<std::u16string> emptyArgs; in HWTEST_F() local 266 EXPECT_EQ(ERR_OK, service_->Dump(fd, emptyArgs)); in HWTEST_F()
|
/base/location/test/location_network/source/ |
H A D | network_ability_test.cpp | 235 std::vector<std::u16string> emptyArgs; in HWTEST_F() local 236 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs)); in HWTEST_F()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager8_gtest.cpp | 945 std::vector<std::u16string> emptyArgs = {}; in HWTEST_F() local 948 EXPECT_GE(DelayedSingleton<CallManagerService>::GetInstance()->Dump(0, emptyArgs), 0); in HWTEST_F()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 1440 std::vector<std::u16string> emptyArgs = {}; in HWTEST_F() local 1443 EXPECT_GE(DelayedSingleton<CoreService>::GetInstance()->Dump(0, emptyArgs), TELEPHONY_ERROR); in HWTEST_F()
|
/base/location/test/location_locator/source/ |
H A D | locator_service_test.cpp | 1812 std::vector<std::u16string> emptyArgs; in HWTEST_F() local 1813 EXPECT_EQ(ERR_OK, locatorAbility->Dump(fd, emptyArgs)); in HWTEST_F()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 1258 std::vector<std::u16string> emptyArgs = {}; in HWTEST_F() local 1261 EXPECT_GE(DelayedSingleton<CellularCallService>::GetInstance()->Dump(0, emptyArgs), 0); in HWTEST_F()
|
/base/telephony/cellular_data/test/ |
H A D | cellular_data_test.cpp | 1053 std::vector<std::u16string> emptyArgs = {}; in HWTEST_F() local 1056 EXPECT_GE(DelayedSingleton<CellularDataService>::GetInstance()->Dump(0, emptyArgs), 0); in HWTEST_F()
|
/base/telephony/sms_mms/test/gtest/ |
H A D | sms_gtest.cpp | 1774 std::vector<std::u16string> emptyArgs = {}; in HWTEST_F() local 1777 EXPECT_GE(DelayedSingleton<SmsService>::GetInstance()->Dump(0, emptyArgs), 0); in HWTEST_F()
|
/base/location/test/location_gnss/source/ |
H A D | gnss_ability_test.cpp | 657 std::vector<std::u16string> emptyArgs; in HWTEST_F() local 658 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs)); in HWTEST_F()
|
Completed in 24 milliseconds