Searched refs:emptyArgs (Results 1 – 10 of 10) sorted by relevance
/base/location/test/location_geocode/source/ |
D | geo_convert_service_test.cpp | 231 std::vector<std::u16string> emptyArgs; variable 232 EXPECT_EQ(ERR_OK, service_->Dump(fd, emptyArgs));
|
/base/location/test/location_passive/source/ |
D | passive_ability_test.cpp | 189 std::vector<std::u16string> emptyArgs; variable 190 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs));
|
/base/location/test/location_network/source/ |
D | network_ability_test.cpp | 230 std::vector<std::u16string> emptyArgs; variable 231 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs));
|
/base/telephony/cellular_data/test/ |
D | cellular_data_test.cpp | 804 std::vector<std::u16string> emptyArgs = {}; variable 807 EXPECT_EQ(DelayedSingleton<CellularDataService>::GetInstance()->Dump(0, emptyArgs), 0);
|
/base/location/test/location_gnss/source/ |
D | gnss_ability_test.cpp | 604 std::vector<std::u16string> emptyArgs; variable 605 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs));
|
/base/location/test/location_locator/source/ |
D | locator_service_test.cpp | 1910 std::vector<std::u16string> emptyArgs; variable 1911 EXPECT_EQ(ERR_OK, locatorAbility->Dump(fd, emptyArgs));
|
/base/telephony/sms_mms/test/gtest/ |
D | sms_mms_gtest.cpp | 2404 std::vector<std::u16string> emptyArgs = {}; variable 2407 EXPECT_EQ(DelayedSingleton<SmsService>::GetInstance()->Dump(0, emptyArgs), 0);
|
/base/telephony/cellular_call/test/unittest/cstest/ |
D | cs_test.cpp | 2270 std::vector<std::u16string> emptyArgs = {}; variable 2273 EXPECT_EQ(DelayedSingleton<CellularCallService>::GetInstance()->Dump(0, emptyArgs), 0);
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | sim_test.cpp | 3916 std::vector<std::u16string> emptyArgs = {}; variable 3919 EXPECT_EQ(DelayedSingleton<CoreService>::GetInstance()->Dump(0, emptyArgs), 0);
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
D | call_manager_gtest.cpp | 4474 std::vector<std::u16string> emptyArgs = {}; variable 4477 EXPECT_EQ(DelayedSingleton<CallManagerService>::GetInstance()->Dump(0, emptyArgs), 0);
|