Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp37 const uint32_t TRUCKED_NETWORK_ID_PRINT_LEN = 4; variable
47 oss << networkId.substr(0, TRUCKED_NETWORK_ID_PRINT_LEN) << ":"; in GetConnectionName()