Searched refs:GetDeviceControlProxy (Results 1 – 4 of 4) sorted by relevance
98 int32_t result = DeviceControlProxy::GetDeviceControlProxy()->LockScreen(elementName, userId); in LockScreen()123 int32_t result = DeviceControlProxy::GetDeviceControlProxy()->Shutdown(elementName); in Shutdown()148 int32_t result = DeviceControlProxy::GetDeviceControlProxy()->Reboot(elementName); in Reboot()163 if (DeviceControlProxy::GetDeviceControlProxy() == nullptr) { in NativeResetFactory()168 DeviceControlProxy::GetDeviceControlProxy()->ResetFactory(asyncCallbackInfo->elementName); in NativeResetFactory()204 int32_t ret = DeviceControlProxy::GetDeviceControlProxy()->OperateDevice(elementName, param); in OperateDevice()
28 static std::shared_ptr<DeviceControlProxy> GetDeviceControlProxy();
32 std::shared_ptr<DeviceControlProxy> DeviceControlProxy::GetDeviceControlProxy() in GetDeviceControlProxy() function in OHOS::EDM::DeviceControlProxy
48 deviceControlProxy = DeviceControlProxy::GetDeviceControlProxy(); in SetUp()