Home
last modified time | relevance | path

Searched refs:StateProcess (Results 1 - 25 of 25) sorted by relevance

/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.h41 ErrCode StateProcess(std::shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) override;
50 ErrCode StateProcess(std::shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) override;
64 ErrCode StateProcess(std::shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) override;
95 ErrCode StateProcess(std::shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) override;
105 ErrCode StateProcess(std::shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) override;
H A Dnative_leak_state.cpp102 ErrCode NativeLeakSampleState::StateProcess(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) in StateProcess() function in OHOS::HiviewDFX::NativeLeakSampleState
105 HIVIEW_LOGI("NativeLeakSampleState::StateProcess pid: %{public}d", userMonitorInfo->GetPid()); in StateProcess()
168 ErrCode NativeLeakJudgeState::StateProcess(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) in StateProcess() function in OHOS::HiviewDFX::NativeLeakJudgeState
170 HIVIEW_LOGI("NativeLeakJudgeState::StateProcess pid: %{public}d", monitorInfo->GetPid()); in StateProcess()
264 ErrCode NativeLeakDumpState::StateProcess(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) in StateProcess() function in OHOS::HiviewDFX::NativeLeakDumpState
267 HIVIEW_LOGI("NativeLeakDumpState::StateProcess pid: %{public}d", userMonitorInfo->GetPid()); in StateProcess()
607 ErrCode NativeLeakReportState::StateProcess(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) in StateProcess() function in OHOS::HiviewDFX::NativeLeakReportState
662 ErrCode NativeLeakRemovalState::StateProcess(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) in StateProcess() function in OHOS::HiviewDFX::NativeLeakRemovalState
664 HIVIEW_LOGI("NativeLeakRemovalState StateProcess not define\n"); // wzy:kiding me? maybe can use interface in StateProcess()
H A Dnative_leak_detector.cpp284 ErrCode ret = GetStateObj(PROC_SAMPLE_STATE)->StateProcess(it->second, *this); in DoProcessNativeLeak()
296 ErrCode ret = GetStateObj(PROC_JUDGE_STATE)->StateProcess(monitorInfo, *this); in JudgeNativeLeak()
340 ErrCode ret = GetStateObj(stateType)->StateProcess(monitorInfo, *this); in ExeNextStateProcess()
/base/telephony/cellular_data/test/fuzztest/updateinactivemachine_fuzzer/
H A Dupdateinactivemachine_fuzzer.cpp64 inactive->StateProcess(event); in UpdateInActiveMachineFuzz()
66 activating->StateProcess(event); in UpdateInActiveMachineFuzz()
69 activating->StateProcess(event); in UpdateInActiveMachineFuzz()
/base/telephony/cellular_data/test/fuzztest/updateincalldatamachine_fuzzer/
H A Dupdateincalldatamachine_fuzzer.cpp61 idleState->StateProcess(event); in IdleStateMachineFuzz()
101 activatingSecondaryState->StateProcess(event); in ActivatingSecondaryStateMachineFuzz()
102 secondaryActiveState->StateProcess(event); in ActivatingSecondaryStateMachineFuzz()
143 activatedSecondaryState->StateProcess(event); in ActivatedSecondaryStateMachineFuzz()
144 secondaryActiveState->StateProcess(event); in ActivatedSecondaryStateMachineFuzz()
186 deactivatingSecondaryState->StateProcess(event); in DeactivatingSecondaryStateMachineFuzz()
187 idleState->StateProcess(event); in DeactivatingSecondaryStateMachineFuzz()
/base/telephony/cellular_data/services/include/state_machine/
H A Dincall_data_state_machine.h80 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
111 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
142 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
156 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
170 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
H A Ddisconnecting.h35 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
H A Dactivating.h35 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
H A Dinactive.h35 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
H A Ddefault.h36 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
H A Dstate_machine.h39 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event) = 0;
139 while (tmpState != nullptr && !tmpState->StateProcess(event)) { in ProcessMsg()
H A Dactive.h37 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/cellular_data/test/
H A Dcellualr_data_branch_test.cpp131 bool result = activating->StateProcess(event); in HWTEST_F()
134 result = activating->StateProcess(event); in HWTEST_F()
137 result = activating->StateProcess(event); in HWTEST_F()
140 result = activating->StateProcess(event); in HWTEST_F()
143 result = activating->StateProcess(event); in HWTEST_F()
146 result = activating->StateProcess(event); in HWTEST_F()
149 result = activating->StateProcess(event); in HWTEST_F()
235 result = activating->StateProcess(event); in HWTEST_F()
391 bool result = disconnecting->StateProcess(event); in HWTEST_F()
394 result = disconnecting->StateProcess(even in HWTEST_F()
[all...]
H A Dzero_branch_test.cpp1034 ASSERT_FALSE(ccmDefaultState.StateProcess(event)); in HWTEST_F()
1036 ASSERT_TRUE(ccmDefaultState.StateProcess(event)); in HWTEST_F()
1038 ASSERT_TRUE(ccmDefaultState.StateProcess(event)); in HWTEST_F()
1040 ASSERT_TRUE(ccmDefaultState.StateProcess(event)); in HWTEST_F()
1042 ASSERT_FALSE(ccmDefaultState.StateProcess(event)); in HWTEST_F()
1085 ASSERT_FALSE(ccmDefaultState.StateProcess(event)); in HWTEST_F()
1087 ASSERT_TRUE(ccmDefaultState.StateProcess(event)); in HWTEST_F()
1089 ASSERT_TRUE(ccmDefaultState.StateProcess(event)); in HWTEST_F()
1091 ASSERT_TRUE(ccmDefaultState.StateProcess(event)); in HWTEST_F()
1093 ASSERT_FALSE(ccmDefaultState.StateProcess(even in HWTEST_F()
[all...]
H A Dcellular_state_machine_test.cpp212 idleState->StateProcess(event); in HWTEST_F()
232 idleState->StateProcess(event); in HWTEST_F()
279 bool result = deactivatingSecondaryState->StateProcess(event); in HWTEST_F()
300 bool result = deactivatingSecondaryState->StateProcess(event); in HWTEST_F()
323 bool result = deactivatingSecondaryState->StateProcess(event); in HWTEST_F()
345 bool result = deactivatingSecondaryState->StateProcess(event); in HWTEST_F()
364 bool result = activatingSecondaryState->StateProcess(event); in HWTEST_F()
383 bool result = activatingSecondaryState->StateProcess(event); in HWTEST_F()
404 bool result = activatingSecondaryState->StateProcess(event); in HWTEST_F()
424 bool result = secondaryActiveState->StateProcess(even in HWTEST_F()
[all...]
/base/telephony/cellular_data/test/fuzztest/updatedisconnectmachine_fuzzer/
H A Dupdatedisconnectmachine_fuzzer.cpp63 disconnecting->StateProcess(event); in UpdateDisconnectMachineFuzz()
66 defaultStatus->StateProcess(event); in UpdateDisconnectMachineFuzz()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/
H A Dfault_state_base.h39 virtual ErrCode StateProcess(std::shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) = 0;
/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp182 bool IdleState::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::IdleState
290 bool SecondaryActiveState::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::SecondaryActiveState
382 bool ActivatingSecondaryState::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::ActivatingSecondaryState
419 bool ActivatedSecondaryState::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::ActivatedSecondaryState
453 bool DeactivatingSecondaryState::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::DeactivatingSecondaryState
H A Ddefault.cpp36 bool Default::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::Default
H A Dinactive.cpp75 bool Inactive::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::Inactive
H A Ddisconnecting.cpp124 bool Disconnecting::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::Disconnecting
156 TELEPHONY_LOGE("disconnecting StateProcess do nothing!"); in StateProcess()
H A Dactivating.cpp167 bool Activating::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::Activating
H A Dactive.cpp47 bool Active::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::Active
/base/telephony/cellular_data/services/include/
H A Ddata_connection_manager.h88 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp182 bool CcmDefaultState::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::CcmDefaultState

Completed in 16 milliseconds