summaryrefslogtreecommitdiffstats
path: root/notification_persistent_service/server/include
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/include
parent8330c750a0cb384a66696af6a2b8f18efd4a519a (diff)
ns-notificationpersistent branch 0.1sandbox/ToshikazuOhiwa/ns-notificationpersistent
Diffstat (limited to 'notification_persistent_service/server/include')
-rw-r--r--notification_persistent_service/server/include/app_states.h2
-rw-r--r--notification_persistent_service/server/include/native_service/notification_persistent_service.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_binary_accesser.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_copy_worker.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_fs_directory.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_handlelist.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_nor_persistence_worker_thread.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_notification.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_notification_manager.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_notification_receiver.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_notificationpersistentservicelog.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_persist_file.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_persist_folder.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_persistence.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_persistence_manager.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_persistent_accesser.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_persistent_data.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_personality.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_personalization_manager.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_profiling_protocols_internal.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_registry_entry.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_regular_notification.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_state_nor_persistence_notification.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_state_notification.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_state_persistence_notification.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_state_persistence_user_notification.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_threads.h2
-rw-r--r--notification_persistent_service/server/include/ns_npp_types.h4
29 files changed, 31 insertions, 29 deletions
diff --git a/notification_persistent_service/server/include/app_states.h b/notification_persistent_service/server/include/app_states.h
index bcc5f2cc..a7f4b4a0 100644
--- a/notification_persistent_service/server/include/app_states.h
+++ b/notification_persistent_service/server/include/app_states.h
@@ -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/include/native_service/notification_persistent_service.h b/notification_persistent_service/server/include/native_service/notification_persistent_service.h
index 7a780e4d..a7c9f8ec 100644
--- a/notification_persistent_service/server/include/native_service/notification_persistent_service.h
+++ b/notification_persistent_service/server/include/native_service/notification_persistent_service.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2017-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2017-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/include/ns_npp.h b/notification_persistent_service/server/include/ns_npp.h
index 9fdb41d5..f96dd755 100644
--- a/notification_persistent_service/server/include/ns_npp.h
+++ b/notification_persistent_service/server/include/ns_npp.h
@@ -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/include/ns_npp_binary_accesser.h b/notification_persistent_service/server/include/ns_npp_binary_accesser.h
index 4457f34e..aed4d2a8 100644
--- a/notification_persistent_service/server/include/ns_npp_binary_accesser.h
+++ b/notification_persistent_service/server/include/ns_npp_binary_accesser.h
@@ -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/include/ns_npp_copy_worker.h b/notification_persistent_service/server/include/ns_npp_copy_worker.h
index 4b3cbf2b..984296f6 100644
--- a/notification_persistent_service/server/include/ns_npp_copy_worker.h
+++ b/notification_persistent_service/server/include/ns_npp_copy_worker.h
@@ -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/include/ns_npp_fs_directory.h b/notification_persistent_service/server/include/ns_npp_fs_directory.h
index cd723f09..4f7876db 100644
--- a/notification_persistent_service/server/include/ns_npp_fs_directory.h
+++ b/notification_persistent_service/server/include/ns_npp_fs_directory.h
@@ -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/include/ns_npp_handlelist.h b/notification_persistent_service/server/include/ns_npp_handlelist.h
index 03eebb16..30c8a26f 100644
--- a/notification_persistent_service/server/include/ns_npp_handlelist.h
+++ b/notification_persistent_service/server/include/ns_npp_handlelist.h
@@ -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/include/ns_npp_nor_persistence_worker_thread.h b/notification_persistent_service/server/include/ns_npp_nor_persistence_worker_thread.h
index 4ef731b2..a3994ca0 100644
--- a/notification_persistent_service/server/include/ns_npp_nor_persistence_worker_thread.h
+++ b/notification_persistent_service/server/include/ns_npp_nor_persistence_worker_thread.h
@@ -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/include/ns_npp_notification.h b/notification_persistent_service/server/include/ns_npp_notification.h
index 642335ed..673e54cd 100644
--- a/notification_persistent_service/server/include/ns_npp_notification.h
+++ b/notification_persistent_service/server/include/ns_npp_notification.h
@@ -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/include/ns_npp_notification_manager.h b/notification_persistent_service/server/include/ns_npp_notification_manager.h
index 837e0ff6..e730d02a 100644
--- a/notification_persistent_service/server/include/ns_npp_notification_manager.h
+++ b/notification_persistent_service/server/include/ns_npp_notification_manager.h
@@ -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/include/ns_npp_notification_receiver.h b/notification_persistent_service/server/include/ns_npp_notification_receiver.h
index 79fa4577..09f6b151 100644
--- a/notification_persistent_service/server/include/ns_npp_notification_receiver.h
+++ b/notification_persistent_service/server/include/ns_npp_notification_receiver.h
@@ -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/include/ns_npp_notificationpersistentservicelog.h b/notification_persistent_service/server/include/ns_npp_notificationpersistentservicelog.h
index 05ba1b73..e668af6a 100644
--- a/notification_persistent_service/server/include/ns_npp_notificationpersistentservicelog.h
+++ b/notification_persistent_service/server/include/ns_npp_notificationpersistentservicelog.h
@@ -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/include/ns_npp_persist_file.h b/notification_persistent_service/server/include/ns_npp_persist_file.h
index 61a5363b..04468bee 100644
--- a/notification_persistent_service/server/include/ns_npp_persist_file.h
+++ b/notification_persistent_service/server/include/ns_npp_persist_file.h
@@ -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/include/ns_npp_persist_folder.h b/notification_persistent_service/server/include/ns_npp_persist_folder.h
index 4534099e..39cf9753 100644
--- a/notification_persistent_service/server/include/ns_npp_persist_folder.h
+++ b/notification_persistent_service/server/include/ns_npp_persist_folder.h
@@ -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/include/ns_npp_persistence.h b/notification_persistent_service/server/include/ns_npp_persistence.h
index 63e4b9ca..d84f9fbe 100644
--- a/notification_persistent_service/server/include/ns_npp_persistence.h
+++ b/notification_persistent_service/server/include/ns_npp_persistence.h
@@ -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/include/ns_npp_persistence_manager.h b/notification_persistent_service/server/include/ns_npp_persistence_manager.h
index 65e4ad27..99f98d7e 100644
--- a/notification_persistent_service/server/include/ns_npp_persistence_manager.h
+++ b/notification_persistent_service/server/include/ns_npp_persistence_manager.h
@@ -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/include/ns_npp_persistent_accesser.h b/notification_persistent_service/server/include/ns_npp_persistent_accesser.h
index eaa90736..bfb15386 100644
--- a/notification_persistent_service/server/include/ns_npp_persistent_accesser.h
+++ b/notification_persistent_service/server/include/ns_npp_persistent_accesser.h
@@ -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/include/ns_npp_persistent_data.h b/notification_persistent_service/server/include/ns_npp_persistent_data.h
index ec127140..84e2b433 100644
--- a/notification_persistent_service/server/include/ns_npp_persistent_data.h
+++ b/notification_persistent_service/server/include/ns_npp_persistent_data.h
@@ -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/include/ns_npp_personality.h b/notification_persistent_service/server/include/ns_npp_personality.h
index f760b5d5..9ac052f2 100644
--- a/notification_persistent_service/server/include/ns_npp_personality.h
+++ b/notification_persistent_service/server/include/ns_npp_personality.h
@@ -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/include/ns_npp_personalization_manager.h b/notification_persistent_service/server/include/ns_npp_personalization_manager.h
index 6b8165dc..b1042fbe 100644
--- a/notification_persistent_service/server/include/ns_npp_personalization_manager.h
+++ b/notification_persistent_service/server/include/ns_npp_personalization_manager.h
@@ -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/include/ns_npp_profiling_protocols_internal.h b/notification_persistent_service/server/include/ns_npp_profiling_protocols_internal.h
index 2de9949a..13b96a23 100644
--- a/notification_persistent_service/server/include/ns_npp_profiling_protocols_internal.h
+++ b/notification_persistent_service/server/include/ns_npp_profiling_protocols_internal.h
@@ -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/include/ns_npp_registry_entry.h b/notification_persistent_service/server/include/ns_npp_registry_entry.h
index 9394fc11..3cb475ee 100644
--- a/notification_persistent_service/server/include/ns_npp_registry_entry.h
+++ b/notification_persistent_service/server/include/ns_npp_registry_entry.h
@@ -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/include/ns_npp_regular_notification.h b/notification_persistent_service/server/include/ns_npp_regular_notification.h
index 065e0b34..da5427de 100644
--- a/notification_persistent_service/server/include/ns_npp_regular_notification.h
+++ b/notification_persistent_service/server/include/ns_npp_regular_notification.h
@@ -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/include/ns_npp_state_nor_persistence_notification.h b/notification_persistent_service/server/include/ns_npp_state_nor_persistence_notification.h
index 30675300..26edf734 100644
--- a/notification_persistent_service/server/include/ns_npp_state_nor_persistence_notification.h
+++ b/notification_persistent_service/server/include/ns_npp_state_nor_persistence_notification.h
@@ -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/include/ns_npp_state_notification.h b/notification_persistent_service/server/include/ns_npp_state_notification.h
index 9b5b444e..aaa69927 100644
--- a/notification_persistent_service/server/include/ns_npp_state_notification.h
+++ b/notification_persistent_service/server/include/ns_npp_state_notification.h
@@ -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/include/ns_npp_state_persistence_notification.h b/notification_persistent_service/server/include/ns_npp_state_persistence_notification.h
index 8eb44006..1123941c 100644
--- a/notification_persistent_service/server/include/ns_npp_state_persistence_notification.h
+++ b/notification_persistent_service/server/include/ns_npp_state_persistence_notification.h
@@ -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/include/ns_npp_state_persistence_user_notification.h b/notification_persistent_service/server/include/ns_npp_state_persistence_user_notification.h
index 0d186ded..8423e3e9 100644
--- a/notification_persistent_service/server/include/ns_npp_state_persistence_user_notification.h
+++ b/notification_persistent_service/server/include/ns_npp_state_persistence_user_notification.h
@@ -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/include/ns_npp_threads.h b/notification_persistent_service/server/include/ns_npp_threads.h
index d2830c3a..042e8579 100644
--- a/notification_persistent_service/server/include/ns_npp_threads.h
+++ b/notification_persistent_service/server/include/ns_npp_threads.h
@@ -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/include/ns_npp_types.h b/notification_persistent_service/server/include/ns_npp_types.h
index 9e568fe9..79a44d74 100644
--- a/notification_persistent_service/server/include/ns_npp_types.h
+++ b/notification_persistent_service/server/include/ns_npp_types.h
@@ -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.
@@ -55,6 +55,8 @@
// name of NSNPS version file
#define VERSION_TXT "version.txt"
+#define STORAGE_PATH "/nv/BS/ns/npp/rwdata/"
+
typedef enum ENPSLoadType {
LOADTYPE_NONE = -1,