Home
last modified time | relevance | path

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

12

/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dpool_test.cpp59 pool_.Idle(data); in TearDown()
138 pool_.Idle(ret); in HWTEST_F()
155 pool_.Idle(ret); in HWTEST_F()
177 pool_.Idle(ret); in HWTEST_F()
211 pool_.Idle(ret); in HWTEST_F()
234 pool_.Idle(ret); in HWTEST_F()
251 pool_.Idle(ret); in HWTEST_F()
272 * @tc.desc: test the void Idle(std::shared_ptr<T> data) function.
291 pool_.Idle(ret); in HWTEST_F()
318 pool_.Idle(dat in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.h81 bool Idle() const in Idle() function in OHOS::Ace::NG::ScrollableEvent
84 return scrollable_->Idle(); in Idle()
91 if (scrollable_ && !scrollable_->Idle() && in IsHitTestBlock()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h78 struct Idle : public StateBase { struct in OHOS::bluetooth::GattConnectionManager::Device::StateMachine
79 Idle(utility::StateMachine &stateMachine, GattConnectionManager::Device &device);
80 ~Idle() override{};
H A Dgatt_connection_manager.cpp1186 std::unique_ptr<State> idle = std::make_unique<Idle>(*this, device); in StateMachine()
1266 GattConnectionManager::Device::StateMachine::Idle::Idle( in Idle() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Idle
1271 void GattConnectionManager::Device::StateMachine::Idle::Entry() in Entry()
1274 GetEncryptAddr(device_.Info().addr_.GetAddress()).c_str(), device_.Info().transport_, "Idle"); in Entry()
1277 bool GattConnectionManager::Device::StateMachine::Idle::Dispatch(const utility::Message &msg) in Dispatch()
1307 LOG_ERROR("Idle::%{public}s, StateMachine is %{public}d", __FUNCTION__, msg.what_); in Dispatch()
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_scrollable.cpp27 bool Scrollable::Idle() const in Idle() function in OHOS::Ace::Scrollable
H A Dmock_scrollable_ng.cpp23 bool Scrollable::Idle() const in Idle() function in OHOS::Ace::NG::Scrollable
/foundation/resourceschedule/ffrt/test/ut/
H A Dworker_thread_test.cpp57 * @tc.desc: Test whether the Idle interface are normal.
63 bool ret = wt->Idle(); in HWTEST_F()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dsystem_ability_test.cpp320 * @tc.desc: test Idle with abilityState_ is not SystemAbilityState::ACTIVE
331 sysAby->Idle(idleReason, delayTime); in HWTEST_F()
338 * @tc.desc: test Idle with abilityState_ is SystemAbilityState::ACTIVE and delayTime is 0
350 sysAby->Idle(idleReason, noDelayTime); in HWTEST_F()
357 * @tc.desc: test Idle with abilityState_ is SystemAbilityState::ACTIVE and delayTime is 0
369 sysAby->Idle(idleReason, delayTime); in HWTEST_F()
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.h76 bool Idle() const in Idle() function in ffrt::WorkerThread
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dsystem_ability.h226 void Idle(SystemAbilityOnDemandReason& idleReason, int32_t& delayTime);
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_thread.cpp79 bool ret = wt->Idle(); in HWTEST_F()
/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dsystem_ability.h226 void Idle(SystemAbilityOnDemandReason& idleReason, int32_t& delayTime);
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dpool.h80 void Idle(std::shared_ptr<T> data) in Idle() function in OHOS::Pool
H A Dexecutor_pool.h152 pool_.Idle(exe); in Execute()
183 pool_.Idle(exe); in Schedule()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpool.h82 void Idle(std::shared_ptr<T> data) in Idle() function in OHOS::NativePreferences::Pool
H A Dexecutor_pool.h156 pool_.Idle(exe); in Execute()
187 pool_.Idle(exe); in Schedule()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp120 if (scrollable_->Idle() && GetMainOffset(currentOffset_) > 0.0) { in CalculateMainScrollExtent()
126 if (scrollable_->Idle() && GetMainOffset(currentOffset_) > mainScrollExtent_ - GetMainSize(viewPort_)) { in CalculateMainScrollExtent()
H A Dscrollable.cpp211 CHECK_NULL_VOID(context && scroll->Idle()); in Initialize()
291 bool Scrollable::Idle() const in Idle() function in OHOS::Ace::Scrollable
693 if (context && scroll->Idle()) { in StartScrollAnimation()
846 CHECK_NULL_VOID(context && scroll->Idle()); in ProcessScrollSnapSpringMotion()
H A Drender_multi_child_scroll.cpp120 if (scrollable_->Idle() && GetMainOffset(currentOffset_) > 0.0) { in CalculateMainScrollExtent()
132 if (scrollable_->Idle() && in CalculateMainScrollExtent()
H A Dscrollable.h294 bool Idle() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h308 bool Idle() const;
H A Dscrollable_pattern.h154 return !scrollableEvent_ || scrollableEvent_->Idle(); in ScrollableIdle()
H A Dscrollable.cpp280 bool Scrollable::Idle() const in Idle() function in OHOS::Ace::NG::Scrollable
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dsystem_ability.cpp193 void SystemAbility::Idle(SystemAbilityOnDemandReason& idleReason, in Idle() function in OHOS::SystemAbility
199 LOGW("cannot Idle SA:%{public}d,sta is %{public}d", saId_, abilityState_); in Idle()
204 LOGI("Idle-SA:%{public}d", saId_); in Idle()
H A Dlocal_ability_manager.cpp522 ability->Idle(onDemandIdleReason, delayTime); in IdleAbility()

Completed in 23 milliseconds

12