Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 18 of 18) sorted by relevance

/base/powermgr/power_manager/frameworks/napi/power/
Dpower_module.cpp42 napi_value normal = nullptr; in CreateDevicePowerMode() local
47 napi_create_int32(env, (int32_t)PowerMode::NORMAL_MODE, &normal); in CreateDevicePowerMode()
53 DECLARE_NAPI_STATIC_PROPERTY("MODE_NORMAL", normal), in CreateDevicePowerMode()
/base/security/selinux_adapter/sepolicy/ohos_policy/filemanagement/userfile_manager/system/
Dsehap_contexts14 apl=normal name=com.ohos.medialibrary.medialibrarydata domain=medialibrary_hap type=medialibrary_ha…
15 apl=normal name=com.ohos.medialibrary.medialibrarydata:fileAccess domain=medialibrary_hap type=medi…
/base/security/selinux_adapter/sepolicy/base/public/
Dsehap_contexts16 apl=normal domain=normal_hap type=normal_hap_data_file
17 apl=normal debuggable=true domain=debug_hap type=debug_hap_data_file
Dattributes92 # Type of all haps in apl normal.
105 # File type of all haps in apl normal.
Ddomain.te99 #todo audio edm hidump installs location multimodalinput netmanager normal pwer thermal..
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
Dprovision_verify_test.cpp53 "apl": "normal",
93 "apl": "normal",
113 "apl": "normal",
138 "apl": "normal",
161 "apl": "normal",
185 "apl": "normal",
417 "apl": "normal",
466 "apl": "normal",
518 "apl": "normal",
/base/update/updater/
Dupdater_ux_guide.md102 | entry | menu:normal | 主菜单页面 | 使用默认 |
127 "id":"normal",
133 - rk3568.json中entry字段配置为menu:normal,修改subpages中id为normal的背景色配置bgColor字段,改为绿色不透明:
139 "id":"normal",
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/util/
DNotificationUtil.ets95 normal: {
104 notificationRequest.content.normal = {
110 notificationRequest.content.normal = {
116 notificationRequest.content.normal = {
/base/update/update_app/feature/ota/src/main/ets/notify/
DNotificationHelper.ets79 normal: {
125 normal: {
158 normal: {
183 normal: {
/base/security/selinux_adapter/sepolicy/ohos_policy/security/dlp_permission_service/public/
Dsehap_contexts14 apl=normal name=com.ohos.dlpmanager domain=dlpmanager_hap type=normal_hap_data_file
/base/security/selinux_adapter/sepolicy/ohos_policy/security/access_token/system/
Dsehap_contexts14 apl=normal name=com.ohos.permissionmanager domain=permissionmanager_hap type=permissionmanager_hap_…
/base/powermgr/thermal_manager/frameworks/napi/
Dthermal_manager_napi.cpp149 napi_value normal; in InitThermalLevel() local
157 napi_create_uint32(env, static_cast<uint32_t>(ThermalLevel::NORMAL), &normal); in InitThermalLevel()
166 DECLARE_NAPI_STATIC_PROPERTY("NORMAL", normal), in InitThermalLevel()
/base/startup/init/test/moduletest/
Dinit_test.cfg26 "start-mode" : "normal",
Dchipset.init.test.cfg40 "start-mode" : "normal",
/base/powermgr/battery_manager/frameworks/napi/
Dbattery_info.cpp242 napi_value normal = nullptr; in CreateEnumLevelState() local
250 napi_create_int32(env, (int32_t)BatteryCapacityLevel::LEVEL_NORMAL, &normal); in CreateEnumLevelState()
259 DECLARE_NAPI_STATIC_PROPERTY("LEVEL_NORMAL", normal), in CreateEnumLevelState()
/base/telephony/sms_mms/services/sms/
Dgsm_cb_codec.cpp439 const int8_t normal = 0x00; in GetPriority() local
444 cbPriority = normal; in GetPriority()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_native_test.cpp423 int normal = 32; variable
424 for (int index = 0; index < normal; index++) {
586 int normal = 48; variable
587 for (int index = 0; index < normal; index++) {
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
Doutput_p.inl450 /* fill zero for normal char 128 byte for 0x80 - 0xff */
459 /* state 0: normal
504 /* normal state, write character */
735 /* must meet '%' (normal format) or '}'(with{private} or{public} format)*/