Home
last modified time | relevance | path

Searched refs:IsStandby (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/powermgr/power_manager/frameworks/napi/power/
H A Dpower_napi.h36 static napi_value IsStandby(napi_env env, napi_callback_info info);
H A Dpower_module.cpp91 DECLARE_NAPI_FUNCTION("isStandby", PowerNapi::IsStandby), in PowerInit()
H A Dpower_napi.cpp342 napi_value PowerNapi::IsStandby(napi_env env, napi_callback_info info) in IsStandby() function in OHOS::PowerMgr::PowerNapi
345 PowerErrors code = g_powerMgrClient.IsStandby(isStandby); in IsStandby()
/ohos5.0/base/powermgr/power_manager/test/unittest/include/servicetest/
H A Dpowermgr_service_test_proxy.h80 PowerErrors IsStandby(bool& isStandby);
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dpower_mgr_client.h165 PowerErrors IsStandby(bool& isStandby);
H A Dipower_mgr.h93 virtual PowerErrors IsStandby(bool& isStandby) = 0;
/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h76 void IsStandby();
/ohos5.0/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp462 PowerErrors PowerMgrClient::IsStandby(bool& isStandby) in IsStandby() function in OHOS::PowerMgr::PowerMgrClient
465 PowerErrors ret = proxy_->IsStandby(isStandby); in IsStandby()
/ohos5.0/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_proxy.h90 virtual PowerErrors IsStandby(bool& isStandby) override;
/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h115 virtual PowerErrors IsStandby(bool& isStandby) override;
/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_service_test.cpp312 PowerErrors ret = powerMgrClient.IsStandby(standby);
/ohos5.0/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_native_test.cpp869 auto error = g_powerMgrServiceProxy->IsStandby(standby);
H A Dpowermgr_service_test_proxy.cpp868 PowerErrors PowerMgrServiceTestProxy::IsStandby(bool& isStandby) in IsStandby() function in OHOS::PowerMgr::PowerMgrServiceTestProxy
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp502 void RequestManager::IsStandby() in IsStandby() function in OHOS::Location::RequestManager
H A Dlocator_ability.cpp2239 requestManager->IsStandby(); in IsStandByEvent()
/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp720 PowerErrors ret = IsStandby(isStandby); in IsStandbyStub()
H A Dpower_mgr_proxy.cpp1239 PowerErrors PowerMgrProxy::IsStandby(bool& isStandby) in IsStandby() function in OHOS::PowerMgr::PowerMgrProxy
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1599 PowerErrors PowerMgrService::IsStandby(bool& isStandby) in IsStandby() function in OHOS::PowerMgr::PowerMgrService