Home
last modified time | relevance | path

Searched refs:CheckAndCompareUid (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp610 if (!ignoreUid && CheckAndCompareUid(supplier, callingUid) != NETMANAGER_SUCCESS) { in UnregisterNetSupplierAsync()
649 int32_t NetConnService::CheckAndCompareUid(sptr<NetSupplier> &supplier, int32_t callingUid) in CheckAndCompareUid() function in OHOS::NetManagerStandard::NetConnService
895 if (CheckAndCompareUid(supplier, callingUid) != NETMANAGER_SUCCESS) { in UpdateNetSupplierInfoAsync()
946 if (CheckAndCompareUid(supplier, callingUid) != NETMANAGER_SUCCESS) { in UpdateNetLinkInfoAsync()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h499 int32_t CheckAndCompareUid(sptr<NetSupplier> &supplier, int32_t callingUid);

Completed in 8 milliseconds