Home
last modified time | relevance | path

Searched refs:IsStandby (Results 1 - 19 of 19) sorted by relevance

/base/powermgr/power_manager/frameworks/cj/power/src/
H A Dpower_ffi.cpp38 PowerErrors errCode = g_powerMgrClient.IsStandby(isStandby); in FfiPowerIsStandby()
/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()
/base/powermgr/power_manager/test/unittest/include/servicetest/
H A Dpowermgr_service_test_proxy.h80 PowerErrors IsStandby(bool& isStandby);
/base/location/services/location_locator/locator/include/
H A Drequest_manager.h73 void IsStandby();
/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;
/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_proxy.h90 virtual PowerErrors IsStandby(bool& isStandby) override;
/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()
/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h128 virtual PowerErrors IsStandby(bool& isStandby) override;
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_service_test.cpp322 * @tc.desc: Test IsStandby
331 PowerErrors ret = powerMgrClient.IsStandby(standby); in HWTEST_F()
/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp424 void RequestManager::IsStandby() in IsStandby() function in OHOS::Location::RequestManager
H A Dlocator_ability.cpp2175 requestManager->IsStandby(); in IsStandByEvent()
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp720 PowerErrors ret = IsStandby(isStandby); in IsStandbyStub()
H A Dpower_mgr_proxy.cpp1248 PowerErrors PowerMgrProxy::IsStandby(bool& isStandby) in IsStandby() function in OHOS::PowerMgr::PowerMgrProxy
/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_test_proxy.cpp877 PowerErrors PowerMgrServiceTestProxy::IsStandby(bool& isStandby) in IsStandby() function in OHOS::PowerMgr::PowerMgrServiceTestProxy
H A Dpowermgr_service_native_test.cpp865 * @tc.desc: test IsStandby
873 auto error = g_powerMgrServiceProxy->IsStandby(standby); in HWTEST_F()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1611 PowerErrors PowerMgrService::IsStandby(bool& isStandby) in IsStandby() function in OHOS::PowerMgr::PowerMgrService

Completed in 21 milliseconds