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.cpp81 for (const auto &dependency : innerBundleInfo.GetDependencies()) { in CheckDependency() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
Djs_startup_task.cpp161 napi_value dependency = CreateJsValue(env, dependencyName); in RunTaskOnDependencyCompleted() 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/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.cpp534 for (const auto &dependency : moduleInfo.dependencies) { in CheckDependency() local
558 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()
3640 for (const auto &dependency : iter->second.dependencies) { in GetDependentModuleNames() local
Dbundle_mgr_host_impl.cpp3445 …td::find_if(dependencies.begin(), dependencies.end(), [&sharedBundleName](const auto &dependency) { in VerifyDependency()
Dbundle_data_mgr.cpp2911 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.cpp2422 Dependency dependency; variable
2470 Dependency dependency; variable
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
Djs_ability_stage.cpp526 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.cpp1564 Dependency dependency; variable
3120 Dependency dependency; variable
3144 Dependency dependency; variable
4243 Dependency dependency; variable
4280 Dependency dependency; variable
5175 Dependency dependency; variable
5198 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.cpp1641 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.cpp6788 Dependency dependency; variable
7004 Dependency dependency; variable
7226 Dependency dependency; variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
Dcommon_func.cpp1842 void CommonFunc::ConvertDependency(napi_env env, const Dependency &dependency, napi_value value) in ConvertDependency()