Home
last modified time | relevance | path

Searched refs:GeoConvertService (Results 1 – 7 of 7) sorted by relevance

/base/location/test/fuzztest/locator/geoconvertservice_fuzzer/
Dgeoconvertservice_fuzzer.cpp73 auto service1 = sptr<GeoConvertService>(new (std::nothrow) GeoConvertService()); in GeoConvertServiceFuzzTest()
76 auto service2 = sptr<GeoConvertService>(new (std::nothrow) GeoConvertService()); in GeoConvertServiceFuzzTest()
79 auto service3 = sptr<GeoConvertService>(new (std::nothrow) GeoConvertService()); in GeoConvertServiceFuzzTest()
82 auto service4 = sptr<GeoConvertService>(new (std::nothrow) GeoConvertService()); in GeoConvertServiceFuzzTest()
85 auto service5 = sptr<GeoConvertService>(new (std::nothrow) GeoConvertService()); in GeoConvertServiceFuzzTest()
88 auto service6 = sptr<GeoConvertService>(new (std::nothrow) GeoConvertService()); in GeoConvertServiceFuzzTest()
/base/location/services/location_geocode/geocode/source/
Dgeo_convert_service.cpp33 DelayedSingleton<GeoConvertService>::GetInstance().get());
38 GeoConvertService::GeoConvertService() : SystemAbility(LOCATION_GEO_CONVERT_SA_ID, true) in GeoConvertService() function in OHOS::Location::GeoConvertService
43 GeoConvertService::~GeoConvertService() in ~GeoConvertService()
47 void GeoConvertService::OnStart() in OnStart()
62 void GeoConvertService::OnStop() in OnStop()
69 bool GeoConvertService::Init() in Init()
92 DelayedSingleton<GeoConvertService>::GetInstance().get()->NotifyConnected(remoteObject); in OnAbilityConnectDone()
99 DelayedSingleton<GeoConvertService>::GetInstance().get()->NotifyDisConnected(); in OnAbilityDisconnectDone()
103 bool GeoConvertService::ReConnectService() in ReConnectService()
122 bool GeoConvertService::ConnectService() in ConnectService()
[all …]
/base/location/services/location_geocode/geocode/include/
Dgeo_convert_service.h39 class GeoConvertService : public SystemAbility, public GeoConvertServiceStub, DelayedSingleton<GeoC…
40 DECLEAR_SYSTEM_ABILITY(GeoConvertService);
43 DISALLOW_COPY_AND_MOVE(GeoConvertService);
44 GeoConvertService();
45 ~GeoConvertService() override;
/base/location/test/fuzztest/locator/geoconvertproxy_fuzzer/
Dgeoconvertproxy_fuzzer.cpp33 sptr<GeoConvertService> service = in GeoConvertProxyFuzzerTest()
34 new (std::nothrow) GeoConvertService(); in GeoConvertProxyFuzzerTest()
/base/location/test/location_geocode/include/
Dgeo_convert_service_test.h35 sptr<GeoConvertService> service_;
/base/location/test/location_mock_ipc/src/
Dlocation_mock_ipc.cpp186 auto geoConvertServiceStub = sptr<GeoConvertService>(new (std::nothrow) GeoConvertService());
/base/location/test/location_geocode/source/
Dgeo_convert_service_test.cpp53 service_ = new (std::nothrow) GeoConvertService(); in SetUp()