/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegids_fuzzer/ |
H A D | getbundlegids_fuzzer.cpp | 30 std::vector<int> gids; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegidsbyuid_fuzzer/ |
H A D | getbundlegidsbyuid_fuzzer.cpp | 30 std::vector<int> gids; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_module_test.cpp | 160 std::size_t GetGids(const int32_t &pid, std::vector<int32_t> &gids) in GetGids() 197 std::vector<int32_t> gids; in CheckGids() local 208 std::vector<int32_t> gids; in CheckGidsCount() local 1043 std::vector<int32_t> gids = {1008}; // 1008 gids variable 1067 std::vector<int32_t> gids = {20010045, 20010046}; // 20010045, 20010046 test gids variable 1091 std::vector<int32_t> gids = {20010045, 20010046}; // 20010045, 20010046 test gids variable 1114 std::vector<int32_t> gids = {1097, 1098}; // 1097, 1098 test gids variable 1137 std::vector<int32_t> gids = {1097, 1098}; // 1097, 1098 test gids variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_clone_info.h | 32 std::vector<int32_t> gids; member
|
H A D | inner_bundle_user_info.h | 28 std::vector<int32_t> gids; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.h | 26 std::vector<int32_t> gids; member
|
/ohos5.0/base/startup/appspawn/ |
H A D | appdata-sandbox-app.json | 192 "gids": ["file_manager", "user_data_rw"], array 204 "gids": ["user_data_rw"], array 211 "gids": ["file_manager"], array 248 "gids": ["wifi"], array 264 "gids": [3008], array 294 "gids": ["file_manager", "user_data_rw"], array 301 "gids": [1023], array 309 "gids": ["app_install"], array
|
H A D | appdata-sandbox.json | 425 "gids": [1065], array 437 "gids": [1065], array 650 "gids": [2008], array 673 "gids": [3817], array 707 "gids": [1010], array 717 "gids": [2002], array 727 "gids": [1007], array 742 "gids": [3008], array 780 "gids": [1023], array 824 "gids": [1008], array [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_token_test.cpp | 157 std::vector<int> gids; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 199 std::vector<int> gids; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/ |
H A D | mock_bundle_manager.cpp | 259 bool BundleMgrService::GetBundleGids(const std::string& bundleName, std::vector<int>& gids) in GetBundleGids()
|
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_expand.c | 93 cJSON *gids = cJSON_GetObjectItemCaseSensitive(groups, "gid"); in MountAllGroup() local
|
H A D | sandbox_utils.cpp | 862 nlohmann::json& gids = appConfig[g_gidPrefix]; in DoAddGid() local 1309 nlohmann::json& gids = groups[g_groupList_key_gid]; in MountAllGroup() local
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 46 std::vector<int32_t> gids; member
|
/ohos5.0/base/startup/init/services/param/base/ |
H A D | param_base.c | 427 gid_t gids[64] = { 0 }; // max gid number in DacCheckGroupPermission() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 386 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() 397 …tual bool GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &gids) in GetBundleGidsByUid()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 891 std::vector<int> gids; variable
|
/ohos5.0/base/startup/init/services/init/ |
H A D | init_service_manager.c | 1310 int GetServiceGroupIdByPid(pid_t pid, gid_t *gids, uint32_t gidSize) in GetServiceGroupIdByPid()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.h | 236 std::vector<int32_t> gids; member
|
H A D | bundle_mgr.cpp | 2401 static bool InnerGetBundleGids(napi_env env, const std::string &bundleName, std::vector<int> &gids) in InnerGetBundleGids() 2412 static void ProcessGids(napi_env env, napi_value result, const std::vector<int32_t> &gids) in ProcessGids()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 835 bool BundleMgrProxy::GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() 865 …MgrProxy::GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &gids) in GetBundleGidsByUid()
|
H A D | bundle_mgr_host.cpp | 1086 std::vector<int> gids; in HandleGetBundleGids() local 1107 std::vector<int> gids; in HandleGetBundleGidsByUid() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 5318 std::vector<int> gids; variable 5350 std::vector<int> gids; variable 5380 std::vector<int> gids; variable 5411 std::vector<int> gids; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 595 bool BundleMgrHostImpl::GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() 611 …HostImpl::GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &gids) in GetBundleGidsByUid()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2447 std::vector<int> gids; variable 4607 std::vector<int> gids; variable
|