/base/powermgr/power_manager/frameworks/napi/power/ |
D | power_module.cpp | 42 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/ |
D | sehap_contexts | 14 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/ |
D | sehap_contexts | 16 apl=normal domain=normal_hap type=normal_hap_data_file 17 apl=normal debuggable=true domain=debug_hap type=debug_hap_data_file
|
D | attributes | 92 # Type of all haps in apl normal. 105 # File type of all haps in apl normal.
|
D | domain.te | 99 #todo audio edm hidump installs location multimodalinput netmanager normal pwer thermal..
|
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
D | provision_verify_test.cpp | 53 "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/ |
D | updater_ux_guide.md | 102 | 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/ |
D | NotificationUtil.ets | 95 normal: { 104 notificationRequest.content.normal = { 110 notificationRequest.content.normal = { 116 notificationRequest.content.normal = {
|
/base/update/update_app/feature/ota/src/main/ets/notify/ |
D | NotificationHelper.ets | 79 normal: { 125 normal: { 158 normal: { 183 normal: {
|
/base/security/selinux_adapter/sepolicy/ohos_policy/security/dlp_permission_service/public/ |
D | sehap_contexts | 14 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/ |
D | sehap_contexts | 14 apl=normal name=com.ohos.permissionmanager domain=permissionmanager_hap type=permissionmanager_hap_…
|
/base/powermgr/thermal_manager/frameworks/napi/ |
D | thermal_manager_napi.cpp | 149 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/ |
D | init_test.cfg | 26 "start-mode" : "normal",
|
D | chipset.init.test.cfg | 40 "start-mode" : "normal",
|
/base/powermgr/battery_manager/frameworks/napi/ |
D | battery_info.cpp | 242 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/ |
D | gsm_cb_codec.cpp | 439 const int8_t normal = 0x00; in GetPriority() local 444 cbPriority = normal; in GetPriority()
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
D | hisysevent_native_test.cpp | 423 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/ |
D | output_p.inl | 450 /* 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)*/
|