Home
last modified time | relevance | path

Searched refs:Leave (Results 1 - 18 of 18) sorted by relevance

/foundation/resourceschedule/ffrt/src/sched/
H A Dinterval.h136 bool Leave() in Leave() function in ffrt::PerfCtrl
138 return tg ? tg->Leave() : false; in Leave()
204 virtual void Leave() = 0;
250 void Leave() override;
H A Dframe_interval.h44 void Leave() override
H A Dinterval.cpp203 void DefaultInterval::Leave() in Leave() function in ffrt::DefaultInterval
207 if (!ctrl.Leave()) { in Leave()
208 FFRT_LOGE("Failed to Leave Thread %d", ThreadGroup::GetTID()); in Leave()
H A Ddeadline.cpp141 (*_it)->Leave(); in ffrt_interval_leave()
/foundation/resourceschedule/ffrt/src/eu/
H A Dthread_group.h93 bool Leave() in Leave() function in ffrt::ThreadGroup
101 bool Leave(pid_t tid) in Leave() function in ffrt::ThreadGroup
H A Dworker_manager.cpp76 if (!(tgwrap.tg->Leave(tid))) { in LeaveTG()
77 FFRT_LOGE("Failed to Leave Thread %d", tid); in LeaveTG()
H A Dcpuworker_manager.cpp243 tgwrap.tg->Leave(pid); in WorkerLeaveTg()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_response_state.cpp24 int32_t AuthResponseState::Leave() in Leave() function in OHOS::DistributedHardware::AuthResponseState
58 this->Leave(); in TransitionTo()
H A Dauth_request_state.cpp23 int32_t AuthRequestState::Leave() in Leave() function in OHOS::DistributedHardware::AuthRequestState
57 this->Leave(); in TransitionTo()
/foundation/distributedhardware/device_manager/test/unittest/
H A Dauth_request_state.cpp23 int32_t AuthRequestState::Leave() in Leave() function in OHOS::DistributedHardware::AuthRequestState
63 this->Leave(); in TransitionTo()
H A Dauth_response_state.cpp24 int32_t AuthResponseState::Leave() in Leave() function in OHOS::DistributedHardware::AuthResponseState
65 this->Leave(); in TransitionTo()
H A DUTTest_auth_response_state.cpp48 * 2 call AuthResponseInitState::Leave with authManager != null
58 int32_t ret = authResponseState->Leave(); in HWTEST_F()
H A DUTTest_auth_request_state.cpp47 * 2 call AuthResponseInitState::Leave with authManager != null
57 int32_t ret = authRequestState->Leave(); in HWTEST_F()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_interval.cpp129 interval.Leave(); in HWTEST_F()
185 interval.Leave(); in HWTEST_F()
/foundation/resourceschedule/ffrt/test/ut/
H A Dframe_interval_test.cpp131 fi->Leave(); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_request_state.h37 * @tc.name: AuthRequestState::Leave
38 * @tc.desc: Leave of the Authenticate Request State
41 int32_t Leave();
H A Dauth_response_state.h35 * @tc.name: AuthResponseState::Leave
36 * @tc.desc: Leave of the Auth Response State
39 int32_t Leave();
/foundation/arkui/ace_engine/interfaces/napi/kits/mediaquery/
H A Djs_media_query.cpp100 struct Leave { in OnNapiCallback() struct
101 ~Leave() in OnNapiCallback()

Completed in 8 milliseconds