Searched refs:MatchCellularDataParameters (Results 1 - 1 of 1) sorted by relevance
/base/telephony/cellular_data/frameworks/js/napi/src/ |
H A D | napi_cellular_data.cpp | 55 static bool MatchCellularDataParameters(napi_env env, const napi_value parameters[], const size_t parameterCount) in MatchCellularDataParameters() function 171 NAPI_ASSERT(env, MatchCellularDataParameters(env, parameters, parameterCount), "type mismatch"); in GetCellularDataState() 233 if (!MatchCellularDataParameters(env, parameters, parameterCount)) { in IsCellularDataEnabled() 234 TELEPHONY_LOGE("IsCellularDataEnabled MatchCellularDataParameters failed."); in IsCellularDataEnabled() 375 if (!MatchCellularDataParameters(env, parameters, parameterCount)) { in EnableCellularData() 419 if (!MatchCellularDataParameters(env, parameters, parameterCount)) { in DisableCellularData()
|
Completed in 2 milliseconds