Home
last modified time | relevance | path

Searched refs:attached (Results 1 - 2 of 2) sorted by relevance

/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_controller_capi.cpp33 bool attached = false; member
56 if (!(g_inputMethodProxy->attached)) { in IsValidInputMethodProxy()
57 IMSA_HILOGE("g_inputMethodProxy is not attached"); in IsValidInputMethodProxy()
179 g_inputMethodProxy->attached = true; in OH_InputMethodController_Attach()
194 g_inputMethodProxy->attached = false; in ClearInputMethodProxy()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp370 TELEPHONY_LOGI("Slot%{public}d: ps attached", slotId_); in RadioPsConnectionAttached()
565 bool attached = coreInner.GetPsRegState(slotId_) == (int32_t)RegServiceState::REG_STATE_IN_SERVICE; in CheckAttachAndSimState() local
567 TELEPHONY_LOGD("Slot%{public}d: attached: %{public}d simState: %{public}d isSimAccountLoaded: %{public}d " in CheckAttachAndSimState()
568 "isRilApnAttached: %{public}d", slotId_, attached, isSimStateReadyOrLoaded, isSimAccountLoaded_, in CheckAttachAndSimState()
571 if (!isEmergencyApn && !attached) { in CheckAttachAndSimState()
573 CellularDataErrorCode::DATA_ERROR_PS_NOT_ATTACH, "It is not emergencyApn and not attached"); in CheckAttachAndSimState()
1686 bool attached = coreInner.GetPsRegState(slotId_) == (int32_t)RegServiceState::REG_STATE_IN_SERVICE; in PsDataRatChanged() local
1687 if (!attached) { in PsDataRatChanged()
1688 TELEPHONY_LOGE("Slot%{public}d: attached is false", slotId_); in PsDataRatChanged()

Completed in 5 milliseconds