Home
last modified time | relevance | path

Searched refs:BundleUserMgrProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_user_mgr_proxy.cpp29 BundleUserMgrProxy::BundleUserMgrProxy(const sptr<IRemoteObject> &object) in BundleUserMgrProxy() function in OHOS::AppExecFwk::BundleUserMgrProxy
35 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_user_mgr_proxy.h26 class BundleUserMgrProxy : public IRemoteProxy<IBundleUserMgr> {
28 explicit BundleUserMgrProxy(const sptr<IRemoteObject> &object);
29 virtual ~BundleUserMgrProxy() override;
45 static inline BrokerDelegator<BundleUserMgrProxy> delegator_;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleusermgrproxy_fuzzer/
H A Dbundleusermgrproxy_fuzzer.cpp28 BundleUserMgrProxy userMgrProxy(object); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp2023 auto bundleUserMgrProxy = iface_cast<BundleUserMgrProxy>(remoteObject);
2048 auto bundleUserMgrProxy = iface_cast<BundleUserMgrProxy>(remoteObject);