Home
last modified time | relevance | path

Searched refs:GetGid (Results 1 - 12 of 12) sorted by relevance

/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()
/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()
/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()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dstat_impl.h57 inline int64_t GetGid() const in GetGid() function in OHOS::CJSystemapi::FileFs::StatImpl
H A Dstat_ffi.cpp63 return instance->GetGid(); in FfiOHOSStatGetGid()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp181 aotArgs.bundleGid = installedInfo.GetGid(activeUserId); in BuildAOTArgs()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h799 int GetGid(int32_t userId = Constants::UNSPECIFIED_USERID) const in GetGid() function in OHOS::AppExecFwk::InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp3103 uninstallBundleInfo.userInfos[std::to_string(userId)].gids.emplace_back(oldInfo.GetGid(userId)); in GetUninstallBundleInfo()
H A Dbundle_data_mgr.cpp7787 createDirParam.gid = info.GetGid(responseUserId); in CreateBundleDataDir()

Completed in 33 milliseconds