summaryrefslogtreecommitdiffstats
path: root/notification_persistent_service/server/src
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 13:48:32 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 13:48:32 +0900
commita0f6f236e4eb56a7ac3002b1ba7741ca7ddd8765 (patch)
treeb128de6bcf0d904812941779ea9ce52c5762ba04 /notification_persistent_service/server/src
parent8330c750a0cb384a66696af6a2b8f18efd4a519a (diff)
ns-notificationpersistent branch 0.1sandbox/ToshikazuOhiwa/ns-notificationpersistent
Diffstat (limited to 'notification_persistent_service/server/src')
-rw-r--r--notification_persistent_service/server/src/app_states.cpp2
-rw-r--r--notification_persistent_service/server/src/notificationpersistentservice_application.cpp2
-rw-r--r--notification_persistent_service/server/src/notificationpersistentservice_main.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_archive.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_binary_accesser.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_copy_worker.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_fs_directory.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_handlelist.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_nor_persistence_worker_thread.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_notification.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_notification_manager.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_notification_receiver.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_persist_file.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_persist_folder.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_persistence.cpp4
-rw-r--r--notification_persistent_service/server/src/ns_npp_persistence_manager.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_persistent_data.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_personalization_manager.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_registry_entry.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_regular_notification.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_state_nor_persistence_notification.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_state_notification.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_state_persistence_notification.cpp2
-rw-r--r--notification_persistent_service/server/src/ns_npp_state_persistence_user_notification.cpp2
25 files changed, 26 insertions, 26 deletions
diff --git a/notification_persistent_service/server/src/app_states.cpp b/notification_persistent_service/server/src/app_states.cpp
index 6d49da45..c54508b1 100644
--- a/notification_persistent_service/server/src/app_states.cpp
+++ b/notification_persistent_service/server/src/app_states.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/notificationpersistentservice_application.cpp b/notification_persistent_service/server/src/notificationpersistentservice_application.cpp
index 51c6f0fa..c1b97f96 100644
--- a/notification_persistent_service/server/src/notificationpersistentservice_application.cpp
+++ b/notification_persistent_service/server/src/notificationpersistentservice_application.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/notificationpersistentservice_main.cpp b/notification_persistent_service/server/src/notificationpersistentservice_main.cpp
index 5fd011fe..fd963c5f 100644
--- a/notification_persistent_service/server/src/notificationpersistentservice_main.cpp
+++ b/notification_persistent_service/server/src/notificationpersistentservice_main.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp.cpp b/notification_persistent_service/server/src/ns_npp.cpp
index f9dc9d8a..25b64432 100644
--- a/notification_persistent_service/server/src/ns_npp.cpp
+++ b/notification_persistent_service/server/src/ns_npp.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_archive.cpp b/notification_persistent_service/server/src/ns_npp_archive.cpp
index beaf9662..b54faebd 100644
--- a/notification_persistent_service/server/src/ns_npp_archive.cpp
+++ b/notification_persistent_service/server/src/ns_npp_archive.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_binary_accesser.cpp b/notification_persistent_service/server/src/ns_npp_binary_accesser.cpp
index 96b9c2fd..e0a749f7 100644
--- a/notification_persistent_service/server/src/ns_npp_binary_accesser.cpp
+++ b/notification_persistent_service/server/src/ns_npp_binary_accesser.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_copy_worker.cpp b/notification_persistent_service/server/src/ns_npp_copy_worker.cpp
index 2f385995..4638a7d4 100644
--- a/notification_persistent_service/server/src/ns_npp_copy_worker.cpp
+++ b/notification_persistent_service/server/src/ns_npp_copy_worker.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_fs_directory.cpp b/notification_persistent_service/server/src/ns_npp_fs_directory.cpp
index 6149e3a8..8f4f98a0 100644
--- a/notification_persistent_service/server/src/ns_npp_fs_directory.cpp
+++ b/notification_persistent_service/server/src/ns_npp_fs_directory.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_handlelist.cpp b/notification_persistent_service/server/src/ns_npp_handlelist.cpp
index fe0ab436..c9e88a8c 100644
--- a/notification_persistent_service/server/src/ns_npp_handlelist.cpp
+++ b/notification_persistent_service/server/src/ns_npp_handlelist.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_nor_persistence_worker_thread.cpp b/notification_persistent_service/server/src/ns_npp_nor_persistence_worker_thread.cpp
index d8dd782e..d4b1604f 100644
--- a/notification_persistent_service/server/src/ns_npp_nor_persistence_worker_thread.cpp
+++ b/notification_persistent_service/server/src/ns_npp_nor_persistence_worker_thread.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_notification.cpp b/notification_persistent_service/server/src/ns_npp_notification.cpp
index 64a1a452..8e2bb2d6 100644
--- a/notification_persistent_service/server/src/ns_npp_notification.cpp
+++ b/notification_persistent_service/server/src/ns_npp_notification.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_notification_manager.cpp b/notification_persistent_service/server/src/ns_npp_notification_manager.cpp
index 9ae22485..73ce8382 100644
--- a/notification_persistent_service/server/src/ns_npp_notification_manager.cpp
+++ b/notification_persistent_service/server/src/ns_npp_notification_manager.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_notification_receiver.cpp b/notification_persistent_service/server/src/ns_npp_notification_receiver.cpp
index e49ce222..53b9eab8 100644
--- a/notification_persistent_service/server/src/ns_npp_notification_receiver.cpp
+++ b/notification_persistent_service/server/src/ns_npp_notification_receiver.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_persist_file.cpp b/notification_persistent_service/server/src/ns_npp_persist_file.cpp
index 89e3e8f0..4b0e4522 100644
--- a/notification_persistent_service/server/src/ns_npp_persist_file.cpp
+++ b/notification_persistent_service/server/src/ns_npp_persist_file.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_persist_folder.cpp b/notification_persistent_service/server/src/ns_npp_persist_folder.cpp
index 0816d06e..87b1ed49 100644
--- a/notification_persistent_service/server/src/ns_npp_persist_folder.cpp
+++ b/notification_persistent_service/server/src/ns_npp_persist_folder.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_persistence.cpp b/notification_persistent_service/server/src/ns_npp_persistence.cpp
index 68add4e4..a39b8360 100644
--- a/notification_persistent_service/server/src/ns_npp_persistence.cpp
+++ b/notification_persistent_service/server/src/ns_npp_persistence.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -91,7 +91,7 @@ VOID CPersistence::SetWriteThreadHandle(HANDLE f_hwritethread) {
///
////////////////////////////////////////////////////////////////////////////////////////////////////
std::string CPersistence::GetStoragePath() {
- std::string l_cStoragePath(PF_SYS_NPP);
+ std::string l_cStoragePath(STORAGE_PATH);
return l_cStoragePath;
}
diff --git a/notification_persistent_service/server/src/ns_npp_persistence_manager.cpp b/notification_persistent_service/server/src/ns_npp_persistence_manager.cpp
index f48e2d9a..7f5d292f 100644
--- a/notification_persistent_service/server/src/ns_npp_persistence_manager.cpp
+++ b/notification_persistent_service/server/src/ns_npp_persistence_manager.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_persistent_data.cpp b/notification_persistent_service/server/src/ns_npp_persistent_data.cpp
index b4351430..8a9127ef 100644
--- a/notification_persistent_service/server/src/ns_npp_persistent_data.cpp
+++ b/notification_persistent_service/server/src/ns_npp_persistent_data.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_personalization_manager.cpp b/notification_persistent_service/server/src/ns_npp_personalization_manager.cpp
index 6f720c97..43714653 100644
--- a/notification_persistent_service/server/src/ns_npp_personalization_manager.cpp
+++ b/notification_persistent_service/server/src/ns_npp_personalization_manager.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_registry_entry.cpp b/notification_persistent_service/server/src/ns_npp_registry_entry.cpp
index 18b43a82..dc745808 100644
--- a/notification_persistent_service/server/src/ns_npp_registry_entry.cpp
+++ b/notification_persistent_service/server/src/ns_npp_registry_entry.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_regular_notification.cpp b/notification_persistent_service/server/src/ns_npp_regular_notification.cpp
index 6088f56c..6d75091e 100644
--- a/notification_persistent_service/server/src/ns_npp_regular_notification.cpp
+++ b/notification_persistent_service/server/src/ns_npp_regular_notification.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_state_nor_persistence_notification.cpp b/notification_persistent_service/server/src/ns_npp_state_nor_persistence_notification.cpp
index 5c4caa1c..7898f38e 100644
--- a/notification_persistent_service/server/src/ns_npp_state_nor_persistence_notification.cpp
+++ b/notification_persistent_service/server/src/ns_npp_state_nor_persistence_notification.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_state_notification.cpp b/notification_persistent_service/server/src/ns_npp_state_notification.cpp
index 2f79b9a1..ff8f054f 100644
--- a/notification_persistent_service/server/src/ns_npp_state_notification.cpp
+++ b/notification_persistent_service/server/src/ns_npp_state_notification.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_state_persistence_notification.cpp b/notification_persistent_service/server/src/ns_npp_state_persistence_notification.cpp
index d81303f0..1bb9dd11 100644
--- a/notification_persistent_service/server/src/ns_npp_state_persistence_notification.cpp
+++ b/notification_persistent_service/server/src/ns_npp_state_persistence_notification.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/notification_persistent_service/server/src/ns_npp_state_persistence_user_notification.cpp b/notification_persistent_service/server/src/ns_npp_state_persistence_user_notification.cpp
index e82a71c8..222ada31 100644
--- a/notification_persistent_service/server/src/ns_npp_state_persistence_user_notification.cpp
+++ b/notification_persistent_service/server/src/ns_npp_state_persistence_user_notification.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.