Searched refs:DistributedDeviceProfileServiceNew (Results 1 – 6 of 6) sorted by relevance
104 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().Init();110 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().UnInit();116 DistributedDeviceProfileServiceNew::GetInstance().unloadHandler_ = nullptr;117 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().CreateUnloadHandler();120 ret = DistributedDeviceProfileServiceNew::GetInstance().DestroyUnloadHandler();124 ret = DistributedDeviceProfileServiceNew::GetInstance().CreateUnloadHandler();127 ret = DistributedDeviceProfileServiceNew::GetInstance().DestroyUnloadHandler();136 DistributedDeviceProfileServiceNew::GetInstance().DelayUnloadTask();190 … int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfile(serviceProfile);246 DistributedDeviceProfileServiceNew::GetInstance().GetCharacteristicProfile(devid,[all …]
55 IMPLEMENT_SINGLE_INSTANCE(DistributedDeviceProfileServiceNew);57 DistributedDeviceProfileServiceNew::DistributedDeviceProfileServiceNew() in DistributedDeviceProfileServiceNew() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew63 DistributedDeviceProfileServiceNew::~DistributedDeviceProfileServiceNew() in ~DistributedDeviceProfileServiceNew()68 int32_t DistributedDeviceProfileServiceNew::Init() in Init()91 int32_t DistributedDeviceProfileServiceNew::PostInit() in PostInit()126 bool DistributedDeviceProfileServiceNew::IsInited() in IsInited()131 int32_t DistributedDeviceProfileServiceNew::UnInit() in UnInit()488 int32_t DistributedDeviceProfileServiceNew::SyncDeviceProfile( in SyncDeviceProfile()523 void DistributedDeviceProfileServiceNew::DelayUnloadTask() in DelayUnloadTask()576 void DistributedDeviceProfileServiceNew::OnStop() in OnStop()[all …]
230 if (!DistributedDeviceProfileServiceNew::GetInstance().IsInited()) { in OnRemoteRequest()454 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteAccessControlProfile(accessC… in DeleteAccessControlProfileInner()470 … int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfile(serviceProfile); in PutServiceProfileInner()485 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfileBatch(serviceProf… in PutServiceProfileBatchInner()500 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutCharacteristicProfile(charProfi… in PutCharacteristicProfileInner()528 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetDeviceProfile(deviceId, deviceP… in GetDeviceProfileNewInner()620 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SubscribeDeviceProfile(subscribeIn… in SubscribeDeviceProfileInner()636 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().UnSubscribeDeviceProfile(subscribe… in UnSubscribeDeviceProfileInner()669 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SendSubscribeInfos(listenerMap); in SendSubscribeInfosInner()686 … int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SubscribeDeviceProfileInited(saId, in SubscribeDeviceProfileInitedInner()[all …]
70 DistributedDeviceProfile::DistributedDeviceProfileServiceNew::GetInstance().Init(); in Init()284 if (!DistributedDeviceProfile::DistributedDeviceProfileServiceNew::GetInstance().UnInit()) { in OnStop()293 if (DistributedDeviceProfile::DistributedDeviceProfileServiceNew::GetInstance().IsInited()) { in OnAddSystemAbility()320 …if (DistributedDeviceProfile::DistributedDeviceProfileServiceNew::GetInstance().PostInit() != ERR_… in DoBusinessInit()
33 class DistributedDeviceProfileServiceNew : public SystemAbility, public DistributedDeviceProfileStu…34 DECLARE_SYSTEM_ABILITY(DistributedDeviceProfileServiceNew);35 DECLARE_SINGLE_INSTANCE_BASE(DistributedDeviceProfileServiceNew);38 DistributedDeviceProfileServiceNew();39 ~DistributedDeviceProfileServiceNew();
96 DistributedDeviceProfileServiceNew::GetInstance().Init(); in FuzzDeviceProfile()103 DistributedDeviceProfileServiceNew::GetInstance().OnRemoteRequest(code, data, reply, option); in FuzzDeviceProfile()