Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Ddistributed_device_profile_stub_test.cpp118 int32_t result = distributedDeviceProfileStub->NotifyAclEventInner(code, data, reply, option);
130 int32_t result = distributedDeviceProfileStub->NotifyAclEventInner(code, data, reply, option);
142 int32_t result = distributedDeviceProfileStub->NotifyAclEventInner(code, data, reply, option);
154 int32_t result = distributedDeviceProfileStub->NotifyAclEventInner(code, data, reply, option);
166 int32_t result = distributedDeviceProfileStub->NotifyAclEventInner(code, data, reply, option);
178 int32_t result = distributedDeviceProfileStub->NotifyAclEventInner(code, data, reply, option);
190 int32_t result = distributedDeviceProfileStub->NotifyAclEventInner(code, data, reply, option);
202 int32_t result = distributedDeviceProfileStub->NotifyAclEventInner(code, data, reply, option);
214 int32_t result = distributedDeviceProfileStub->NotifyAclEventInner(code, data, reply, option);
226 int32_t result = distributedDeviceProfileStub->NotifyAclEventInner(code, data, reply, option);
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp570 int32_t ret = ProfileStub_->NotifyAclEventInner(code, data, reply, option);
586 int32_t ret = ProfileStub_->NotifyAclEventInner(code, data, reply, option);
602 int32_t ret = ProfileStub_->NotifyAclEventInner(code, data, reply, option);
618 int32_t ret = ProfileStub_->NotifyAclEventInner(code, data, reply, option);
634 int32_t ret = ProfileStub_->NotifyAclEventInner(code, data, reply, option);
650 int32_t ret = ProfileStub_->NotifyAclEventInner(code, data, reply, option);
666 int32_t ret = ProfileStub_->NotifyAclEventInner(code, data, reply, option);
682 int32_t ret = ProfileStub_->NotifyAclEventInner(code, data, reply, option);
698 int32_t ret = ProfileStub_->NotifyAclEventInner(code, data, reply, option);
714 int32_t ret = ProfileStub_->NotifyAclEventInner(code, data, reply, option);
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h67 …int32_t NotifyAclEventInner(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOptio…
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h78 …int32_t NotifyAclEventInner(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOptio…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp110 int32_t DistributedDeviceProfileStubNew::NotifyAclEventInner(uint32_t code, MessageParcel& data, in NotifyAclEventInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
184 return NotifyAclEventInner(code, data, reply, option); in OnRemoteRequest()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp122 int32_t DistributedDeviceProfileStub::NotifyAclEventInner(uint32_t code, MessageParcel& data, in NotifyAclEventInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
227 int32_t ret = NotifyAclEventInner(code, data, reply, option); in OnRemoteRequest()