Home
last modified time | relevance | path

Searched full:screen (Results 1 – 25 of 220) sorted by relevance

123456789

/base/powermgr/power_manager/
Dpowermanager.yaml28 SCREEN:
29 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: screen state}
30 STATE: {type: INT32, desc: screen state}
38 __BASE: {type: FAULT, level: CRITICAL, desc: timeout screen on information}
43 MSG: {type: STRING, desc: screen on timeout message}
44 REASON: {type: STRING, desc: screen on reason}
47 __BASE: {type: FAULT, level: CRITICAL, desc: timeout screen off information}
52 MSG: {type: STRING, desc: screen off timeout message}
53 REASON: {type: STRING, desc: screen off reason}
67 REASON: {type: STRING, desc: screen on reason}
[all …]
Dpowermanager_POWER_UE.yaml17 __BASE: {type: BEHAVIOR, level: CRITICAL, tag: PowerStats, desc: screen on event}
20 REASON: {type: STRING, desc: screen on reason}
23 __BASE: {type: BEHAVIOR, level: CRITICAL, tag: PowerStats, desc: screen off event}
26 REASON: {type: STRING, desc: screen off reason}
/base/powermgr/display_manager/
Ddisplaymanager.yaml17 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: current screen status information}
18 STATE: {type: INT32, desc: current screen state}
21 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: screen brightness}
22 BRIGHTNESS: {type: INT32, desc: screen brightness value}
27 …__BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: screen brightness discount informat…
33 LEVEL: {type: INT32, desc: ambient light adjusts screen brightness}
37 TYPE: {type: INT32, desc: screen on or off type}
/base/powermgr/power_manager/test/unittest/src/interface_test/
Dpower_mgr_client_test.cpp56 … EXPECT_EQ(powerMgrClient.IsScreenOn(), true) << "PowerMgrClient001: Prepare Fail, Screen is OFF.";
59 … EXPECT_EQ(powerMgrClient.IsScreenOn(), true) << "PowerMgrClient001: Prepare Fail, Screen is OFF.";
64 …erMgrClient.IsScreenOn(), true) << "PowerMgrClient001: RefreshActivity Device Fail, Screen is OFF";
83 … EXPECT_EQ(powerMgrClient.IsScreenOn(), true) << "PowerMgrClient002: Prepare Fail, Screen is OFF.";
86 … EXPECT_EQ(powerMgrClient.IsScreenOn(), true) << "PowerMgrClient002: Prepare Fail, Screen is OFF.";
91 …erMgrClient.IsScreenOn(), true) << "PowerMgrClient002: RefreshActivity Device Fail, Screen is OFF";
110 … EXPECT_EQ(powerMgrClient.IsScreenOn(), true) << "PowerMgrClient003: Prepare Fail, Screen is OFF.";
113 … EXPECT_EQ(powerMgrClient.IsScreenOn(), true) << "PowerMgrClient003: Prepare Fail, Screen is OFF.";
118 …erMgrClient.IsScreenOn(), true) << "PowerMgrClient003: RefreshActivity Device Fail, Screen is OFF";
137 … EXPECT_EQ(powerMgrClient.IsScreenOn(), true) << "PowerMgrClient004: Prepare Fail, Screen is OFF.";
[all …]
Dpower_state_machine_test.cpp73 …EXPECT_EQ(powerMgrClient.IsScreenOn(), true) << "PowerStateMachine003: Prepare Fail, Screen is OFF…
74 GTEST_LOG_(INFO) << "PowerStateMachine003: Screen is On, Begin to Suspend Device!";
79 …Q(powerMgrClient.IsScreenOn(), false) << "PowerStateMachine003: Suspend Device Fail, Screen is On";
101 …EXPECT_EQ(powerMgrClient.IsScreenOn(), false) << "PowerStateMachine004: Prepare Fail, Screen is On…
102 GTEST_LOG_(INFO) << "PowerStateMachine004: Screen is Off, Begin to Wakeup Device!";
107 …EQ(powerMgrClient.IsScreenOn(), true) << "PowerStateMachine004: Wakeup Device Fail, Screen is Off";
129 << ": Suspend Device Fail, Screen is On";
134 << ": Wakeup Device Fail, Screen is Off";
156 …EXPECT_EQ(powerMgrClient.IsScreenOn(), false) << "PowerStateMachine006: Prepare Fail, Screen is On…
157 GTEST_LOG_(INFO) << "PowerStateMachine006: Screen is Off, Begin to Wakeup Device!";
[all …]
/base/powermgr/battery_statistics/services/native/src/entities/
Dscreen_entity.cpp39 STATS_HILOGD(COMP_SVC, "Get screen on time: %{public}" PRId64 "ms", activeTimeMs); in GetActiveTimeMs()
51 … "Get screen brightness time: %{public}" PRId64 "ms of brightness level: %{public}d", in GetActiveTimeMs()
55 STATS_HILOGD(COMP_SVC, "No screen brightness timer found, return 0"); in GetActiveTimeMs()
59 … STATS_HILOGD(COMP_SVC, "Get screen brightness total time: %{public}" PRId64 "ms", activeTimeMs); in GetActiveTimeMs()
102 …STATS_HILOGD(COMP_SVC, "Calculate screen active power consumption: %{public}lfmAh", screenPowerMah… in Calculate()
121 STATS_HILOGD(COMP_SVC, "Get screen on timer"); in GetOrCreateTimer()
125 STATS_HILOGD(COMP_SVC, "Create screen on timer"); in GetOrCreateTimer()
137 … STATS_HILOGD(COMP_SVC, "Get screen brightness timer of brightness level: %{public}d", level); in GetOrCreateTimer()
141 … STATS_HILOGD(COMP_SVC, "Create screen brightness timer of brightness level: %{public}d", level); in GetOrCreateTimer()
157 // Reset app Screen total power consumption in Reset()
[all …]
/base/global/resource_management/interfaces/native/resource/include/
Dresmgr_common.h77 * @brief Enumerates screen density types.
82 /** Indicates small screen density. */
84 /** Indicates medium screen density. */
86 /** Indicates large screen density. */
88 /** Indicates extra-large screen density. */
90 /** Indicates extra-extra-large screen density. */
92 /** Indicates extra-extra-extra-large screen density. */
97 * @brief Enumerates screen directions.
148 /** Indicates the screen direction of the current device. */
154 /** Indicates the screen density. */
/base/powermgr/power_manager/interfaces/inner_api/native/include/
Dpower_state_machine_info.h27 …* the screen on little longer without causing a visible change such as when the power key is press…
58 * Power State: screen on and cpu on.
63 * Power State: screen on or active and some background user processes are frozen.
68 * Power State: screen off and cpu on.
73 * Power State: screen off and cpu on and some user processes are frozen.
78 * Power State: screen off and cpu on and most user processes are frozen.
83 * Power State: screen off and cpu off and suspend to the ram.
88 * Power State: screen off and cpu off and suspend to the disk.
98 * Power State: screen on and display dim
Dpower_mgr_client.h64 * Suspend device and set screen off.
72 * Wake up the device and set the screen on.
80 * Wake up the device and set the screen on async.
88 …* Refresh the screentimeout time, and keep the screen on. RefreshActivity works only when the scre…
108 …* Check whether the device screen is on. The result may be true or false, depending on the system …
113 …* Check whether the fold device screen is on. The result may be true or false, depending on the sy…
118 * Check whether the collaboration device screen is on.
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
Dark_display_manager_adapter.h44 * 0 represents an unknown screen state,
46 * 2 stands for using the home screen,
47 * 3 stands for the use of the secondary screen,
85 * 0 represents an unknown screen state,
87 * 2 stands for using the home screen,
88 * 3 stands for the use of the secondary screen,
126 * 0 represents an unknown screen state,
128 * 2 stands for using the home screen,
129 * 3 stands for the use of the secondary screen,
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_flags.h70 * Sets the notification whether enable lock screen.
71 * @param visblenessEnabled whether enable lock screen.
76 * Checks whether enable lock screen.
77 * @return lock screen enable.
94 * Sets the notification whether light screen.
95 * @param lightScreenEnabled whether light screen.
100 * Checks whether enable light screen.
101 * @return light screen enable.
/base/powermgr/thermal_manager/
DREADME_zh.md67 <item name="screen"/>
78 <cpu screen="1">2800000</cpu>
79 <cpu screen="0">2400000</cpu>
84 <cpu screen="1">2200000</cpu>
85 <cpu screen="0">1800000</cpu>
90 <cpu screen="1">1600000</cpu>
91 <cpu screen="0">1200000</cpu>
DREADME.md68 <item name="screen"/>
79 <cpu screen="1">2800000</cpu>
80 <cpu screen="0">2400000</cpu>
85 <cpu screen="1">2200000</cpu>
86 <cpu screen="0">1800000</cpu>
91 <cpu screen="1">1600000</cpu>
92 <cpu screen="0">1200000</cpu>
/base/msdp/device_status/interfaces/innerkits/interaction/include/
Dinteraction_manager.h44 * @brief Registers a listener for screen hopping events of the mouse pointer.
45 * @param listener Indicates the listener for screen hopping events of the mouse pointer.
53 * @brief Unregisters a listener for screen hopping events of the mouse pointer.
54 * @param listener Indicates the listener for screen hopping events of the mouse pointer.
62 * @brief Prepares for screen hopping.
63 …callback Indicates the callback used to receive the result of enabling or disabling screen hopping.
71 * @brief Cancels the preparation for screen hopping.
72 …callback Indicates the callback used to receive the result of enabling or disabling screen hopping.
80 * @brief Starts screen hopping for the mouse pointer.
81 …emoteNetworkId Indicates the descriptor of the target input device (network ID) for screen hopping.
[all …]
/base/powermgr/powermgr_lite/services/src/
Dscreen_saver_feature.c45 POWER_HILOGI("Init screen saver feature done"); in OnScreenSaverFeatureInitialize()
81 POWER_HILOGE("Failed to get screen saver feature"); in Init()
86 POWER_HILOGE("Failed to register screen saver feature"); in Init()
91 POWER_HILOGE("Failed to register screen saver feature api"); in Init()
94 POWER_HILOGI("Succeed to register screen saver feature"); in Init()
/base/theme/screenlock_mgr/frameworks/js/napi/test/unittest/src/
DScreenlock.test.js47 * @tc.desc: Checks whether the screen lock of the current device is secure.
55 console.info("SUB_MISC_THEME_screenLock_API_0001 screen's status is " + data);
67 * @tc.desc: Checks whether the screen is currently locked.
86 * @tc.desc: Unlock the screen
97 console.info("SUB_MISC_THEME_screenLock_API_0003 unlock screen success.");
112 * @tc.desc: Unlock the screen
119 console.info("SUB_MISC_THEME_screenLock_API_0004 unlock screen success.");
137 * @tc.desc: Lock the screen
148 console.info("SUB_MISC_THEME_screenLock_API_0005 lock screen success.");
163 * @tc.desc: Lock the screen
[all …]
/base/inputmethod/imf/interfaces/kits/c/
Dinputmethod_cursor_info_capi.h53 * @param left The left point of the cursor and must be absolute coordinate of the physical screen.
54 * @param top The top point of the cursor and must be absolute coordinate of the physical screen.
75 * @param left The left point of the cursor and must be absolute coordinate of the physical screen.
76 * @param top The top point of the cursor and must be absolute coordinate of the physical screen.
92 * @param left The left point of the cursor and must be absolute coordinate of the physical screen.
93 * @param top The top point of the cursor and must be absolute coordinate of the physical screen.
/base/powermgr/power_manager/test/unittest/src/
Dpower_mgr_notify_test.cpp135 * @tc.desc: test powermgr notify for screen Off
140 …e need wait for 15s, to preivent the last test interfere(screen is in keyguard scene and screen is…
150 …EXPECT_EQ(powerMgrClient.IsScreenOn(), true) << "PowerMgrNotifyTest001: Prepare Fail, Screen is OF…
151 GTEST_LOG_(INFO) << "PowerMgrNotifyTest001: Screen is On, Begin to Suspend Device!";
168 * @tc.desc: test powermgr notify for screen On
181 …EXPECT_EQ(powerMgrClient.IsScreenOn(), false) << "PowerMgrNotifyTest002: Prepare Fail, Screen is O…
182 GTEST_LOG_(INFO) << "PowerMgrNotifyTest002: Screen is Off, Begin to Wakeup Device!";
/base/powermgr/display_manager/state_manager/test/unittest/src/
Ddisplay_power_mgr_service_test.cpp56 * @tc.desc: Test set screen state off
68 * @tc.desc: Test set screen state on
80 * @tc.desc: Test set screen state dim
92 * @tc.desc: Test set screen state suspend
104 * @tc.desc: Test set screen state unknown
116 * @tc.desc: Test set screen state on
131 * @tc.desc: Test set screen state dim
145 * @tc.desc: Test set screen state off
159 * @tc.desc: Test set screen state suspend
173 * @tc.desc: Test set screen state unknown
[all …]
/base/powermgr/powermgr_lite/frameworks/src/small/
Dpower_screen_saver.c48 POWER_HILOGE("Failed to allocate memory for screen saver proxy entry"); in CreatClient()
83 POWER_HILOGE("Failed to get screen saver iUnknown"); in GetScreenSaverProxyInterface()
90 POWER_HILOGE("Failed to query screen saver interface"); in GetScreenSaverProxyInterface()
95 POWER_HILOGI("Succeed to get screen saver proxy interface"); in GetScreenSaverProxyInterface()
108 POWER_HILOGD("Power screen saver callback: %d, code: %d", *ret, code); in Callback()
122 POWER_HILOGD("Set screen saver state done, enable: %d", (int32_t)enable); in SetScreenSaverStateProxy()
/base/notification/distributed_notification_service/services/distributed/include/
Ddistributed_screen_status_manager.h35 * @brief Check if any other device screen is on.
37 * @param isUsing True for any other device screen is on, otherwise false.
43 * @brief Set screen status of local device.
45 * @param screenOn Indicates the local device screen status.
/base/powermgr/power_manager/power_dialog/entry/src/main/resources/base/element/
Dstring.json77 "value": "This allows your screen to be controlled remotely during screen sharing."
101 "value": "Allow %s to use your screen?"
/base/powermgr/thermal_manager/test/resource/system_test/push_xml/
Dthermal_service_config.xml53 <item name="screen"/>
82 <gpu screen="0">524288</gpu>
83 <gpu screen="1">512000</gpu>
99 <gpu screen="0">499712</gpu>
100 <gpu screen="1">487424</gpu>
116 <gpu screen="0">475136</gpu>
117 <gpu screen="1">462848</gpu>
137 <process_ctrl screen="1">3</process_ctrl>
138 <shut_down screen="1">1</shut_down>
/base/powermgr/thermal_manager/services/native/profile/
Dthermal_service_config.xml26 <state screen="0" charge="1"/>
60 <item name="screen"/>
98 <gpu screen="0">524288</gpu>
99 <gpu screen="1">512000</gpu>
121 <gpu screen="0">499712</gpu>
122 <gpu screen="1">487424</gpu>
144 <gpu screen="0">475136</gpu>
145 <gpu screen="1">462848</gpu>
171 <process_ctrl screen="1">3</process_ctrl>
172 <shut_down screen="1">1</shut_down>
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
Dfold_app_usage_db_helper.h28 int32_t foldVer = 0; // usage duration when screen in fold-vertiacal status
29 int32_t foldHor = 0; // usage duration when screen in fold-horizon status
30 int32_t expdVer = 0; // usage duration when screen in expand-vertiacal status
31 int32_t expdHor = 0; // usage duration when screen in expand-horizon status

123456789