Home
last modified time | relevance | path

Searched refs:AnyOf (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/intention/prototype/include/
H A Di_device_manager.h37 virtual bool AnyOf(std::function<bool(std::shared_ptr<IDevice>)> pred) = 0;
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp401 bool DeviceManager::AnyOf(std::function<bool(std::shared_ptr<IDevice>)> pred) in AnyOf() function in OHOS::Msdp::DeviceStatus::DeviceManager
410 return AnyOf([this](std::shared_ptr<IDevice> dev) { in HasLocalPointerDevice()
420 return AnyOf([this](std::shared_ptr<IDevice> dev) { in HasLocalKeyboardDevice()
428 return AnyOf([this](std::shared_ptr<IDevice> dev) {
/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice_manager.h52 bool AnyOf(std::function<bool(std::shared_ptr<IDevice>)> pred) override;
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dcpu_storage_test.cpp150 ASSERT_THAT(powerState, testing::AnyOf(UCollectUtil::SCREEN_OFF, UCollectUtil::SCREEN_ON)); in HWTEST_F()

Completed in 2 milliseconds