Home
last modified time | relevance | path

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

/base/telephony/cellular_data/test/fuzztest/updateincalldatamachine_fuzzer/
Dupdateincalldatamachine_fuzzer.cpp47 auto idleState = static_cast<IdleState *>(machine->idleState_.GetRefPtr()); in IdleStateMachineFuzz() local
169 auto idleState = static_cast<IdleState *>(machine->idleState_.GetRefPtr()); in DeactivatingSecondaryStateMachineFuzz() local
/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
Dstate_machine.h54 void SetIdleStateConfig(const IdleState& idleState) in SetIdleStateConfig()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager1_gtest.cpp626 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE; variable
752 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE; variable
772 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE; variable
/base/location/frameworks/location_common/common/source/
Dhook_utils.cpp105 bool HookUtils::ExecuteHookWhenAddWorkRecord(bool stillState, bool idleState, std::string abilityNa… in ExecuteHookWhenAddWorkRecord()
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_config_file_parser.cpp294 IdleState idleState; in ParseIdleNode() local
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_srv_config_parser.cpp659 IdleState idleState; in ParseIdleNode() local
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp1402 auto idleState = static_cast<IdleState *>(incallStateMachine->idleState_.GetRefPtr()); variable