Searched refs:NetworkShareService (Results 1 – 4 of 4) sorted by relevance
34 NetworkShareService::NetworkShareService() : SystemAbility(COMM_NET_TETHERING_MANAGER_SYS_ABILITY_I… in NetworkShareService() function in OHOS::NetManagerStandard::NetworkShareService36 NetworkShareService::~NetworkShareService(){}; in ~NetworkShareService()38 void NetworkShareService::OnStart() in OnStart()57 void NetworkShareService::OnStop() in OnStop()75 bool NetworkShareService::Init() in Init()95 void NetworkShareService::GetDumpMessage(std::string &message) in GetDumpMessage()155 int32_t NetworkShareService::IsSharing(int32_t &sharingStatus) in IsSharing()264 int32_t NetworkShareService::GetStatsRxBytes(int32_t &bytes) in GetStatsRxBytes()275 int32_t NetworkShareService::GetStatsTxBytes(int32_t &bytes) in GetStatsTxBytes()319 void NetworkShareService::OnNetSysRestart() in OnNetSysRestart()[all …]
28 class NetworkShareService : public SystemAbility,30 public std::enable_shared_from_this<NetworkShareService> {31 DECLARE_DELAYED_SINGLETON(NetworkShareService)32 DECLARE_SYSTEM_ABILITY(NetworkShareService)
57 static inline auto instance_ = DelayedSingleton<NetworkShareService>::GetInstance();281 instance_->state_ = NetworkShareService::ServiceRunningState::STATE_RUNNING;
133 DelayedSingleton<NetworkShareService>::GetInstance()->Init(); in Init()147 …return DelayedSingleton<NetworkShareService>::GetInstance()->OnRemoteRequest(static_cast<uint32_t>… in OnRemoteRequest()