Home
last modified time | relevance | path

Searched refs:DistributedDeviceProfileServiceNew (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_profile_service_test.cpp104 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 …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp55 IMPLEMENT_SINGLE_INSTANCE(DistributedDeviceProfileServiceNew);
57 DistributedDeviceProfileServiceNew::DistributedDeviceProfileServiceNew() in DistributedDeviceProfileServiceNew() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
63 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 …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp230 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 …]
H A Ddistributed_device_profile_service.cpp70 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()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h33 class DistributedDeviceProfileServiceNew : public SystemAbility, public DistributedDeviceProfileStu…
34 DECLARE_SYSTEM_ABILITY(DistributedDeviceProfileServiceNew);
35 DECLARE_SINGLE_INSTANCE_BASE(DistributedDeviceProfileServiceNew);
38 DistributedDeviceProfileServiceNew();
39 ~DistributedDeviceProfileServiceNew();
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/newdeviceprofile_fuzzer/
H A Dnew_device_profile_fuzzer.cpp96 DistributedDeviceProfileServiceNew::GetInstance().Init(); in FuzzDeviceProfile()
103 DistributedDeviceProfileServiceNew::GetInstance().OnRemoteRequest(code, data, reply, option); in FuzzDeviceProfile()