Home
last modified time | relevance | path

Searched refs:Partitionslot (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/partitionslot_v1_0/cpp_target/partitionslot/v1_0/
H A Dpartition_slot_stub.cpp.txt27 namespace Partitionslot {
31 sptr<OHOS::HDI::Partitionslot::V1_0::IPartitionSlot> OHOS::HDI::Partitionslot::V1_0::IPartitionSlot…
33 return OHOS::HDI::Partitionslot::V1_0::IPartitionSlot::Get("partition_slot_service", isStub);
36 sptr<OHOS::HDI::Partitionslot::V1_0::IPartitionSlot> OHOS::HDI::Partitionslot::V1_0::IPartitionSlot…
41 std::string desc = Str16ToStr8(OHOS::HDI::Partitionslot::V1_0::IPartitionSlot::GetDescriptor());
47 return reinterpret_cast<OHOS::HDI::Partitionslot::V1_0::IPartitionSlot *>(impl);
51 OHOS::HDI::Partitionslot::V1_0::PartitionSlotStub::PartitionSlotStub(const sptr<OHOS::HDI::Partitio…
52 : IPCObjectStub(OHOS::HDI::Partitionslot::V1_0::IPartitionSlot::GetDescriptor()), impl_(impl)
56 OHOS::HDI::Partitionslot::V1_0::PartitionSlotStub::~PartitionSlotStub()
243Partitionslot::V1_0::PartitionSlotStub::PartitionSlotStubGetVersion_(MessageParcel& partitionSlotD…
[all …]
H A Dpartition_slot_proxy.cpp.txt29 namespace Partitionslot {
33 sptr<OHOS::HDI::Partitionslot::V1_0::IPartitionSlot> OHOS::HDI::Partitionslot::V1_0::IPartitionSlot…
38 sptr<OHOS::HDI::Partitionslot::V1_0::IPartitionSlot> OHOS::HDI::Partitionslot::V1_0::IPartitionSlot…
47 return reinterpret_cast<OHOS::HDI::Partitionslot::V1_0::IPartitionSlot *>(impl);
63 …sptr<OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy> proxy = new OHOS::HDI::Partitionslot::V1_…
90 int32_t OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy::Reconnect(
91 sptr<OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy> proxy)
130 int32_t OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy::SetActiveSlot(int32_t slot)
135 int32_t OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy::SetSlotUnbootable(int32_t slot)
224 int32_t OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy::SetActiveSlot_(int32_t slot,
[all …]
H A Dpartition_slot_stub.h.txt28 namespace Partitionslot {
39 …rtitionSlotReply, MessageOption& partitionSlotOption, sptr<OHOS::HDI::Partitionslot::V1_0::IPartit…
41 …rtitionSlotReply, MessageOption& partitionSlotOption, sptr<OHOS::HDI::Partitionslot::V1_0::IPartit…
43 …rtitionSlotReply, MessageOption& partitionSlotOption, sptr<OHOS::HDI::Partitionslot::V1_0::IPartit…
45 …rtitionSlotReply, MessageOption& partitionSlotOption, sptr<OHOS::HDI::Partitionslot::V1_0::IPartit…
47 …rtitionSlotReply, MessageOption& partitionSlotOption, sptr<OHOS::HDI::Partitionslot::V1_0::IPartit…
61 …static inline ObjectDelegator<OHOS::HDI::Partitionslot::V1_0::PartitionSlotStub, OHOS::HDI::Partit…
62 sptr<OHOS::HDI::Partitionslot::V1_0::IPartitionSlot> impl_;
65 } // Partitionslot
H A Dpartition_slot_proxy.h.txt25 namespace Partitionslot {
28 class PartitionSlotProxy : public IProxyBroker<OHOS::HDI::Partitionslot::V1_0::IPartitionSlot> {
32 …IServiceManagerDeathRecipient(wptr<OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy> proxy) : pr…
44 result = OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy::Reconnect(proxy);
50 wptr<OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy> proxy_;
53 …lotProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Partitionslot::V1_0::IPartit…
90 static int32_t Reconnect(sptr<OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy> proxy);
99 …sptr<OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy::IServiceManagerDeathRecipient> deathRecip…
102 static inline BrokerDelegator<OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy> delegator_;
106 } // Partitionslot
H A Dipartition_slot.h.txt47 namespace Partitionslot {
66 static sptr<OHOS::HDI::Partitionslot::V1_0::IPartitionSlot> Get(bool isStub = false);
67 …static sptr<OHOS::HDI::Partitionslot::V1_0::IPartitionSlot> Get(const std::string &serviceName, bo…
95 } // Partitionslot
H A Dpartition_slot_service.h.txt23 namespace Partitionslot {
25 class PartitionSlotService : public OHOS::HDI::Partitionslot::V1_0::IPartitionSlot {
40 } // Partitionslot
H A Dpartition_slot_service.cpp.txt23 namespace Partitionslot {
51 } // Partitionslot
H A Dpartition_slot_driver.cpp.txt24 using namespace OHOS::HDI::Partitionslot::V1_0;
71 auto serviceImpl = OHOS::HDI::Partitionslot::V1_0::IPartitionSlot::Get(true);
79 OHOS::HDI::Partitionslot::V1_0::IPartitionSlot::GetDescriptor());
/ohos5.0/base/update/updater/interfaces/kits/slot_info/
H A Dslot_info.cpp35 OHOS::HDI::Partitionslot::V1_0::PartitionSlotManager psMgr;
55 OHOS::HDI::Partitionslot::V1_0::PartitionSlotManager psMgr;
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/include/
H A Dpartitionslot_impl.h23 namespace Partitionslot {
/ohos5.0/drivers/peripheral/partitionslot/hal/include/
H A Dpartitionslot_manager.h26 namespace Partitionslot {
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/src/
H A Dpartitionslot_impl.cpp24 namespace Partitionslot { namespace
H A Dpartition_slot_driver.cpp22 using namespace OHOS::HDI::Partitionslot::V1_0;
/ohos5.0/drivers/peripheral/partitionslot/test/unittest/
H A Dhdf_partitionslot_test.cpp27 using namespace OHOS::HDI::Partitionslot::V1_0;
/ohos5.0/base/startup/init/services/begetctl/
H A Dpartitionslot.cpp22 using namespace OHOS::HDI::Partitionslot::V1_0;
/ohos5.0/drivers/peripheral/partitionslot/hal/src/
H A Dpartitionslot_manager.cpp31 namespace Partitionslot { namespace