Searched refs:DistributedDeviceProfileService (Results 1 – 5 of 5) sorted by relevance
59 IMPLEMENT_SINGLE_INSTANCE(DistributedDeviceProfileService);62 DistributedDeviceProfileService::DistributedDeviceProfileService() in DistributedDeviceProfileService() function in OHOS::DeviceProfile::DistributedDeviceProfileService67 bool DistributedDeviceProfileService::Init() in Init()104 void DistributedDeviceProfileService::DeviceOnline() in DeviceOnline()138 int32_t DistributedDeviceProfileService::DeleteDeviceProfile(const std::string& serviceId) in DeleteDeviceProfile()191 int32_t DistributedDeviceProfileService::SyncDeviceProfile(const SyncOptions& syncOptions, in SyncDeviceProfile()228 void DistributedDeviceProfileService::DelayUnloadTask() in DelayUnloadTask()257 void DistributedDeviceProfileService::OnStart(const SystemAbilityOnDemandReason& startReason) in OnStart()275 int32_t DistributedDeviceProfileService::OnIdle(const SystemAbilityOnDemandReason& idleReason) in OnIdle()281 void DistributedDeviceProfileService::OnStop() in OnStop()[all …]
170 int32_t res = DistributedDeviceProfileService::GetInstance().DeleteDeviceProfile("test");186 …int result = DistributedDeviceProfileService::GetInstance().SyncDeviceProfile(syncOptions, notifie…198 DistributedDeviceProfileService::GetInstance().isOnline_ = true;200 DistributedDeviceProfileService::GetInstance().unloadHandler_ =202 DistributedDeviceProfileService::GetInstance().DelayUnloadTask();205 int result = DistributedDeviceProfileService::GetInstance().OnIdle(reason);220 int result = DistributedDeviceProfileService::GetInstance().OnIdle(reason);232 DistributedDeviceProfileService::GetInstance().OnStop();234 DistributedDeviceProfileService::GetInstance().DeviceOnline();235 bool ret = DistributedDeviceProfileService::GetInstance().isOnline_;[all …]
30 class DistributedDeviceProfileService : public SystemAbility, public DistributedDeviceProfileStub {31 DECLARE_SYSTEM_ABILITY(DistributedDeviceProfileService);32 DECLARE_SINGLE_INSTANCE_BASE(DistributedDeviceProfileService);35 DistributedDeviceProfileService();36 ~DistributedDeviceProfileService() = default;
96 DistributedDeviceProfileService::GetInstance().Init(); in FuzzDeviceProfile()99 …DistributedDeviceProfileService::GetInstance().OnRemoteRequest(code % MAX_CALL_TRANSACTION, data, … in FuzzDeviceProfile()
120 DistributedDeviceProfileService::GetInstance().DeviceOnline(); in GetTrustedDeviceList()129 DistributedDeviceProfileService::GetInstance().DeviceOnline(); in OnDeviceOnline()