aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-06-25 15:47:10 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-06-25 15:47:10 +0900
commit90c66dd7d8ae2dae35cf4e68360f08d2a586651e (patch)
tree41be7cd026492e93a1e37d0f2dfea3fbda18494c
parent5c48ebeaaddaf987cb5d8f1a612b20d11f1edc50 (diff)
Modify enum name
Change-Id: I4fed20b68ebbf0fc8b58e261a3dcd456b292c81c Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
-rw-r--r--src/policy_manager/zipc/dummy_stm.c4
-rw-r--r--src/policy_manager/zipc/dummy_stm.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/policy_manager/zipc/dummy_stm.c b/src/policy_manager/zipc/dummy_stm.c
index e90da3c..fce6645 100644
--- a/src/policy_manager/zipc/dummy_stm.c
+++ b/src/policy_manager/zipc/dummy_stm.c
@@ -411,7 +411,7 @@ int stmTransitionState(int event, StmState* state) {
break;
}
break;
- case StmCtgNoSYSTEM:
+ case StmCtgNoSystem:
switch (area_no) {
case StmAreaNoNormal:
// Apps layer
@@ -519,7 +519,7 @@ int stmTransitionState(int event, StmState* state) {
break;
}
break;
- case StmCtgNoSYSTEM:
+ case StmCtgNoSystem:
switch (area_no) {
case StmAreaNoNormal:
// Apps layer
diff --git a/src/policy_manager/zipc/dummy_stm.h b/src/policy_manager/zipc/dummy_stm.h
index 97f6a5a..9e64918 100644
--- a/src/policy_manager/zipc/dummy_stm.h
+++ b/src/policy_manager/zipc/dummy_stm.h
@@ -67,7 +67,7 @@ enum StmCtgNo {
StmCtgNoPopUp,
StmCtgNoSystemAlert,
StmCtgNoRestriction,
- StmCtgNoSYSTEM,
+ StmCtgNoSystem,
StmCtgNoNum,