Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp393 uint8_t newState = 4; variable
726 uint8_t newState = 8; variable
745 uint8_t newState = 1; variable
1158 uint8_t newState = 2; variable
1186 uint8_t newState = 2; variable
1350 uint8_t newState = 4; variable
1368 uint8_t newState = 2; variable
1386 uint8_t newState = 9; variable
1404 uint8_t newState = 1; variable
1422 uint8_t newState = 2; variable
[all …]
/base/useriam/face_auth/services_ex/src/
Dfinite_state_machine_impl.cpp95 uint32_t newState) in DealWithStateLeaveAndEnter()
/base/useriam/user_auth_framework/services/base/src/
Dfinite_state_machine_impl.cpp93 uint32_t newState) in DealWithStateLeaveAndEnter()
/base/telephony/ril_adapter/services/vendor/src/
Dvendor_adapter.c196 int32_t SetRadioState(HRilRadioState newState, int32_t rst) in SetRadioState()
/base/telephony/core_service/services/sim/src/
Dstk_controller.cpp184 … 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.cpp293 std::int32_t newState = accountState_->GetAccountState(); in HandleEvent() local
/base/msdp/device_status/services/interaction/coordination/src/
Dcoordination_sm.cpp1164 void CoordinationSM::StateChangedNotify(CoordinationState oldState, CoordinationState newState) in StateChangedNotify()
1184 …onSM::ChangeNotify(CooStateChangeType type, CoordinationState oldState, CoordinationState newState) in ChangeNotify()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp566 sptr<NetworkState> newState = new NetworkState(); variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp1559 void ReminderRequest::SetState(bool deSet, const uint8_t newState, std::string function) in SetState()