Home
last modified time | relevance | path

Searched refs:GetDependencies (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_manager.cpp54 auto dependencies = iter.second->GetDependencies(); in BuildAutoStartupTaskManager()
92 auto dependencies = findResult->second->GetDependencies(); in BuildStartupTaskManager()
220 auto dependencies = findResult->second->GetDependencies(); in AddStartupTask()
H A Dstartup_task.cpp31 std::vector<std::string> StartupTask::GetDependencies() const in GetDependencies() function in OHOS::AbilityRuntime::StartupTask
H A Dstartup_topologysort.cpp87 std::vector<std::string> dependencies = startup->GetDependencies(); in SortZeroDeque()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp72 if (innerBundleInfo.GetDependencies().empty()) { in CheckDependency()
83 for (const auto &dependency : innerBundleInfo.GetDependencies()) { in CheckDependency()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_bind.h41 virtual BASE_NS::vector<INotifyOnChange::ConstPtr> GetDependencies() const = 0;
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app_startup/startup_manager/
H A Djs_startup_manager.h59 int32_t GetDependencies(napi_env env, napi_value value, std::vector<std::string> &dependencies);
H A Djs_startup_manager.cpp224 int32_t JsStartupManager::GetDependencies(napi_env env, napi_value value, std::vector<std::string> … in GetDependencies() function in OHOS::AbilityRuntime::JsStartupManager
280 if (GetDependencies(env, info.argv[INDEX_ZERO], dependencies) != ERR_OK) { in RunStartupTask()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Dstartup_task.h43 std::vector<std::string> GetDependencies() const;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dbind.h47 BASE_NS::vector<INotifyOnChange::ConstPtr> GetDependencies() const override; in META_BEGIN_NAMESPACE()
H A Dbind.cpp99 BASE_NS::vector<INotifyOnChange::ConstPtr> Bind::GetDependencies() const in GetDependencies() function in Internal::Bind
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1917 std::vector<Dependency> GetDependencies() const in GetDependencies() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2909 std::vector<Dependency> dependencies = innerBundleInfo.GetDependencies(); in GetBaseSharedBundleInfos()
6721 std::vector<Dependency> dependencyList = innerBundleInfo.GetDependencies(); in CheckHspVersionIsRelied()
6738 std::vector<Dependency> dependencyList = innerBundleInfo.GetDependencies(); in CheckHspBundleIsRelied()
H A Dbundle_mgr_host_impl.cpp3503 const auto& dependencies = callingBundleInfo.GetDependencies(); in VerifyDependency()