Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_state.cpp41 if (networkState_ == nullptr) { in Init()
57 if (networkState_ != nullptr) { in SetOperatorInfo()
61networkState_->GetLongOperatorName().c_str(), networkState_->GetShortOperatorName().c_str(), in SetOperatorInfo()
69 if (networkState_ != nullptr) { in SetEmergency()
77 if (networkState_ != nullptr) { in IsEmergency()
86 if (networkState_ != nullptr) { in SetNetworkType()
94 if (networkState_ != nullptr) { in SetNetworkState()
102 if (networkState_ != nullptr) { in SetNetworkStateToRoaming()
230 if (networkState_ == nullptr) { in GetNetworkStatus()
250 if (networkState_ != nullptr) { in SetInitial()
[all …]
H A Doperator_name.cpp158 networkState_ = networkState.release(); in GetNetworkStatus()
159 return networkState_; in GetNetworkStatus()
163 networkState_ = nullptr; in GetNetworkStatus()
164 return networkState_; in GetNetworkStatus()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_infos.h50 sptr<NetworkState> networkState_ = nullptr; member
51 …eUpdateInfo(int32_t slotId, sptr<NetworkState> state) : UpdateInfo(slotId), networkState_(state) {} in NetworkStateUpdateInfo()
H A Dupdate_contexts.h54 networkState = info.networkState_;
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_state.h66 std::unique_ptr<NetworkState> networkState_ = nullptr; variable
H A Doperator_name.h89 sptr<NetworkState> networkState_ = nullptr; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.cpp848 if (networkState_ != event.arg1_) { in ProcessNetworkStateEvent()
849 networkState_ = event.arg1_; in ProcessNetworkStateEvent()
850 service->NotifyRegistrationStatusChanged(rawAddress, networkState_); in ProcessNetworkStateEvent()
853 if (networkState_ == HFP_HF_NETWORK_STATE_AVAILABLE) { in ProcessNetworkStateEvent()
H A Dhfp_hf_statemachine.h378 int networkState_ {0};