Searched refs:GeoConvertService (Results 1 – 7 of 7) sorted by relevance
73 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()
33 DelayedSingleton<GeoConvertService>::GetInstance().get());38 GeoConvertService::GeoConvertService() : SystemAbility(LOCATION_GEO_CONVERT_SA_ID, true) in GeoConvertService() function in OHOS::Location::GeoConvertService43 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 …]
39 class GeoConvertService : public SystemAbility, public GeoConvertServiceStub, DelayedSingleton<GeoC…40 DECLEAR_SYSTEM_ABILITY(GeoConvertService);43 DISALLOW_COPY_AND_MOVE(GeoConvertService);44 GeoConvertService();45 ~GeoConvertService() override;
33 sptr<GeoConvertService> service = in GeoConvertProxyFuzzerTest()34 new (std::nothrow) GeoConvertService(); in GeoConvertProxyFuzzerTest()
35 sptr<GeoConvertService> service_;
186 auto geoConvertServiceStub = sptr<GeoConvertService>(new (std::nothrow) GeoConvertService());
53 service_ = new (std::nothrow) GeoConvertService(); in SetUp()