/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/ |
H A D | native_leak_state.h | 41 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 D | native_leak_state.cpp | 102 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 D | native_leak_detector.cpp | 284 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 D | updateinactivemachine_fuzzer.cpp | 64 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 D | updateincalldatamachine_fuzzer.cpp | 61 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 D | incall_data_state_machine.h | 80 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 D | disconnecting.h | 35 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
|
H A D | activating.h | 35 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
|
H A D | inactive.h | 35 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
|
H A D | default.h | 36 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
|
H A D | state_machine.h | 39 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event) = 0; 139 while (tmpState != nullptr && !tmpState->StateProcess(event)) { in ProcessMsg()
|
H A D | active.h | 37 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
|
/base/telephony/cellular_data/test/ |
H A D | cellualr_data_branch_test.cpp | 131 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 D | zero_branch_test.cpp | 1034 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 D | cellular_state_machine_test.cpp | 212 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 D | updatedisconnectmachine_fuzzer.cpp | 63 disconnecting->StateProcess(event); in UpdateDisconnectMachineFuzz() 66 defaultStatus->StateProcess(event); in UpdateDisconnectMachineFuzz()
|
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/ |
H A D | fault_state_base.h | 39 virtual ErrCode StateProcess(std::shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase &detectorObj) = 0;
|
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | incall_data_state_machine.cpp | 182 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 D | default.cpp | 36 bool Default::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::Default
|
H A D | inactive.cpp | 75 bool Inactive::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::Inactive
|
H A D | disconnecting.cpp | 124 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 D | activating.cpp | 167 bool Activating::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::Activating
|
H A D | active.cpp | 47 bool Active::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::Active
|
/base/telephony/cellular_data/services/include/ |
H A D | data_connection_manager.h | 88 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
|
/base/telephony/cellular_data/services/src/ |
H A D | data_connection_manager.cpp | 182 bool CcmDefaultState::StateProcess(const AppExecFwk::InnerEvent::Pointer &event) in StateProcess() function in OHOS::Telephony::CcmDefaultState
|