Home
last modified time | relevance | path

Searched defs:dependency (Results 1 – 20 of 20) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
Dhap_module_info.cpp167 Dependency *dependency = new (std::nothrow) Dependency(); in Unmarshalling() local
176 void to_json(nlohmann::json &jsonObject, const Dependency &dependency) in to_json()
185 void from_json(const nlohmann::json &jsonObject, Dependency &dependency) in from_json()
550 std::unique_ptr<Dependency> dependency(parcel.ReadParcelable<Dependency>()); in ReadFromParcel() local
732 for (auto &dependency : dependencies) { in Marshalling() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
Dshared_bundle_installer.cpp83 for (const auto &dependency : innerBundleInfo.GetDependencies()) { in CheckDependency() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dparam_check_utils.cpp235 std::vector<std::vector<int>> dependency; in CheckTableReference() local
Ddb_common.cpp512 bool DBCommon::IsCircularDependency(int size, const std::vector<std::vector<int>> &dependency) in IsCircularDependency()
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
Djs_startup_task.cpp161 napi_value dependency = CreateJsValue(env, dependencyName); in RunTaskOnDependencyCompleted() local
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
Dinner_bundle_info.cpp182 void to_json(nlohmann::json &jsonObject, const Dependency &dependency) in to_json()
710 void from_json(const nlohmann::json &jsonObject, Dependency &dependency) in from_json()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
Dplugin_registry.cpp313 found = AllOf(pos->plugin->pluginDependencies, [&](const Uid& dependency) { in LoadPlugins()
592 for (const auto& dependency : plugin.pluginDependencies) { in RegisterPlugin() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_install_checker.cpp553 for (const auto &dependency : moduleInfo.dependencies) { in CheckDependency() local
577 bool BundleInstallChecker::NeedCheckDependency(const Dependency &dependency, const InnerBundleInfo … in NeedCheckDependency()
Dinner_bundle_info.cpp367 void to_json(nlohmann::json &jsonObject, const Dependency &dependency) in to_json()
1238 void from_json(const nlohmann::json &jsonObject, Dependency &dependency) in from_json()
3668 for (const auto &dependency : iter->second.dependencies) { in GetDependentModuleNames() local
Dbundle_mgr_host_impl.cpp3552 …td::find_if(dependencies.begin(), dependencies.end(), [&sharedBundleName](const auto &dependency) { in VerifyDependency()
Dbundle_data_mgr.cpp2960 bool BundleDataMgr::GetBaseSharedBundleInfo(const Dependency &dependency, in GetBaseSharedBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
Dbms_bundle_data_storage_database_test.cpp2426 Dependency dependency; variable
2474 Dependency dependency; variable
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
Djs_ability_stage.cpp534 for (const auto& dependency : module.at(DEPENDENCIES)) { in SetOptionalParameters() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_installer_test.cpp1565 Dependency dependency; variable
3121 Dependency dependency; variable
3145 Dependency dependency; variable
4292 Dependency dependency; variable
4329 Dependency dependency; variable
5224 Dependency dependency; variable
5247 Dependency dependency; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
Dbms_bundle_shared_library_install_test.cpp707 Dependency dependency; variable
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
Dcommon_func.cpp283 void CommonFunc::ConvertDependency(napi_env env, const Dependency &dependency, napi_value value) in ConvertDependency()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
Dbms_bundle_app_provision_info_test.cpp1358 Dependency dependency; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
Dbms_bundle_data_mgr_test.cpp1312 Dependency dependency; variable
1327 Dependency dependency; variable
Dbms_bundle_kit_service_test.cpp6929 Dependency dependency; variable
7145 Dependency dependency; variable
7367 Dependency dependency; variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
Dcommon_func.cpp1854 void CommonFunc::ConvertDependency(napi_env env, const Dependency &dependency, napi_value value) in ConvertDependency()