Home
last modified time | relevance | path

Searched defs:appEnvironments (Results 1 – 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/BundleClient/bundleClient1/AppScope/
Dapp.json19 "appEnvironments": [ array
/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/BundleClient/bundleClient1/entry/src/main/
Dmodule.json115 "appEnvironments": [ array
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dhap_module_info.h179 std::vector<AppEnvironment> appEnvironments; member
Dapplication_info.h312 std::vector<ApplicationEnvironment> appEnvironments; member
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_test/
Dohos_application_test.cpp1335 std::vector<AppEnvironment> appEnvironments = {appEnvironment}; variable
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dohos_application.cpp575 void OHOSApplication::SetAppEnv(const std::vector<AppEnvironment>& appEnvironments) in SetAppEnv()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dmodule_profile.cpp247 std::vector<ApplicationEnvironment> appEnvironments; member
286 std::vector<AppEnvironment> appEnvironments; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dinner_bundle_info.h137 std::vector<AppEnvironment> appEnvironments; member
2062 void SetAppEnvironments(std::vector<ApplicationEnvironment> appEnvironments) in SetAppEnvironments()