Searched refs:BundleUserMgrProxy (Results 1 – 4 of 4) sorted by relevance
29 BundleUserMgrProxy::BundleUserMgrProxy(const sptr<IRemoteObject> &object) in BundleUserMgrProxy() function in OHOS::AppExecFwk::BundleUserMgrProxy35 BundleUserMgrProxy::~BundleUserMgrProxy() in ~BundleUserMgrProxy()40 ErrCode BundleUserMgrProxy::CreateNewUser(int32_t userId, const std::vector<std::string> &disallowL… in CreateNewUser()44 if (!data.WriteInterfaceToken(BundleUserMgrProxy::GetDescriptor())) { in CreateNewUser()79 ErrCode BundleUserMgrProxy::RemoveUser(int32_t userId) in RemoveUser()83 if (!data.WriteInterfaceToken(BundleUserMgrProxy::GetDescriptor())) { in RemoveUser()106 bool BundleUserMgrProxy::SendTransactCmd(BundleUserMgrInterfaceCode code, MessageParcel &data, Mess… in SendTransactCmd()
26 class BundleUserMgrProxy : public IRemoteProxy<IBundleUserMgr> {28 explicit BundleUserMgrProxy(const sptr<IRemoteObject> &object);29 virtual ~BundleUserMgrProxy() override;45 static inline BrokerDelegator<BundleUserMgrProxy> delegator_;
28 BundleUserMgrProxy userMgrProxy(object); in DoSomethingInterestingWithMyAPI()
2023 auto bundleUserMgrProxy = iface_cast<BundleUserMgrProxy>(remoteObject);2048 auto bundleUserMgrProxy = iface_cast<BundleUserMgrProxy>(remoteObject);