Home
last modified time | relevance | path

Searched refs:DistributedDeviceProfileStub (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp40 DistributedDeviceProfileStub::DistributedDeviceProfileStub() in DistributedDeviceProfileStub() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
43 &DistributedDeviceProfileStub::PutDeviceProfileInner; in DistributedDeviceProfileStub()
45 &DistributedDeviceProfileStub::DeleteDeviceProfileInner; in DistributedDeviceProfileStub()
47 &DistributedDeviceProfileStub::GetDeviceProfileInner; in DistributedDeviceProfileStub()
53 &DistributedDeviceProfileStub::SyncDeviceProfileInner; in DistributedDeviceProfileStub()
57 void DistributedDeviceProfileStub::InitNewIpcInterface() in InitNewIpcInterface()
74 &DistributedDeviceProfileStub::PutServiceProfileInner; in InitNewIpcInterface()
82 &DistributedDeviceProfileStub::GetDeviceProfileNewInner; in InitNewIpcInterface()
84 &DistributedDeviceProfileStub::GetServiceProfileInner; in InitNewIpcInterface()
96 &DistributedDeviceProfileStub::SendSubscribeInfosInner; in InitNewIpcInterface()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Ddistributed_device_profile_stub_test.cpp64 class DistributedDeviceProfileStubTest : public DistributedDeviceProfileStub {
116 std::shared_ptr<DistributedDeviceProfileStub> distributedDeviceProfileStub =
128 std::shared_ptr<DistributedDeviceProfileStub> distributedDeviceProfileStub =
140 std::shared_ptr<DistributedDeviceProfileStub> distributedDeviceProfileStub =
152 std::shared_ptr<DistributedDeviceProfileStub> distributedDeviceProfileStub =
164 std::shared_ptr<DistributedDeviceProfileStub> distributedDeviceProfileStub =
176 std::shared_ptr<DistributedDeviceProfileStub> distributedDeviceProfileStub =
188 std::shared_ptr<DistributedDeviceProfileStub> distributedDeviceProfileStub =
200 std::shared_ptr<DistributedDeviceProfileStub> distributedDeviceProfileStub =
212 std::shared_ptr<DistributedDeviceProfileStub> distributedDeviceProfileStub =
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp37 class DistributedDeviceProfileStubTest : public DistributedDeviceProfileStub {
115 std::shared_ptr<DistributedDeviceProfileStub> deviceProfileStub = in FuzzDumpLocalProfile()
133 std::shared_ptr<DistributedDeviceProfileStub> deviceProfilePutStub = in PutAccessControlProfileInnerTest()
149 std::shared_ptr<DistributedDeviceProfileStub> deviceProfileGetStub = in GetTrustDeviceProfileInnerTest()
168 std::shared_ptr<DistributedDeviceProfileStub> deviceProfileUpdateStub = in UpdateAccessControlProfileInnerTest()
186 std::shared_ptr<DistributedDeviceProfileStub> deviceProfileGetAllStub = in GetAllAccessControlProfileInnerTest()
259 std::shared_ptr<DistributedDeviceProfileStub> deviceProfilePutStub = in PutCharacteristicProfileInnerTest()
277 std::shared_ptr<DistributedDeviceProfileStub> deviceProfileStub = in PutCharacteristicProfileBatchInnerTest()
295 std::shared_ptr<DistributedDeviceProfileStub> deviceProfileStub = in DeleteCharacteristicProfileInnerTest()
331 std::shared_ptr<DistributedDeviceProfileStub> deviceProfileSubStub = in SubscribeDeviceProfileInnerTest()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h27 class DistributedDeviceProfileStub : public IRemoteStub<IDistributedDeviceProfile> {
29 DistributedDeviceProfileStub();
30 ~DistributedDeviceProfileStub() = default;
70 … using Func = int32_t(DistributedDeviceProfileStub::*)(MessageParcel& data, MessageParcel& reply);
H A Ddistributed_device_profile_service.h30 class DistributedDeviceProfileService : public SystemAbility, public DistributedDeviceProfileStub {
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/putdeviceprofileinner_fuzzer/
H A Dputdeviceprofileinner_fuzzer.cpp29 class DistributedDeviceProfileStubTest : public DistributedDeviceProfileStub {
86 std::shared_ptr<DistributedDeviceProfileStub> deviceProfileStub = in FuzzDumpLocalProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/syncdeviceprofileinner_fuzzer/
H A Dsyncdeviceprofileinner_fuzzer.cpp29 class DistributedDeviceProfileStubTest : public DistributedDeviceProfileStub {
85 std::shared_ptr<DistributedDeviceProfileStub> deviceProfileStub = in FuzzDumpLocalProfile()