Replace prefix from 'pass' and 'PASS' to 'hal_power' and 'HAL_POWER' 80/318180/2 accepted/tizen_unified accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen accepted/tizen/unified/20250115.124148 accepted/tizen/unified/x/20250115.142727 accepted/tizen/unified/x/asan/20250211.003657
authorUnsung Lee <unsung.lee@samsung.com>
Mon, 16 Dec 2024 10:07:28 +0000 (19:07 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Tue, 14 Jan 2025 06:21:09 +0000 (15:21 +0900)
commit3ae90098029087728c1340522540a4884128a8ff
tree2146368b13fe14cafc1d455178247127afde21d1
parentff0033bf378008fc4f334230ddebc054c8dfbbc2
Replace prefix from 'pass' and 'PASS' to 'hal_power' and 'HAL_POWER'

Replace prefix of struct name from 'pass' to 'hal_power' for consistency.
In general, when naming a structure in hal API, use hal_<api name> as a prefix.
Previously, in hal API power, 'pass' was used as a prefix
in the structure name instead of 'hal_power'.
Similarly, replace prefix of macro name from 'PASS' to 'HAL_POWER' for consistency.
Previously, in macros, 'PASS' was used instead of HAL_POWER as the prefix.

Change-Id: Iaab468e49dde514f1243b74c7d7a80409a37ec74
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
include/hal-power-interface-1.h
include/hal-power.h
src/hal-api-power.c
tests/unittest/hal-backend-power.c
tests/unittest/test-hal-api-power.cc