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 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()
|
/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()
|
/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()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | stat_impl.h | 57 inline int64_t GetGid() const in GetGid() function in OHOS::CJSystemapi::FileFs::StatImpl
|
H A D | stat_ffi.cpp | 63 return instance->GetGid(); in FfiOHOSStatGetGid()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 181 aotArgs.bundleGid = installedInfo.GetGid(activeUserId); in BuildAOTArgs()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 799 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 D | base_bundle_installer.cpp | 3103 uninstallBundleInfo.userInfos[std::to_string(userId)].gids.emplace_back(oldInfo.GetGid(userId)); in GetUninstallBundleInfo()
|
H A D | bundle_data_mgr.cpp | 7787 createDirParam.gid = info.GetGid(responseUserId); in CreateBundleDataDir()
|
Completed in 33 milliseconds