Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/utils/policy/configs/
Dstandby_strategy_config.json7 "apps": [], array
15 "apps": [], array
25 "apps": [], array
33 "apps": [], array
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/include/
Dasset_json_obj.h26 std::vector<AppVerifyBaseInfo> apps; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
Dcloud_info.h42 std::map<std::string, AppInfo> apps; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
Dcloud_test.cpp349 std::map<std::string, CloudInfo::AppInfo> apps; variable
422 std::map<std::string, CloudInfo::AppInfo> apps; variable
/foundation/ability/ability_runtime/services/common/src/
Dapp_utils.cpp293 auto &apps = allowStartNativeProcessApps_.value; in IsAllowNativeChildProcess() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
Dcloud_service.rs167 pub(crate) apps: HashMap<String, AppInfo>, field
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dimplicit_start_processor.cpp612 std::vector<std::string> apps = request.want.GetStringArrayParam(PARAM_ABILITY_APPINFOS); in QueryBmsAppInfos() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
Dcloud_ext_types.rs861 let apps = HashMapCffi::AppInfo(info_struct.apps.clone()); in OhCloudExtCloudInfoGetAppInfo() localVariable