Home
last modified time | relevance | path

Searched refs:defaultAppHostImpl_ (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultapphostimpl_fuzzer/
H A Ddefaultapphostimpl_fuzzer.cpp38 auto defaultAppHostImpl_ = std::make_shared<DefaultAppHostImpl>(); in DoSomethingInterestingWithMyAPI() local
39 defaultAppHostImpl_->GetDefaultApplication(reinterpret_cast<uintptr_t>(data), type, bundleInfo); in DoSomethingInterestingWithMyAPI()
40 defaultAppHostImpl_->IsDefaultApplication(type, isDefaultApp); in DoSomethingInterestingWithMyAPI()
41 defaultAppHostImpl_->SetDefaultApplication(reinterpret_cast<uintptr_t>(data), type, want); in DoSomethingInterestingWithMyAPI()
42 defaultAppHostImpl_->ResetDefaultApplication(reinterpret_cast<uintptr_t>(data), type); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp257 if (defaultAppHostImpl_ == nullptr) { in InitDefaultApp()
258 defaultAppHostImpl_ = new (std::nothrow) DefaultAppHostImpl(); in InitDefaultApp()
259 if (defaultAppHostImpl_ == nullptr) { in InitDefaultApp()
425 return defaultAppHostImpl_; in GetDefaultAppProxy()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service.h208 sptr<DefaultAppHostImpl> defaultAppHostImpl_; member in OHOS::AppExecFwk::BundleMgrService

Completed in 2 milliseconds