Home
last modified time | relevance | path

Searched refs:networkId (Results 1 – 10 of 10) sorted by relevance

/system/chre/apps/test/chqts/src/general_test/
Dcell_info_cdma.cc25 if (!isBoundedInt32(identity.networkId, 0, 65535, max)) { in validateIdentity()
26 sendFatalFailureInt32("Invalid CDMA Network Id: %d", identity.networkId); in validateIdentity()
/system/netd/server/
DClatdController.cpp376 int ClatdController::ClatdTracker::init(unsigned networkId, const std::string& interface, in init() argument
379 fwmark.netId = networkId; in init()
437 unsigned networkId = mNetCtrl->getNetworkForInterface(interface.c_str()); in startClatd() local
438 if (networkId == NETID_UNSET) { in startClatd()
474 int ret = tracker.init(networkId, interface, v4interface, nat64Prefix); in startClatd()
DClatdController.h73 int init(unsigned networkId, const std::string& interface, const std::string& v4interface,
/system/chre/chpp/common/
Dwwan_convert.c50 out->networkId = in->networkId; in chppWwanConvertCellIdentityCdmaFromChre()
307 out->networkId = in->networkId; in chppWwanConvertCellIdentityCdmaToChre()
/system/chre/chre_api/legacy/v1_2/chre/
Dwwan.h138 int32_t networkId; member
/system/chre/chre_api/legacy/v1_1/chre/
Dwwan.h138 int32_t networkId; member
/system/chre/chre_api/legacy/v1_3/chre/
Dwwan.h138 int32_t networkId; member
/system/chre/chre_api/legacy/v1_4/chre/
Dwwan.h139 int32_t networkId; member
/system/chre/chre_api/include/chre_api/chre/
Dwwan.h139 int32_t networkId; member
/system/chre/chpp/include/chpp/common/
Dwwan_types.h44 int32_t networkId; member