Home
last modified time | relevance | path

Searched refs:IsElementEmpty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultappmgr_fuzzer/
H A Ddefaultappmgr_fuzzer.cpp62 ret = DefaultAppMgr::GetInstance().IsElementEmpty(element); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/
H A Ddefault_app_mgr.h62 bool IsElementEmpty(const Element& element) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp265 bool ret = IsElementEmpty(element); in SetDefaultApplicationInternal()
705 bool DefaultAppMgr::IsElementEmpty(const Element& element) const in IsElementEmpty() function in OHOS::AppExecFwk::DefaultAppMgr