/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_dependencies_test/ |
H A D | bms_bundle_dependencies_test.cpp | 209 …bool result = dataMgr->GetAllDependentModuleNames(BUNDLE_NAME, MODULE_NAME_ENTRY_C, dependentModul… 229 …bool result = dataMgr->GetAllDependentModuleNames(BUNDLE_NAME, MODULE_NAME_ENTRY_C, dependentModul… 253 …bool result = dataMgr->GetAllDependentModuleNames(BUNDLE_NAME, MODULE_NAME_ENTRY_A, dependentModul… 282 …bool result = dataMgr->GetAllDependentModuleNames(BUNDLE_NAME, MODULE_NAME_ENTRY_B, dependentModul… 313 …bool result = dataMgr->GetAllDependentModuleNames(BUNDLE_NAME, MODULE_NAME_ENTRY, dependentModuleN…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 128 bundleMgrProxy.GetAllDependentModuleNames(bundleName, moduleName, dependentModuleNames); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 1314 … bundleMgrProxy->GetAllDependentModuleNames(BUNDLE_NAME, MODULE_NAME_TEST, dependentModuleNames); in BenchmarkTestGetAllDependentModuleNames()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1122 …virtual bool GetAllDependentModuleNames(const std::string &bundleName, const std::string &moduleNa… in GetAllDependentModuleNames() function
|
H A D | bundle_mgr_proxy.h | 856 …virtual bool GetAllDependentModuleNames(const std::string &bundleName, const std::string &moduleNa…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 833 …virtual bool GetAllDependentModuleNames(const std::string &bundleName, const std::string &moduleNa…
|
H A D | bundle_data_mgr.h | 779 bool GetAllDependentModuleNames(const std::string &bundleName, const std::string &moduleName,
|
H A D | inner_bundle_info.h | 1485 bool GetAllDependentModuleNames(const std::string &moduleName,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 888 …bool ret = bundleMgrHostImpl_->GetAllDependentModuleNames(BUNDLE_NAME, MOUDLE_NAME, dependentModul…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3028 bool BundleMgrHostImpl::GetAllDependentModuleNames(const std::string &bundleName, const std::string… in GetAllDependentModuleNames() function in OHOS::AppExecFwk::BundleMgrHostImpl 3044 return dataMgr->GetAllDependentModuleNames(bundleName, moduleName, dependentModuleNames); in GetAllDependentModuleNames()
|
H A D | inner_bundle_info.cpp | 250 if (!GetAllDependentModuleNames(moduleName, dependentModuleNames)) { in GetInternalDependentHspInfo() 3658 bool InnerBundleInfo::GetAllDependentModuleNames(const std::string &moduleName, in GetAllDependentModuleNames() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 6249 bool BundleDataMgr::GetAllDependentModuleNames(const std::string &bundleName, const std::string &mo… in GetAllDependentModuleNames() function in OHOS::AppExecFwk::BundleDataMgr 6261 return innerBundleInfo.GetAllDependentModuleNames(moduleName, dependentModuleNames); in GetAllDependentModuleNames()
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 2149 …bool dumpRet = bundleMgrProxy_->GetAllDependentModuleNames(bundleName, moduleName, dependentModule… in DumpDependentModuleNames()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 5939 …auto res = bundleMgrProxy->GetAllDependentModuleNames(appName, BASE_MODULE_NAME, dependentModuleNa… 5961 … auto res = bundleMgrProxy->GetAllDependentModuleNames("", BASE_MODULE_NAME, dependentModuleName); 5964 res = bundleMgrProxy->GetAllDependentModuleNames(BASE_BUNDLE_NAME, "", dependentModuleName); 5967 res = bundleMgrProxy->GetAllDependentModuleNames("", "", dependentModuleName);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2749 retBool = hostImpl->GetAllDependentModuleNames( 3759 bool testRet = GetBundleDataMgr()->GetAllDependentModuleNames(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 2431 bool ret = bundleInfo.GetAllDependentModuleNames(MODULE_NAME, dependentModuleNames);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 6774 auto res = innerBundleInfo.GetAllDependentModuleNames(MODULE_NAME_TEST, dependentModuleName); 6796 auto res = innerBundleInfo.GetAllDependentModuleNames(MODULE_NAME_TEST, dependentModuleName); 6825 auto res = innerBundleInfo.GetAllDependentModuleNames(MODULE_NAME_TEST, dependentModuleName); 6861 auto res = innerBundleInfo.GetAllDependentModuleNames(MODULE_NAME_TEST, dependentModuleName);
|
H A D | bms_bundle_data_mgr_test.cpp | 3317 …bool ret = bundleMgrHostImpl_->GetAllDependentModuleNames(BUNDLE_NAME_TEST, MODULE_NAME_TEST, depe…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 2613 bool ret = GetAllDependentModuleNames(bundleName, moduleName, dependentModuleNames); in HandleGetAllDependentModuleNames()
|
H A D | bundle_mgr_proxy.cpp | 3013 bool BundleMgrProxy::GetAllDependentModuleNames(const std::string &bundleName, const std::string &m… in GetAllDependentModuleNames() function in OHOS::AppExecFwk::BundleMgrProxy
|