/foundation/window/window_manager/dm_lite/src/ |
H A D | display_manager_lite_proxy.cpp | 531 return ScreenPowerState::INVALID_STATE; in GetScreenPower() 539 return ScreenPowerState::INVALID_STATE; in GetScreenPower() 543 return ScreenPowerState::INVALID_STATE; in GetScreenPower() 548 return ScreenPowerState::INVALID_STATE; in GetScreenPower()
|
H A D | display_manager_adapter_lite.cpp | 258 INIT_PROXY_CHECK_RETURN(ScreenPowerState::INVALID_STATE);
in GetScreenPower()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | inner_link.h | 73 INVALID_STATE = -1, member in OHOS::SoftBus::InnerLink::LinkState
|
H A D | inner_link.cpp | 84 return Get(InnerLinKey::STATE, LinkState::INVALID_STATE); in GetState() 383 LinkState state = Get(InnerLinKey::STATE, LinkState::INVALID_STATE); in IsProtected()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/ |
H A D | inner_link_test.cpp | 44 EXPECT_EQ(info.GetState(), InnerLink::LinkState::INVALID_STATE); in HWTEST_F()
|
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 92 INVALID_STATE, member in OHOS::Rosen::ScreenPowerState
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen_controller.h | 158 ScreenPowerState powerState_ { ScreenPowerState::INVALID_STATE };
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 103 INVALID_STATE, member in OHOS::Rosen::ScreenPowerState
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 223 const int32_t INVALID_STATE = -1; member in OHOS::Bluetooth::BluetoothHost::impl::BluetoothHostObserverImp 224 int32_t preBrState_ = INVALID_STATE; 225 int32_t preBleState_ = INVALID_STATE;
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 20 const INVALID_STATE = -1; 798 role: l5 == INVALID_STATE ? undefined : l5, 799 state: m5 == INVALID_STATE ? undefined : m5,
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_proxy.cpp | 985 return ScreenPowerState::INVALID_STATE;
in GetScreenPower() 993 return ScreenPowerState::INVALID_STATE;
in GetScreenPower() 997 return ScreenPowerState::INVALID_STATE;
in GetScreenPower() 1002 return ScreenPowerState::INVALID_STATE;
in GetScreenPower()
|
H A D | abstract_screen_controller.cpp | 1501 return ScreenPowerState::INVALID_STATE;
in GetScreenPower()
|
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | display_power_test.cpp | 362 bool ret = ScreenManager::GetInstance().SetScreenPowerForAll(ScreenPowerState::INVALID_STATE,
in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 97 virtual ScreenPowerState GetScreenPower(ScreenId dmsScreenId) override { return ScreenPowerState::INVALID_STATE; }
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 333 EXPECT_EQ(result, ScreenPowerState::INVALID_STATE); in HWTEST_F()
|
H A D | abstract_screen_controller_test.cpp | 893 ASSERT_EQ(false, absController_->SetScreenPowerForAll(ScreenPowerState::INVALID_STATE, in HWTEST_F()
|
H A D | display_manager_proxy_test.cpp | 890 EXPECT_EQ(result2, ScreenPowerState::INVALID_STATE); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_proxy.cpp | 986 return ScreenPowerState::INVALID_STATE; in GetScreenPower() 994 return ScreenPowerState::INVALID_STATE; in GetScreenPower() 998 return ScreenPowerState::INVALID_STATE; in GetScreenPower() 1003 return ScreenPowerState::INVALID_STATE; in GetScreenPower()
|
/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 287 INIT_PROXY_CHECK_RETURN(ScreenPowerState::INVALID_STATE);
in GetScreenPower()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 819 EXPECT_NE(ScreenPowerState::INVALID_STATE, screenSessionManagerProxy->GetScreenPower(dmsScreenId)); in HWTEST_F() 821 EXPECT_EQ(ScreenPowerState::INVALID_STATE, screenSessionManagerProxy->GetScreenPower(dmsScreenId)); in HWTEST_F()
|
H A D | screen_session_manager_test.cpp | 512 * @tc.desc: SetScreenPowerById test INVALID_STATE 531 ScreenPowerState state = ScreenPowerState::INVALID_STATE; in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 946 InnerLink::LinkState state = InnerLink::LinkState::INVALID_STATE; in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 2374 return ScreenPowerState::INVALID_STATE; in GetScreenPower()
|