capmgr::DBusService::SendAppControlReply(msg_id, data, len);
}
-void SendFileProgressCb(const char* file_path_, long long int send_size,
- long long int total_size, int percent, void* user_data) {
+void SendFileProgressCb(const char* file_path_, long long int send_size, // NOLINT
+ long long int total_size, int percent, void* user_data) { // NOLINT
std::string file_path = std::string(file_path_);
LOG(INFO) << "SendFileProgressCb called. "
<< "file_path: " << file_path
// Use of this source code is governed by a apache 2.0 license that can be
// found in the LICENSE file.
-#include "dlog.h"
-
#include <stdarg.h>
#include <stdio.h>
+#include "dlog.h" // NOLINT(build/include)
+
int dlog_print(log_priority prio, const char *tag, const char *fmt, ...) {
va_list list;
va_start(list, fmt);
// Use of this source code is governed by a apache 2.0 license that can be
// found in the LICENSE file.
-#include "mock.h"
-#include "package-manager.h"
-#include "pkgmgr-info.h"
-#include "mdg.h"
-#include "mdg_internal.h"
-#include "aul.h"
-#include "aul_svc.h"
-#include "cynara-creds-gdbus.h"
+#include "aul.h" // NOLINT(build/include)
+#include "aul_svc.h" // NOLINT(build/include)
+#include "cynara-creds-gdbus.h" // NOLINT(build/include)
+#include "mdg.h" // NOLINT(build/include)
+#include "mdg_internal.h" // NOLINT(build/include)
+#include "mock.h" // NOLINT(build/include)
+#include "package-manager.h" // NOLINT(build/include)
+#include "pkgmgr-info.h" // NOLINT(build/include)
DEFINE_FFF_GLOBALS;
DEFINE_FAKE_VALUE_FUNC(int, mdg_device_send_file, mdg_h, mdg_device_h, char*,
mdg_send_file_progress_cb, mdg_send_file_finish_cb, void*);
DEFINE_FAKE_VALUE_FUNC(int, mdg_group_info_get_device_id, mdg_group_h, char**);
-DEFINE_FAKE_VALUE_FUNC(int, mdg_device_info_get_device_id, mdg_device_h, char**);
+DEFINE_FAKE_VALUE_FUNC(int, mdg_device_info_get_device_id, mdg_device_h,
+ char**);
DEFINE_FAKE_VALUE_FUNC(int, mdg_device_info_get_profile, mdg_device_h, char**);
DEFINE_FAKE_VALUE_FUNC(int, mdg_device_info_get_platform_ver, mdg_device_h,
char**);