/base/powermgr/power_manager/frameworks/napi/power/ |
H A 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/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
H A D | provision_verify_test.cpp | 53 "apl": "normal", 93 "apl": "normal", 113 "apl": "normal", 138 "apl": "normal", 161 "apl": "normal", 185 "apl": "normal", 426 "apl": "normal", 475 "apl": "normal", 527 "apl": "normal",
|
/base/security/code_signature/test/unittest/ |
H A D | rust_key_enable_test.rs | 126 "apl": "normal", in test_parse_enterprise_profile() 165 "apl": "normal", in test_parse_enterprise_normal_profile() 204 "apl": "normal", in test_parse_enterprise_mdm_profile() 243 "apl": "normal", in test_parse_debug_profile() 288 "apl": "normal", in test_parse_iternaltesting_profile() 332 "apl": "normal", in test_parse_invalid_profile() 367 "apl": "normal", in test_parse_invalid_profile() 403 "apl": "normal", in test_parse_invalid_profile()
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | native_module.cpp | 79 napi_value normal = nullptr; in InitFoldState() local 82 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(FoldState::NORMAL), &normal)); in InitFoldState() 86 NAPI_CALL(env, napi_set_named_property(env, foldState, "NORMAL", normal)); in InitFoldState()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 842 if (content.normal == nullptr || !GetNotificationBasicContent(content.normal, request)) { in GetNotificationContent() 1038 static void freeNotificationBasicContent(CNotificationBasicContent* normal) in freeNotificationBasicContent() argument 1040 free(normal->title); in freeNotificationBasicContent() 1041 free(normal->text); in freeNotificationBasicContent() 1042 free(normal->additionalText); in freeNotificationBasicContent() 1043 normal->title = nullptr; in freeNotificationBasicContent() 1044 normal->text = nullptr; in freeNotificationBasicContent() 1045 normal->additionalText = nullptr; in freeNotificationBasicContent() 1050 CNotificationBasicContent* normal) in SetNotificationBasicContent() 1048 SetNotificationBasicContent( const NotificationBasicContent *basicContent, CNotificationBasicContent* normal) SetNotificationBasicContent() argument [all...] |
/base/powermgr/thermal_manager/frameworks/napi/ |
H A D | thermal_manager_napi.cpp | 152 napi_value normal; in InitThermalLevel() local 161 napi_create_uint32(env, static_cast<uint32_t>(ThermalLevel::NORMAL), &normal); in InitThermalLevel() 171 DECLARE_NAPI_STATIC_PROPERTY("NORMAL", normal), in InitThermalLevel()
|
/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | event_manager.cpp | 164 .msg = (event.normal ? CoordinationMessage::DEACTIVATE_SUCCESS : CoordinationMessage::DEACTIVATE_FAIL), in StopCooperateFinish() 185 Utility::Anonymize(event.networkId).c_str(), event.normal); in OnProfileChanged() 186 CoordinationMessage msg = (event.normal ? CoordinationMessage::PREPARE : CoordinationMessage::UNPREPARE); in OnProfileChanged()
|
H A D | dsoftbus_handler.cpp | 181 packet << event.targetNetworkId << event.normal; in RelayCooperateFinish() 288 .normal = true, in OnStopCooperate() 321 .normal = true, in OnRelayCooperate() 339 packet >> event.targetNetworkId >> event.normal; in OnRelayCooperateFinish()
|
H A D | cooperate_out.cpp | 157 .normal = true, in OnStop() 245 resp.normal = false; in OnRelay() 250 resp.normal = true; in OnRelay() 305 if (!context.IsPeer(notice.networkId) || notice.normal) { in OnSwitchChanged()
|
H A D | cooperate_in.cpp | 209 .normal = true, in OnStop() 291 if (!context.IsPeer(notice.networkId) || notice.normal) { in OnSwitchChanged() 494 if (notice.normal || in OnSwitchChanged() 529 if (notice.normal) { in OnResponse() 580 .normal = false, in OnProgress()
|
H A D | cooperate_free.cpp | 164 .normal = true, in OnStop()
|
/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate_events.h | 144 bool normal; member 189 bool normal; member
|
/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_plugin_test.cpp | 533 .normal = true, in HWTEST_F() 784 .normal = true, in HWTEST_F() 818 .normal = true, in HWTEST_F() 940 .normal = switchStatus, in HWTEST_F() 1385 bool normal = false; in HWTEST_F() local 1390 .normal = normal, in HWTEST_F() 1400 .normal = normal, in HWTEST_F() 1658 .normal in HWTEST_F() 2000 bool normal = false; HWTEST_F() local 2029 bool normal = false; HWTEST_F() local [all...] |
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 119 CNotificationBasicContent* normal; member 308 CNotificationBasicContent* normal);
|
/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | battery_info.cpp | 337 napi_value normal = nullptr;
in CreateEnumLevelState() local 345 napi_create_int32(env, (int32_t)BatteryCapacityLevel::LEVEL_NORMAL, &normal);
in CreateEnumLevelState() 354 DECLARE_NAPI_STATIC_PROPERTY("LEVEL_NORMAL", normal),
in CreateEnumLevelState()
|
/base/telephony/sms_mms/services/sms/ |
H A D | gsm_cb_codec.cpp | 441 const int8_t normal = 0x00; in GetPriority() local 446 cbPriority = normal; in GetPriority()
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_native_test.cpp | 203 * @tc.desc: Test normal write.
302 HILOG_INFO(LOG_CORE, "test hisysevent normal write");
in HWTEST_F() 316 HILOG_INFO(LOG_CORE, "normal write, retCode=%{public}d", result);
in HWTEST_F() 371 HILOG_INFO(LOG_CORE, "test hisysevent domain is too long, normal length");
in HWTEST_F() 436 HILOG_INFO(LOG_CORE, "test hisysevent event name is too long, normal length");
in HWTEST_F() 437 int normal = 32;
in HWTEST_F() local 438 for (int index = 0; index < normal; index++) {
in HWTEST_F() 580 "_key1", "special", "key2", "normal");
in HWTEST_F() 600 int normal = 48;
in HWTEST_F() local 601 for (int index = 0; index < normal; inde in HWTEST_F() [all...] |