Lines Matching defs:enable
192 FI_HILOGE("Failed to enable dsoftbus, try again later");
196 FI_HILOGE("AddTimer failed, Failed to enable dsoftbus");
208 FI_HILOGE("Failed to enable DistributedDeviceManager, try again later");
212 FI_HILOGE("AddTimer failed, Failed to enable DistributedDeviceManager");
360 void DeviceStatusService::ReportSensorSysEvent(int32_t type, bool enable)
367 std::string str = enable ? "Subscribe" : "Unsubscribe";
588 FI_HILOGE("Failed to enable SocketSessionManager");
595 FI_HILOGE("AddTimer failed, Failed to enable SocketSessionManager");
598 FI_HILOGE("Maximum number of retries exceeded, Failed to enable SocketSessionManager");
620 FI_HILOGE("Failed to enable device manager");
625 FI_HILOGE("AddTimer failed, Failed to enable device manager");
628 FI_HILOGE("Maximum number of retries exceeded, Failed to enable device manager");
902 int32_t DeviceStatusService::EnterTextEditorArea(bool enable)
905 int32_t ret = delegateTasks_.PostSyncTask([this, enable] {
906 return this->dragMgr_.EnterTextEditorArea(enable);