Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/default_app/
H A Ddefault_app_proxy.cpp27 DefaultAppProxy::DefaultAppProxy(const sptr<IRemoteObject>& object) in DefaultAppProxy() function in OHOS::AppExecFwk::DefaultAppProxy
33 DefaultAppProxy::~DefaultAppProxy() in ~DefaultAppProxy()
38 ErrCode DefaultAppProxy::IsDefaultApplication(const std::string& type, bool& isDefaultApp) in IsDefaultApplication()
65 ErrCode DefaultAppProxy::GetDefaultApplication(int32_t userId, const std::string& type, BundleInfo&… in GetDefaultApplication()
91 ErrCode DefaultAppProxy::SetDefaultApplication(int32_t userId, const std::string& type, const Want&… in SetDefaultApplication()
123 ErrCode DefaultAppProxy::ResetDefaultApplication(int32_t userId, const std::string& type) in ResetDefaultApplication()
157 ErrCode DefaultAppProxy::GetParcelableInfo(DefaultAppInterfaceCode code, MessageParcel& data, T& pa… in GetParcelableInfo()
180 bool DefaultAppProxy::SendRequest(DefaultAppInterfaceCode code, MessageParcel& data, MessageParcel&… in SendRequest()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/default_app/
H A Ddefault_app_proxy.h25 class DefaultAppProxy : public IRemoteProxy<IDefaultApp> {
27 explicit DefaultAppProxy(const sptr<IRemoteObject>& object);
28 virtual ~DefaultAppProxy();
39 static inline BrokerDelegator<DefaultAppProxy> delegator_;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultappproxy_fuzzer/
H A Ddefaultappproxy_fuzzer.cpp46 std::u16string descriptor = DefaultAppProxy::GetDescriptor(); in DoSomethingInterestingWithMyAPI()
53 DefaultAppProxy defaultAppProxy(object); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/resetdefaultapplication_fuzzer/
H A Dresetdefaultapplication_fuzzer.cpp29 DefaultAppProxy defaultApp(object); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getdefaultapplication_fuzzer/
H A Dgetdefaultapplication_fuzzer.cpp29 DefaultAppProxy defaultApp(object); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/isdefaultapplication_fuzzer/
H A Disdefaultapplication_fuzzer.cpp34 DefaultAppProxy defaultApp(object); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/setdefaultapplication_fuzzer/
H A Dsetdefaultapplication_fuzzer.cpp31 DefaultAppProxy defaultApp(object); in DoSomethingInterestingWithMyAPI()