Home
last modified time | relevance | path

Searched refs:CloseSocketsUidAsync (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h495 int32_t CloseSocketsUidAsync(int32_t netId, uint32_t uid);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp1584 ret = NetConnService::GetInstance()->CloseSocketsUidAsync(0, uid); in HWTEST_F()
1587 ret = NetConnService::GetInstance()->CloseSocketsUidAsync(netId, uid); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2982 [this, netId, uid, &result]() { result = this->CloseSocketsUidAsync(netId, uid); }); in CloseSocketsUid()
2987 int32_t NetConnService::CloseSocketsUidAsync(int32_t netId, uint32_t uid) in CloseSocketsUidAsync() function in OHOS::NetManagerStandard::NetConnService

Completed in 10 milliseconds