Home
last modified time | relevance | path

Searched defs:enabled (Results 201 - 225 of 796) sorted by relevance

12345678910>>...32

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp786 bool enabled = false; in HWTEST_F() local
800 bool enabled = false; in HWTEST_F() local
813 bool enabled = false; in HWTEST_F() local
H A Dadvanced_notification_publish_service_test.cpp347 bool enabled = false; in HWTEST_F() local
365 bool enabled = false; in HWTEST_F() local
379 bool enabled = false; in HWTEST_F() local
392 bool enabled = true; in HWTEST_F() local
483 bool enabled in HWTEST_F() local
497 bool enabled = false; HWTEST_F() local
[all...]
H A Dadvanced_notification_service_branch_test.cpp826 bool enabled = true; in HWTEST_F() local
845 bool enabled = true; in HWTEST_F() local
970 bool enabled = false; in HWTEST_F() local
1014 bool enabled = true; HWTEST_F() local
1033 bool enabled = true; HWTEST_F() local
1051 bool enabled = true; HWTEST_F() local
1068 bool enabled = true; HWTEST_F() local
1086 bool enabled = false; HWTEST_F() local
1118 bool enabled = false;; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp369 bool enabled = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp628 bool enabled = true; in HWTEST_F() local
643 bool enabled = true; in HWTEST_F() local
658 bool enabled = true; in HWTEST_F() local
673 bool enabled = true; in HWTEST_F() local
687 bool enabled = true; in HWTEST_F() local
772 bool enabled = true; HWTEST_F() local
786 bool enabled = true; HWTEST_F() local
801 bool enabled = true; HWTEST_F() local
815 bool enabled = true; HWTEST_F() local
830 bool enabled = true; HWTEST_F() local
903 bool enabled = true; HWTEST_F() local
948 bool enabled = true; HWTEST_F() local
1008 bool enabled = true; HWTEST_F() local
1024 bool enabled = true; HWTEST_F() local
1039 bool enabled = true; HWTEST_F() local
1054 bool enabled = true; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences.cpp103 int32_t enabled = atoi(value.data()); in ResolveDistributedEnable() local
253 ErrCode DistributedPreferences::SetSyncEnabledWithoutApp(const int32_t userId, const bool enabled) in SetSyncEnabledWithoutApp() argument
269 ErrCode DistributedPreferences::GetSyncEnabledWithoutApp(const int32_t userId, bool &enabled) in GetSyncEnabledWithoutApp() argument
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp265 bool enabled = false; in IsBadgeDisplayed() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp335 GetEnabledForBundleSlotSelf( const NotificationConstant::SlotType &slotType, bool &enabled) GetEnabledForBundleSlotSelf() argument
712 AddSlotThenPublishEvent( const sptr<NotificationSlot> &slot, const sptr<NotificationBundleOption> &bundle, bool enabled, bool isForceControl) AddSlotThenPublishEvent() argument
748 SetEnabledForBundleSlotInner( const sptr<NotificationBundleOption> &bundleOption, const sptr<NotificationBundleOption> &bundle, const NotificationConstant::SlotType &slotType, bool enabled, bool isForceControl) SetEnabledForBundleSlotInner() argument
779 SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType, bool enabled, bool isForceControl) SetEnabledForBundleSlot() argument
805 GetEnabledForBundleSlot( const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType, bool &enabled) GetEnabledForBundleSlot() argument
[all...]
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp377 bool enabled = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local
[all...]
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp378 bool enabled = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp539 bool enabled = true; in HWTEST_F() local
558 bool enabled = true; in HWTEST_F() local
623 bool enabled = true; in HWTEST_F() local
640 bool enabled = true; in HWTEST_F() local
658 bool enabled = true; in HWTEST_F() local
674 bool enabled = true; HWTEST_F() local
689 bool enabled = true; HWTEST_F() local
985 bool enabled = true; HWTEST_F() local
1001 bool enabled = true; HWTEST_F() local
1017 bool enabled = true; HWTEST_F() local
1034 bool enabled = true; HWTEST_F() local
1050 bool enabled = true; HWTEST_F() local
1147 bool enabled = true; HWTEST_F() local
1166 bool enabled = true; HWTEST_F() local
1186 bool enabled = true; HWTEST_F() local
1204 bool enabled = true; HWTEST_F() local
1223 bool enabled = true; HWTEST_F() local
1243 bool enabled = true; HWTEST_F() local
1262 bool enabled = true; HWTEST_F() local
1279 bool enabled = true; HWTEST_F() local
1297 bool enabled = true; HWTEST_F() local
1312 bool enabled = true; HWTEST_F() local
[all...]
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_client.cpp236 int32_t BluetoothCallClient::IsRinging(bool &enabled) in IsRinging() argument
258 int32_t BluetoothCallClient::IsNewCallAllowed(bool &enabled) in IsNewCallAllowed() argument
269 int32_t BluetoothCallClient::IsInEmergencyCall(bool &enabled) in IsInEmergencyCall() argument
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager1_gtest.cpp702 bool enabled = false; in HWTEST_F() local
726 bool enabled = false; in HWTEST_F() local
747 bool enabled = false; in HWTEST_F() local
767 bool enabled in HWTEST_F() local
[all...]
H A Dcall_manager6_gtest.cpp560 bool enabled; in HWTEST_F() local
581 bool enabled; in HWTEST_F() local
598 bool enabled; in HWTEST_F() local
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs1_test.cpp142 bool enabled = false; in HWTEST_F() local
152 bool enabled = false; in HWTEST_F() local
/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp155 int32_t CallNumberUtils::CheckNumberIsEmergency(const std::string &phoneNumber, const int32_t slotId, bool &enabled) in CheckNumberIsEmergency() argument
/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp211 int32_t CallSettingManager::IsImsSwitchEnabled(int32_t slotId, bool &enabled) in IsImsSwitchEnabled() argument
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.cpp134 bool enabled; in GetImsSwitchStatus() local
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_display.cpp243 int32_t DrmDisplay::SetDisplayVsyncEnabled(bool enabled) in SetDisplayVsyncEnabled() argument
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A Dhdi_display.h100 virtual int32_t SetDisplayVsyncEnabled(bool enabled) in SetDisplayVsyncEnabled() argument
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_display.cpp274 int32_t DrmDisplay::SetDisplayVsyncEnabled(bool enabled) in SetDisplayVsyncEnabled() argument
H A Dhdi_display.h110 virtual int32_t SetDisplayVsyncEnabled(bool enabled) in SetDisplayVsyncEnabled() argument
/device/soc/rockchip/common/sdk_linux/include/linux/irqchip/
H A Darm-gic-v4.h58 bool enabled; member
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_display.cpp270 int32_t DrmDisplay::SetDisplayVsyncEnabled(bool enabled) in SetDisplayVsyncEnabled() argument
H A Dhdi_display.h104 virtual int32_t SetDisplayVsyncEnabled(bool enabled) in SetDisplayVsyncEnabled() argument

Completed in 25 milliseconds

12345678910>>...32