/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | pool_test.cpp | 59 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 D | scrollable_event.h | 81 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 D | gatt_connection_manager.h | 78 struct Idle : public StateBase { struct in OHOS::bluetooth::GattConnectionManager::Device::StateMachine 79 Idle(utility::StateMachine &stateMachine, GattConnectionManager::Device &device); 80 ~Idle() override{};
|
H A D | gatt_connection_manager.cpp | 1186 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 D | mock_scrollable.cpp | 27 bool Scrollable::Idle() const in Idle() function in OHOS::Ace::Scrollable
|
H A D | mock_scrollable_ng.cpp | 23 bool Scrollable::Idle() const in Idle() function in OHOS::Ace::NG::Scrollable
|
/foundation/resourceschedule/ffrt/test/ut/ |
H A D | worker_thread_test.cpp | 57 * @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 D | system_ability_test.cpp | 320 * @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 D | worker_thread.h | 76 bool Idle() const in Idle() function in ffrt::WorkerThread
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/ |
H A D | system_ability.h | 226 void Idle(SystemAbilityOnDemandReason& idleReason, int32_t& delayTime);
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_thread.cpp | 79 bool ret = wt->Idle(); in HWTEST_F()
|
/foundation/systemabilitymgr/safwk/services/safwk/include/ |
H A D | system_ability.h | 226 void Idle(SystemAbilityOnDemandReason& idleReason, int32_t& delayTime);
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | pool.h | 80 void Idle(std::shared_ptr<T> data) in Idle() function in OHOS::Pool
|
H A D | executor_pool.h | 152 pool_.Idle(exe); in Execute() 183 pool_.Idle(exe); in Schedule()
|
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | pool.h | 82 void Idle(std::shared_ptr<T> data) in Idle() function in OHOS::NativePreferences::Pool
|
H A D | executor_pool.h | 156 pool_.Idle(exe); in Execute() 187 pool_.Idle(exe); in Schedule()
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_single_child_scroll.cpp | 120 if (scrollable_->Idle() && GetMainOffset(currentOffset_) > 0.0) { in CalculateMainScrollExtent() 126 if (scrollable_->Idle() && GetMainOffset(currentOffset_) > mainScrollExtent_ - GetMainSize(viewPort_)) { in CalculateMainScrollExtent()
|
H A D | scrollable.cpp | 211 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 D | render_multi_child_scroll.cpp | 120 if (scrollable_->Idle() && GetMainOffset(currentOffset_) > 0.0) { in CalculateMainScrollExtent() 132 if (scrollable_->Idle() && in CalculateMainScrollExtent()
|
H A D | scrollable.h | 294 bool Idle() const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable.h | 308 bool Idle() const;
|
H A D | scrollable_pattern.h | 154 return !scrollableEvent_ || scrollableEvent_->Idle(); in ScrollableIdle()
|
H A D | scrollable.cpp | 280 bool Scrollable::Idle() const in Idle() function in OHOS::Ace::NG::Scrollable
|
/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | system_ability.cpp | 193 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 D | local_ability_manager.cpp | 522 ability->Idle(onDemandIdleReason, delayTime); in IdleAbility()
|