Home
last modified time | relevance | path

Searched refs:normal (Results 1 - 17 of 17) sorted by relevance

/base/powermgr/power_manager/frameworks/napi/power/
H A 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/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dprovision_verify_test.cpp53 "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 Drust_key_enable_test.rs126 "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 Dnative_module.cpp79 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 Dnotification_utils.cpp842 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 Dthermal_manager_napi.cpp152 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 Devent_manager.cpp164 .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 Ddsoftbus_handler.cpp181 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 Dcooperate_out.cpp157 .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 Dcooperate_in.cpp209 .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 Dcooperate_free.cpp164 .normal = true, in OnStop()
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_events.h144 bool normal; member
189 bool normal; member
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp533 .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 Dnotification_utils.h119 CNotificationBasicContent* normal; member
308 CNotificationBasicContent* normal);
/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp337 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 Dgsm_cb_codec.cpp441 const int8_t normal = 0x00; in GetPriority() local
446 cbPriority = normal; in GetPriority()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp203 * @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...]

Completed in 17 milliseconds