Home
last modified time | relevance | path

Searched refs:ServiceConnectState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_service.h42 enum class ServiceConnectState { enum
93 ServiceConnectState GetServiceConnectState();
94 void SetServiceConnectState(ServiceConnectState connectState);
121 ServiceConnectState connectState_ = ServiceConnectState::STATE_DISCONNECT;
/ohos5.0/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp83 SetServiceConnectState(ServiceConnectState::STATE_DISCONNECT); in OnStop()
144 SetServiceConnectState(ServiceConnectState::STATE_CONNECTTING); in ConnectService()
156 SetServiceConnectState(ServiceConnectState::STATE_DISCONNECT); in ConnectService()
159 SetServiceConnectState(ServiceConnectState::STATE_CONNECTTED); in ConnectService()
289 GetServiceConnectState() == ServiceConnectState::STATE_CONNECTTED; in IsConnect()
348 SetServiceConnectState(ServiceConnectState::STATE_DISCONNECT); in DisconnectAbilityConnect()
431 ServiceConnectState GeoConvertService::GetServiceConnectState() in GetServiceConnectState()
437 void GeoConvertService::SetServiceConnectState(ServiceConnectState connectState) in SetServiceConnectState()
446 return connectState_ == ServiceConnectState::STATE_CONNECTTING; in IsConnecting()
463 geoConvertService->SetServiceConnectState(ServiceConnectState::STATE_DISCONNECT); in OnRemoteDied()