Searched refs:networkId (Results 1 – 10 of 10) sorted by relevance
/system/chre/apps/test/chqts/src/general_test/ |
D | cell_info_cdma.cc | 25 if (!isBoundedInt32(identity.networkId, 0, 65535, max)) { in validateIdentity() 26 sendFatalFailureInt32("Invalid CDMA Network Id: %d", identity.networkId); in validateIdentity()
|
/system/netd/server/ |
D | ClatdController.cpp | 376 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()
|
D | ClatdController.h | 73 int init(unsigned networkId, const std::string& interface, const std::string& v4interface,
|
/system/chre/chpp/common/ |
D | wwan_convert.c | 50 out->networkId = in->networkId; in chppWwanConvertCellIdentityCdmaFromChre() 307 out->networkId = in->networkId; in chppWwanConvertCellIdentityCdmaToChre()
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | wwan.h | 138 int32_t networkId; member
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | wwan.h | 138 int32_t networkId; member
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | wwan.h | 138 int32_t networkId; member
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | wwan.h | 139 int32_t networkId; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | wwan.h | 139 int32_t networkId; member
|
/system/chre/chpp/include/chpp/common/ |
D | wwan_types.h | 44 int32_t networkId; member
|