Home
last modified time | relevance | path

Searched defs:gids (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegids_fuzzer/
H A Dgetbundlegids_fuzzer.cpp30 std::vector<int> gids; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegidsbyuid_fuzzer/
H A Dgetbundlegidsbyuid_fuzzer.cpp30 std::vector<int> gids; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_module_test.cpp160 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 Dinner_bundle_clone_info.h32 std::vector<int32_t> gids; member
H A Dinner_bundle_user_info.h28 std::vector<int32_t> gids; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/
H A Duninstall_bundle_info.h26 std::vector<int32_t> gids; member
/ohos5.0/base/startup/appspawn/
H A Dappdata-sandbox-app.json192 "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 Dappdata-sandbox.json425 "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 Dbms_bundle_permission_token_test.cpp157 std::vector<int> gids; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp199 std::vector<int> gids; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H A Dmock_bundle_manager.cpp259 bool BundleMgrService::GetBundleGids(const std::string& bundleName, std::vector<int>& gids) in GetBundleGids()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c93 cJSON *gids = cJSON_GetObjectItemCaseSensitive(groups, "gid"); in MountAllGroup() local
H A Dsandbox_utils.cpp862 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 Dapp_spawn_client.h46 std::vector<int32_t> gids; member
/ohos5.0/base/startup/init/services/param/base/
H A Dparam_base.c427 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 Dbundle_mgr_interface.h386 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 Dbms_search_system_test.cpp891 std::vector<int> gids; variable
/ohos5.0/base/startup/init/services/init/
H A Dinit_service_manager.c1310 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 Dbundle_mgr.h236 std::vector<int32_t> gids; member
H A Dbundle_mgr.cpp2401 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 Dbundle_mgr_proxy.cpp835 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 Dbundle_mgr_host.cpp1086 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 Dacts_bms_kit_system_test.cpp5318 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 Dbundle_mgr_host_impl.cpp595 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 Dbms_bundle_manager_test.cpp2447 std::vector<int> gids; variable
4607 std::vector<int> gids; variable

12