/base/telephony/ril_adapter/services/vendor/include/ |
H A D | vendor_adapter.h | 29 int32_t SetRadioState(HRilRadioState newState, int32_t rst);
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_test.cpp | 395 uint8_t newState = 4; in HWTEST_F() local 397 rrc->SetState(deSet, newState, function); in HWTEST_F() 727 uint8_t newState = 8; in HWTEST_F() local 729 rrc->SetState(deSet, newState, function); in HWTEST_F() 746 uint8_t newState = 1; in HWTEST_F() local 748 rrc->SetState(deSet, newState, function); in HWTEST_F() 1131 uint8_t newState = 2; in HWTEST_F() local 1137 reminderRequestChild->SetState(deSet, newState, function); in HWTEST_F() 1159 uint8_t newState = 2; in HWTEST_F() local 1165 reminderRequestChild->SetState(deSet, newState, functio in HWTEST_F() 1262 uint8_t newState = 4; HWTEST_F() local 1280 uint8_t newState = 2; HWTEST_F() local 1298 uint8_t newState = 9; HWTEST_F() local 1316 uint8_t newState = 1; HWTEST_F() local 1334 uint8_t newState = 2; HWTEST_F() local 1531 uint8_t newState = 2; HWTEST_F() local 1604 uint8_t newState = 0; HWTEST_F() local [all...] |
/base/useriam/face_auth/services_ex/src/ |
H A D | finite_state_machine_impl.cpp | 95 uint32_t newState) in DealWithStateLeaveAndEnter() 97 if (oldState == newState) { in DealWithStateLeaveAndEnter() 94 DealWithStateLeaveAndEnter(FiniteStateMachine &machine, uint32_t oldState, uint32_t newState) DealWithStateLeaveAndEnter() argument
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 198 int32_t SetRadioState(HRilRadioState newState, int32_t rst) in SetRadioState() argument 214 if (oldState == newState) { in SetRadioState() 219 g_radioState = newState; in SetRadioState() 224 (void)sprintf_s(cmd, MAX_CMD_LENGTH, "AT+CFUN=%u,%d", newState, rst); in SetRadioState()
|
/base/useriam/user_auth_framework/services/base/src/ |
H A D | finite_state_machine_impl.cpp | 93 uint32_t newState) in DealWithStateLeaveAndEnter() 95 if (oldState == newState) { in DealWithStateLeaveAndEnter() 92 DealWithStateLeaveAndEnter(FiniteStateMachine &machine, uint32_t oldState, uint32_t newState) DealWithStateLeaveAndEnter() argument
|
H A D | finite_state_machine_impl.h | 63 void DealWithStateLeaveAndEnter(FiniteStateMachine &machine, uint32_t oldState, uint32_t newState);
|
/base/telephony/core_service/services/sim/src/ |
H A D | stk_controller.cpp | 295 int32_t newState = simStateManager->HasSimCard() ? ICC_CARD_STATE_PRESENT : ICC_CARD_STATE_ABSENT; in OnIccStateChanged() local 297 iccCardState_ = newState; in OnIccStateChanged() 298 TELEPHONY_LOGI("StkController[%{public}d]::OnIccStateChanged(), oldState: %{public}d newState: %{public}d", in OnIccStateChanged() 299 slotId_, oldState, newState); in OnIccStateChanged() 300 if (oldState == ICC_CARD_STATE_PRESENT && newState == ICC_CARD_STATE_ABSENT) { in OnIccStateChanged() 308 } else if (oldState == ICC_CARD_STATE_ABSENT && newState == ICC_CARD_STATE_PRESENT) { in OnIccStateChanged()
|
/base/useriam/face_auth/services_ex/inc/ |
H A D | finite_state_machine_impl.h | 63 void DealWithStateLeaveAndEnter(FiniteStateMachine &machine, uint32_t oldState, uint32_t newState);
|
/base/account/os_account/services/accountmgr/src/ |
H A D | ohos_account_manager.cpp | 306 std::int32_t newState = accountState_->GetAccountState(); in HandleEvent() local 307 if (newState != curOhosAccount.ohosAccountInfo_.status_) { in HandleEvent() 308 ReportOhosAccountStateChange(curOhosAccount.userId_, event, curOhosAccount.ohosAccountInfo_.status_, newState); in HandleEvent() 309 curOhosAccount.ohosAccountInfo_.status_ = newState; in HandleEvent()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 1059 void SetState(bool deSet, const uint8_t newState, std::string function);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 1583 void ReminderRequest::SetState(bool deSet, const uint8_t newState, std::string function) in SetState() argument 1587 state_ |= newState; in SetState() 1589 state_ &= static_cast<uint8_t>(~newState); in SetState()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 566 sptr<NetworkState> newState = new NetworkState(); in HWTEST_F() local 568 newState->Unmarshalling(parcel); in HWTEST_F()
|