/base/customization/enterprise_device_management/test/fuzztest/disallowedrunningbundlesplugin_fuzzer/ |
H A D | disallowed_running_bundles_plugin_fuzzer.cpp | 59 std::vector<std::string> bundles; in LLVMFuzzerTestOneInput() local
|
/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/include/ |
H A D | bundle_manager_addon.h | 32 std::vector<std::string> bundles; member
|
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
H A D | application_manager_proxy_test.cpp | 76 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; in HWTEST_F() local 93 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; in HWTEST_F() local 106 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; in HWTEST_F() local 123 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; in HWTEST_F() local 136 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; in HWTEST_F() local 155 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; HWTEST_F() local [all...] |
H A D | restrictions_proxy_test.cpp | 302 std::vector<std::string> bundles; in HWTEST_F() local 321 std::vector<std::string> bundles; in HWTEST_F() local 338 std::vector<std::string> bundles; in HWTEST_F() local 355 std::vector<std::string> bundles; HWTEST_F() local 374 std::vector<std::string> bundles; HWTEST_F() local 391 std::vector<std::string> bundles; HWTEST_F() local [all...] |
H A D | bundle_manager_proxy_test.cpp | 82 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; in HWTEST_F() local 102 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; in HWTEST_F() local 118 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; in HWTEST_F() local 138 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; in HWTEST_F() local 154 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; in HWTEST_F() local 175 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; HWTEST_F() local 194 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; HWTEST_F() local 214 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; HWTEST_F() local 231 std::vector<std::string> bundles = {ADMIN_PACKAGENAME}; HWTEST_F() local [all...] |
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | snapshot_skip_plugin.cpp | 108 std::vector<std::string> bundles; in OnGetPolicy() local
|
H A D | bundle_install_plugin.cpp | 69 std::vector<std::string> bundles; in GetBundlePolicy() local
|
/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/src/ |
H A D | application_manager_proxy.cpp | 40 AddDisallowedRunningBundles(AppExecFwk::ElementName &admin, std::vector<std::string> &bundles, int32_t userId, bool isSync) AddDisallowedRunningBundles() argument 57 RemoveDisallowedRunningBundles(AppExecFwk::ElementName &admin, std::vector<std::string> &bundles, int32_t userId, bool isSync) RemoveDisallowedRunningBundles() argument 74 GetDisallowedRunningBundles(AppExecFwk::ElementName &admin, int32_t userId, std::vector<std::string> &bundles, bool isSync) GetDisallowedRunningBundles() argument
|
/base/customization/enterprise_device_management/interfaces/inner_api/restrictions/src/ |
H A D | restrictions_proxy.cpp | 133 AddOrRemoveDisallowedListForAccount(const AppExecFwk::ElementName &admin, std::string feature, std::vector<std::string> &bundles, int32_t accountId, bool isAdd) AddOrRemoveDisallowedListForAccount() argument
|
/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/ |
H A D | bundle_manager_proxy.cpp | 92 int32_t BundleManagerProxy::AddBundlesByPolicyType(AppExecFwk::ElementName &admin, std::vector<std::string> &bundles, in AddBundlesByPolicyType() argument 114 int32_t BundleManagerProxy::RemoveBundlesByPolicyType(AppExecFwk::ElementName &admin, std::vector<std::string> &bundles, in RemoveBundlesByPolicyType() argument 136 GetBundlesByPolicyType(AppExecFwk::ElementName &admin, int32_t userId, std::vector<std::string> &bundles, int32_t policyType) GetBundlesByPolicyType() argument
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_expand.c | 41 cJSON *bundles = cJSON_GetObjectItemCaseSensitive(hsps, "bundles"); in MountAllHsp() local
|
H A D | sandbox_utils.cpp | 1238 nlohmann::json& bundles = hsps[g_hspList_key_bundles]; in MountAllHsp() local [all...] |