Searched refs:currentUid (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/ |
H A D | file_share.cpp | 68 static int32_t GetTargetInfo(uint32_t tokenId, string &bundleName, string ¤tUid) in GetTargetInfo() argument 77 currentUid = to_string(hapInfo.userID); in GetTargetInfo() 258 static void UmountDelUris(vector<string> sharePathList, string currentUid, string bundleNameSelf) in UmountDelUris() argument 260 string delPathPrefix = DATA_APP_EL2_PATH + currentUid + SHARE_PATH + bundleNameSelf; in UmountDelUris() 394 string currentUid; in DeleteShareFile() local 395 int32_t ret = GetTargetInfo(tokenId, bundleName, currentUid); in DeleteShareFile() 400 UmountDelUris(uriList, currentUid, bundleName); in DeleteShareFile()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 1449 auto currentUid = IPCSkeleton::GetCallingUid(); in GetAllNets() local 1457 !IsInRequestNetUids(currentUid)) { in GetAllNets() 1458 … NETMGR_LOG_D("Network [%{public}d] is internal, uid [%{public}d] skips.", netId, currentUid); in GetAllNets()
|