Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/common/include/
H A Ddeviceprofile_ipc_interface_code.h31 PUT_ACL_PROFILE = 7, // new ipc code enumerator
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddistributed_device_profile_enums.h25 PUT_ACL_PROFILE = 7, // new ipc code enumerator
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp36 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE)] = in DistributedDeviceProfileStubNew()
81 aclAndSubscribeFuncs_.insert(static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE)); in InitAclAndSubscribe()
114 case static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE): in NotifyAclEventInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp59 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE)] = in InitNewIpcInterface()
104 aclAndSubscribeFuncs_.emplace_back(static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE)); in InitAclAndSubscribe()
126 case static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE): in NotifyAclEventInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp280 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE);
582 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE);
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp36 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE), data, reply); in PutAccessControlProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Ddistributed_device_profile_stub_test.cpp115 … uint32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::PUT_ACL_PROFILE);