/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat_v9/ |
H A D | stat_n_exporter_v9.h | 44 static napi_value GetGid(napi_env env, napi_callback_info cbinfo);
|
H A D | stat_n_exporter_v9.cpp | 141 napi_value StatNExporterV9::GetGid(napi_env env, napi_callback_info info) in GetGid() function in OHOS::DistributedFS::ModuleFileIO::StatNExporterV9 267 NVal::DeclareNapiGetter("gid", GetGid), in Export()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | stat_impl.h | 57 inline int64_t GetGid() const in GetGid() function
|
H A D | stat_ffi.cpp | 63 return instance->GetGid(); in FfiOHOSStatGetGid()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat/ |
H A D | stat_n_exporter.h | 46 static napi_value GetGid(napi_env env, napi_callback_info cbinfo);
|
H A D | stat_n_exporter.cpp | 170 napi_value StatNExporter::GetGid(napi_env env, napi_callback_info info) in GetGid() function in OHOS::DistributedFS::ModuleFileIO::StatNExporter 330 NVal::DeclareNapiGetter("gid", GetGid), in Export()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/ |
H A D | stat_n_exporter.h | 54 static napi_value GetGid(napi_env env, napi_callback_info info);
|
H A D | stat_n_exporter.cpp | 142 napi_value StatNExporter::GetGid(napi_env env, napi_callback_info info) in GetGid() function in OHOS::FileManagement::ModuleFileIO::StatNExporter 314 NVal::DeclareNapiGetter("gid", GetGid), in Export()
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | js_process.h | 53 napi_value GetGid(napi_env env) const;
|
H A D | native_module_process.cpp | 273 static napi_value GetGid(napi_env env, [[maybe_unused]] napi_callback_info info) 276 return object.GetGid(env); 688 DECLARE_NAPI_GETTER("gid", GetGid), in Init()
|
H A D | js_process.cpp | 61 napi_value Process::GetGid(napi_env env) const in GetGid() function in OHOS::JsSysModule::Process::Process
|
/ohos5.0/base/startup/init/services/init/ |
H A D | init_service_manager.c | 270 static int GetGid(cJSON *json, gid_t *gid, Service *curServ) in GetGid() function 309 int ret = GetGid(arrItem, &gid, curServ); in GetServiceGids() 318 int ret = GetGid(item, &gid, curServ); in GetServiceGids()
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/test/ |
H A D | test_process.cpp | 220 napi_value napiGid = process.GetGid(env);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 805 int GetGid(int32_t userId = Constants::UNSPECIFIED_USERID) const 1112 SetGid(oldInfo.GetGid()); in RestoreFromOldInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 181 aotArgs.bundleGid = installedInfo.GetGid(activeUserId); in BuildAOTArgs()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 4890 uninstallBundleInfo.userInfos[std::to_string(userId)].gids.emplace_back(oldInfo.GetGid(userId)); in GetUninstallBundleInfo()
|
H A D | bundle_data_mgr.cpp | 8083 createDirParam.gid = info.GetGid(responseUserId); in CreateBundleDataDir()
|