Home
last modified time | relevance | path

Searched refs:GetAllBundleNames (Results 1 - 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/navigation/
H A Drouter_data_storage_rdb.h33 void GetAllBundleNames(std::set<std::string> &bundleNames);
H A Drouter_data_storage_interface.h34 virtual void GetAllBundleNames(std::set<std::string> &bundleNames);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/routerdatastoragerdb_fuzzer/
H A Drouterdatastoragerdb_fuzzer.cpp40 routerDataStorageRdb->GetAllBundleNames(bundleNames); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H A Drouter_data_storage_rdb.cpp127 void RouterDataStorageRdb::GetAllBundleNames(std::set<std::string> &bundleNames) in GetAllBundleNames() function in OHOS::AppExecFwk::RouterDataStorageRdb
136 APP_LOGE("GetAllBundleNames failed"); in GetAllBundleNames()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h932 void GetAllBundleNames(std::set<std::string> &bundleNames);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp3538 dataMgr->GetAllBundleNames(bundleNames); in InnerProcessStockBundleRouterInfo()
H A Dbundle_data_mgr.cpp2891 void BundleDataMgr::GetAllBundleNames(std::set<std::string> &bundleNames) in GetAllBundleNames() function in OHOS::AppExecFwk::BundleDataMgr
2897 return routerStorage_->GetAllBundleNames(bundleNames); in GetAllBundleNames()

Completed in 23 milliseconds