Home
last modified time | relevance | path

Searched refs:emptyArgs (Results 1 – 10 of 10) sorted by relevance

/base/location/test/location_passive/source/
Dpassive_ability_test.cpp186 std::vector<std::u16string> emptyArgs; variable
187 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs));
/base/location/test/location_geocode/source/
Dgeo_convert_service_test.cpp213 std::vector<std::u16string> emptyArgs; variable
214 EXPECT_EQ(ERR_OK, service_->Dump(fd, emptyArgs));
/base/location/test/location_network/source/
Dnetwork_ability_test.cpp229 std::vector<std::u16string> emptyArgs; variable
230 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs));
/base/telephony/cellular_data/test/
Dcellular_data_test.cpp826 std::vector<std::u16string> emptyArgs = {}; variable
829 EXPECT_GE(DelayedSingleton<CellularDataService>::GetInstance()->Dump(0, emptyArgs), 0);
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp599 std::vector<std::u16string> emptyArgs; variable
600 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs));
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test.cpp1414 std::vector<std::u16string> emptyArgs = {}; variable
1417 EXPECT_GE(DelayedSingleton<CoreService>::GetInstance()->Dump(0, emptyArgs), TELEPHONY_ERROR);
/base/telephony/sms_mms/test/gtest/
Dsms_gtest.cpp1780 std::vector<std::u16string> emptyArgs = {}; variable
1783 EXPECT_GE(DelayedSingleton<SmsService>::GetInstance()->Dump(0, emptyArgs), 0);
/base/location/test/location_locator/source/
Dlocator_service_test.cpp1849 std::vector<std::u16string> emptyArgs; variable
1850 EXPECT_EQ(ERR_OK, locatorAbility->Dump(fd, emptyArgs));
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp2767 std::vector<std::u16string> emptyArgs = {}; variable
2770 EXPECT_GE(DelayedSingleton<CellularCallService>::GetInstance()->Dump(0, emptyArgs), 0);
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp5464 std::vector<std::u16string> emptyArgs = {}; variable
5467 EXPECT_GE(DelayedSingleton<CallManagerService>::GetInstance()->Dump(0, emptyArgs), 0);