Home
last modified time | relevance | path

Searched refs:GetGid (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat_v9/
H A Dstat_n_exporter_v9.h44 static napi_value GetGid(napi_env env, napi_callback_info cbinfo);
H A Dstat_n_exporter_v9.cpp141 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 Dstat_impl.h57 inline int64_t GetGid() const in GetGid() function
H A Dstat_ffi.cpp63 return instance->GetGid(); in FfiOHOSStatGetGid()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat/
H A Dstat_n_exporter.h46 static napi_value GetGid(napi_env env, napi_callback_info cbinfo);
H A Dstat_n_exporter.cpp170 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 Dstat_n_exporter.h54 static napi_value GetGid(napi_env env, napi_callback_info info);
H A Dstat_n_exporter.cpp142 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 Djs_process.h53 napi_value GetGid(napi_env env) const;
H A Dnative_module_process.cpp273 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 Djs_process.cpp61 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 Dinit_service_manager.c270 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 Dtest_process.cpp220 napi_value napiGid = process.GetGid(env);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h805 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 Daot_handler.cpp181 aotArgs.bundleGid = installedInfo.GetGid(activeUserId); in BuildAOTArgs()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4890 uninstallBundleInfo.userInfos[std::to_string(userId)].gids.emplace_back(oldInfo.GetGid(userId)); in GetUninstallBundleInfo()
H A Dbundle_data_mgr.cpp8083 createDirParam.gid = info.GetGid(responseUserId); in CreateBundleDataDir()