Home
last modified time | relevance | path

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

/base/location/test/location_geocode/source/
Dgeo_convert_service_test.cpp231 std::vector<std::u16string> emptyArgs; variable
232 EXPECT_EQ(ERR_OK, service_->Dump(fd, emptyArgs));
/base/location/test/location_passive/source/
Dpassive_ability_test.cpp189 std::vector<std::u16string> emptyArgs; variable
190 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs));
/base/location/test/location_network/source/
Dnetwork_ability_test.cpp230 std::vector<std::u16string> emptyArgs; variable
231 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs));
/base/telephony/cellular_data/test/
Dcellular_data_test.cpp804 std::vector<std::u16string> emptyArgs = {}; variable
807 EXPECT_EQ(DelayedSingleton<CellularDataService>::GetInstance()->Dump(0, emptyArgs), 0);
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp604 std::vector<std::u16string> emptyArgs; variable
605 EXPECT_EQ(ERR_OK, ability_->Dump(fd, emptyArgs));
/base/location/test/location_locator/source/
Dlocator_service_test.cpp1910 std::vector<std::u16string> emptyArgs; variable
1911 EXPECT_EQ(ERR_OK, locatorAbility->Dump(fd, emptyArgs));
/base/telephony/sms_mms/test/gtest/
Dsms_mms_gtest.cpp2404 std::vector<std::u16string> emptyArgs = {}; variable
2407 EXPECT_EQ(DelayedSingleton<SmsService>::GetInstance()->Dump(0, emptyArgs), 0);
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp2270 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/
Dsim_test.cpp3916 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/
Dcall_manager_gtest.cpp4474 std::vector<std::u16string> emptyArgs = {}; variable
4477 EXPECT_EQ(DelayedSingleton<CallManagerService>::GetInstance()->Dump(0, emptyArgs), 0);