Home
last modified time | relevance | path

Searched refs:standby (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/device_standby/
H A DREADME.md3standby idle state. Developers can apply for inclusion in standby resource control for their appli…
30 |sa_profile |config standby service in service management.|
52standby mode. Standby mode does not affect application usage and can also extend battery life. Thr…
60 |NETWORK |1 |The resource for non-standby network access.|
61 |RUNNING_LOCK |2 |The resource for non-standby cpu running-lock.|
62 |TIMER |4 |The resource for non-standby timer.|
63 |WORK_SCHEDULER |8 |The resource for non-standby workscheduler.|
64 |AUTO_SYNC |16 |The resource for non-standby automatic synchronization.|
65 |PUSH |32 |The resource for non-standby push-kit.|
66 |FREEZE |64 |The resource for non-standby freezing application.|
[all …]
H A DREADME_ZH.md30 |sa_profile |在服务管理中配置standby服务。|
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/
H A Djs-apis-resourceschedule-deviceStandby-sys.md2standby mode if it is unused for a long period of time or after the Power button is pressed. The s…
20 …hat can still use resources of the specified types when the device is in standby mode. This API us…
71 …hat can still use resources of the specified types when the device is in standby mode. This API us…
125 …exemption, so that the application can use restricted resources when the device is in standby mode.
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-power.md104 Checks whether the device is in standby mode.
112 | boolean | The value **true** indicates that the device is in standby mode, and the value **false*…
127 console.info('device is in standby: ' + isStandby);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_process_in_server.h109 void WriterRenderStreamStandbySysEvent(uint32_t sessionId, int32_t standby);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-power.md127 console.info('device is in standby: ' + isStandby);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_process_in_server.cpp480 void AudioProcessInServer::WriterRenderStreamStandbySysEvent(uint32_t sessionId, int32_t standby) in WriterRenderStreamStandbySysEvent() argument
486 bean->Add("STANDBY", standby); in WriterRenderStreamStandbySysEvent()
/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_service_test.cpp311 bool standby = false; variable
312 PowerErrors ret = powerMgrClient.IsStandby(standby);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/foo/audio/v1_0/
H A DIAudioCapture.idl321 * @brief Sets or cancels the standby mode of the audio device.
323 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
H A DIAudioRender.idl400 * @brief Sets or cancels the standby mode of the audio device.
402 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
/ohos5.0/foundation/multimedia/audio_framework/
H A Dhisysevent.yaml51 __BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: render stream standby state change}
53 STANDBY: {type: INT32, desc: standby state}
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/
H A Dbluetooth-overview.md13 …llows for lower power consumption and is applicable to devices with long standby time, such as sma…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v2_0/foo/audio/v2_0/
H A DIAudioCapture.idl351 * @brief Sets or cancels the standby mode of the audio device.
354 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
H A DIAudioRender.idl435 * @brief Sets or cancels the standby mode of the audio device.
438 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
/ohos5.0/drivers/interface/audio/v1_0/
H A DIAudioCapture.idl350 * @brief Sets or cancels the standby mode of the audio device.
353 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
H A DIAudioRender.idl434 * @brief Sets or cancels the standby mode of the audio device.
437 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
/ohos5.0/drivers/interface/audio/v2_0/
H A DIAudioCapture.idl350 * @brief Sets or cancels the standby mode of the audio device.
353 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
H A DIAudioRender.idl434 * @brief Sets or cancels the standby mode of the audio device.
437 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
/ohos5.0/drivers/interface/audio/v3_0/
H A DIAudioCapture.idl434 * @brief Sets or cancels the standby mode of the audio device.
437 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
H A DIAudioRender.idl542 * @brief Sets or cancels the standby mode of the audio device.
545 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
/ohos5.0/drivers/interface/audio/v4_0/
H A DIAudioCapture.idl447 * @brief Sets or cancels the standby mode of the audio device.
450 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
H A DIAudioRender.idl542 * @brief Sets or cancels the standby mode of the audio device.
545 … @return Returns <b>0</b> if the device is set to standby mode; returns a positive value if the st…
/ohos5.0/docs/en/readme/
H A Dglobal-resource-scheduling.md23 …agement, low-power scheduling of peripheral components, power saving and standby modes, and protec…
/ohos5.0/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_native_test.cpp868 bool standby = false; variable
869 auto error = g_powerMgrServiceProxy->IsStandby(standby);
/ohos5.0/drivers/interface/wlan/v1_0/
H A DIWlanInterface.idl385 …Indicates the power mode obtained. The power mode can be <b>sleeping</b> (running in standby mode),
401 …e Indicates the power mode to set. The power mode can be <b>sleeping</b> (running in standby mode),

12