Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/utils/src/
H A Ddupdate_net_manager.cpp78 return netType_; in GetNetType()
83 return (CAST_UINT(netType_) & CAST_UINT(netType)) > 0; in IsNetAvailable()
92 if (netType == netType_) { in OnNetChange()
95 netType_ = netType; in OnNetChange()
H A Ddupdate_net_manager_empty.cpp52 return netType_; in GetNetType()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/include/
H A Dupdate_remind_policy_context.h38 int32_t netType_ = 0; variable
/ohos5.0/base/update/updateservice/services/utils/include/
H A Ddupdate_net_manager.h59 NetType netType_ = NetType::NO_NET; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dupdate_remind_policy_context.cpp35 netType_ = NapiUtils::GetInt32FromValue(GetEnv(), params[ARG_INDEX_0]); in ParseParams()
H A Dnetpolicy_exec.cpp217 …NetPolicyClient::GetInstance().UpdateRemindPolicy(context->netType_, context->iccid_, context->rem… in ExecUpdateRemindPolicy()
H A Dnapi_net_policy.cpp332 data.netType_ = static_cast<int8_t>(NapiCommon::GetNapiInt32Value(env, value, "netType")); in ReadQuotaPolicy()
379 NapiCommon::SetPropertyInt32(env, elementObject, "netType", item.netType_); in GetNetQuotaPoliciesCallback()