Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dnetwork_status.cpp32 static constexpr const int32_t MIN_VALID_NETID = 100; member
59 if (netHandle.GetNetId() < MIN_VALID_NETID) { in GetDefaultNet()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp32 static constexpr const int32_t MIN_VALID_NETID = 100; variable
440 if (netId < MIN_VALID_INTERNAL_NETID || (netId > MAX_VALID_INTERNAL_NETID && netId < MIN_VALID_NETID)) { in BindSocket()
710 if (netId < MIN_VALID_NETID && netId != 0) { in SetAppNet()

Completed in 3 milliseconds