Home
last modified time | relevance | path

Searched defs:newState (Results 1 – 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/frameworks/reminder/test/unittest/
Dreminder_request_test.cpp391 uint8_t newState = 4; variable
723 uint8_t newState = 8; variable
742 uint8_t newState = 1; variable
1118 uint8_t newState = 2; variable
1146 uint8_t newState = 2; variable
1249 uint8_t newState = 4; variable
1267 uint8_t newState = 2; variable
1285 uint8_t newState = 9; variable
1303 uint8_t newState = 1; variable
1321 uint8_t newState = 2; variable
[all …]
/base/useriam/face_auth/services_ex/src/
Dfinite_state_machine_impl.cpp95 uint32_t newState) in DealWithStateLeaveAndEnter()
/base/telephony/ril_adapter/services/vendor/src/
Dvendor_adapter.c198 int32_t SetRadioState(HRilRadioState newState, int32_t rst) in SetRadioState()
/base/useriam/user_auth_framework/services/base/src/
Dfinite_state_machine_impl.cpp93 uint32_t newState) in DealWithStateLeaveAndEnter()
/base/telephony/core_service/services/sim/src/
Dstk_controller.cpp312 … int32_t newState = simStateManager->HasSimCard() ? ICC_CARD_STATE_PRESENT : ICC_CARD_STATE_ABSENT; in OnIccStateChanged() local
/base/account/os_account/services/accountmgr/src/
Dohos_account_manager.cpp459 std::int32_t newState = accountState_->GetAccountState(); in HandleEvent() local
/base/notification/distributed_notification_service/frameworks/reminder/src/
Dreminder_request.cpp1643 void ReminderRequest::SetState(bool deSet, const uint8_t newState, std::string function) in SetState()