Home
last modified time | relevance | path

Searched refs:PUT_SERVICE_PROFILE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/common/include/
H A Ddeviceprofile_ipc_interface_code.h38 PUT_SERVICE_PROFILE = 14, enumerator
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddistributed_device_profile_enums.h32 PUT_SERVICE_PROFILE = 14, enumerator
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp50 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE)] = in DistributedDeviceProfileStubNew()
91 aclAndSubscribeFuncs_.insert(static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE)); in InitAclAndSubscribe()
134 case static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE): in NotifyAclEventInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp73 funcsMap_[static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE)] = in InitNewIpcInterface()
114 aclAndSubscribeFuncs_.emplace_back(static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE)); in InitAclAndSubscribe()
146 case static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE): in NotifyAclEventInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
H A Dpermission_manager.cpp112 SetPermissionMap(permissionJson, PUT_SERVICE_PROFILE); in ParsePermissionJson()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp89 const std::string PUT_SERVICE_PROFILE = "PutServiceProfile"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h99 extern const std::string PUT_SERVICE_PROFILE;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp146 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE), data, reply); in PutServiceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Ddistributed_device_profile_stub_test.cpp235 …t32_t code = static_cast<uint32_t>(DistributedDeviceProfile::DPInterfaceCode::PUT_SERVICE_PROFILE);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp742 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::PUT_SERVICE_PROFILE);