Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dapplication_manager_proxy_test.cpp169 std::vector<OHOS::AppExecFwk::ElementName> apps; variable
183 std::vector<OHOS::AppExecFwk::ElementName> apps{app}; variable
200 std::vector<OHOS::AppExecFwk::ElementName> apps; variable
214 std::vector<OHOS::AppExecFwk::ElementName> apps{app}; variable
230 std::vector<OHOS::AppExecFwk::ElementName> apps; variable
248 std::vector<OHOS::AppExecFwk::ElementName> apps; variable
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/configs/
H A Dstandby_strategy_config.json7 "apps": [], array
15 "apps": [], array
25 "apps": [], array
33 "apps": [], array
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/verifier/include/
H A Dasset_json_obj.h26 std::vector<AppVerifyBaseInfo> apps; member
/ohos5.0/base/security/security_guard/test/unittest/config_manager/resource/
H A Dlocal_app_attribute.json3 "apps":[ array
H A Dlocal_app_attribute_update.json3 "apps":[ array
H A Dglobal_app_attribute.json3 "apps":[ array
H A Dglobal_app_attribute_update.json3 "apps":[ array
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_info.h42 std::map<std::string, AppInfo> apps; variable
/ohos5.0/base/request/request/services/src/manage/scheduler/qos/
H A Dmod.rs14 mod apps; module
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_data_storage_test.cpp143 std::set<std::string> apps; variable
H A Dapp_account_info_test.cpp289 std::set<std::string> apps; variable
319 std::set<std::string> apps; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp349 std::map<std::string, CloudInfo::AppInfo> apps; variable
422 std::map<std::string, CloudInfo::AppInfo> apps; variable
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp635 std::vector<std::string> apps; in CleanUpRightAppUninstalled() local
666 std::vector<std::string> apps; in CleanUpRightAppUninstalled() local
710 std::vector<std::string> apps; in CleanUpRightAppReinstalled() local
H A Dusb_right_db_helper.cpp219 int32_t UsbRightDbHelper::QueryRightRecordApps(int32_t uid, std::vector<std::string> &apps) in QueryRightRecordApps()
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp292 auto &apps = allowStartNativeProcessApps_.value; in IsAllowNativeChildProcess() local
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp195 void AppAccountInfo::SetAuthorizedApps(const std::set<std::string> &apps) in SetAuthorizedApps()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp599 std::vector<std::string> apps = request.want.GetStringArrayParam(PARAM_ABILITY_APPINFOS); in QueryBmsAppInfos() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs861 let apps = HashMapCffi::AppInfo(info_struct.apps.clone()); in OhCloudExtCloudInfoGetAppInfo() localVariable