Searched refs:TelephonyStateRegistryService (Results 1 – 5 of 5) sorted by relevance
36 …SystemAbility::MakeAndRegisterAbility(DelayedSingleton<TelephonyStateRegistryService>::GetInstance…38 TelephonyStateRegistryService::TelephonyStateRegistryService() in TelephonyStateRegistryService() function in OHOS::Telephony::TelephonyStateRegistryService45 TelephonyStateRegistryService::~TelephonyStateRegistryService() in ~TelephonyStateRegistryService()54 void TelephonyStateRegistryService::OnStart() in OnStart()65 …bool ret = SystemAbility::Publish(DelayedSingleton<TelephonyStateRegistryService>::GetInstance().g… in OnStart()81 void TelephonyStateRegistryService::OnStop() in OnStop()88 void TelephonyStateRegistryService::Finalize() in Finalize()93 void TelephonyStateRegistryService::OnDump() {} in OnDump()95 int32_t TelephonyStateRegistryService::UpdateCellularDataConnectState( in UpdateCellularDataConnectState()122 int32_t TelephonyStateRegistryService::UpdateCellularDataFlow(int32_t slotId, int32_t flowData) in UpdateCellularDataFlow()[all …]
78 std::shared_ptr<TelephonyStateRegistryService> service = in ShowTelephonyChangeState()79 DelayedSingleton<TelephonyStateRegistryService>::GetInstance(); in ShowTelephonyChangeState()
47 DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnStart(); in IsServiceInited()48 … if (DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()70 DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnRemoteRequest( in OnRemoteRequest()143 …DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnUpdateCellInfo(dataMessageParcel… in UpdateCellInfo()160 …DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnUpdateCallState(dataMessageParce… in UpdateCallState()179 DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnUpdateCallStateForSlotId( in UpdateCallStateForSlotId()276 …DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnUpdateSignalInfo(dataMessageParc… in UpdateSignalInfo()314 …DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnUpdateNetworkState(dataMessagePa… in UpdateNetworkState()331 … DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnUpdateCellularDataConnectState( in UpdateCellularDataConnectState()347 …DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnUpdateCellularDataFlow(dataMessa… in UpdateCellularDataFlow()[all …]
35 class TelephonyStateRegistryService : public SystemAbility,37 … public std::enable_shared_from_this<TelephonyStateRegistryService> {38 DECLARE_DELAYED_SINGLETON(TelephonyStateRegistryService)39 DECLARE_SYSTEM_ABILITY(TelephonyStateRegistryService)
40 DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnStart(); in IsServiceInited()41 … if (DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()