Searched refs:ServiceConnectState (Results 1 – 2 of 2) sorted by relevance
42 enum class ServiceConnectState { enum93 ServiceConnectState GetServiceConnectState();94 void SetServiceConnectState(ServiceConnectState connectState);121 ServiceConnectState connectState_ = ServiceConnectState::STATE_DISCONNECT;
83 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()