Fix reboot dbus name 09/181109/1 accepted/tizen/4.0/unified/20180611.001720 submit/tizen_4.0/20180608.072843
authorseolheui kim <s414.kim@samsung.com>
Fri, 8 Jun 2018 07:24:28 +0000 (16:24 +0900)
committerseolheui kim <s414.kim@samsung.com>
Fri, 8 Jun 2018 07:24:28 +0000 (16:24 +0900)
Change-Id: I4839ff93dcd5cd50ce0bf8c965c5917fee0cce53
Signed-off-by: seolheui kim <s414.kim@samsung.com>
server/internal-encryption.cpp

index f196bf9..53cd3f0 100644 (file)
@@ -531,9 +531,9 @@ int InternalEncryptionServer::recovery()
        ::sync();
        try {
                dbus::Connection& systemDBus = dbus::Connection::getSystem();
-               systemDBus.methodcall("org.tizen.deviced",
-                                                               "/Org/Tizen/DeviceD/Power",
-                                                               "org.tizen.deviced.power",
+               systemDBus.methodcall("org.tizen.system.deviced",
+                                                               "/Org/Tizen/System/DeviceD/Power",
+                                                               "org.tizen.system.deviced.power",
                                                                "reboot",
                                                                -1, "()", "(si)", "reboot", 0);
        } catch (runtime::Exception &e) {