| /base/notification/distributed_notification_service/services/ans/src/ |
| H A D | advanced_notification_utils.cpp | 1177 bool enabled = false; in CheckPublishWithoutApp() local
|
| H A D | notification_preferences_database.cpp | 388 bool NotificationPreferencesDatabase::PutNotificationsEnabled(const int32_t &userId, const bool &enabled) in PutNotificationsEnabled() argument 1410 bool enabled in ParseSlotEnabled() local 369 PutNotificationsEnabledForBundle( const NotificationPreferencesInfo::BundleInfo &bundleInfo, const bool &enabled) PutNotificationsEnabledForBundle() argument 1852 PutDistributedEnabledForBundle(const std::string deviceType, const NotificationPreferencesInfo::BundleInfo &bundleInfo, const bool &enabled) PutDistributedEnabledForBundle() argument 1889 GetDistributedEnabledForBundle(const std::string deviceType, const NotificationPreferencesInfo::BundleInfo &bundleInfo, bool &enabled) GetDistributedEnabledForBundle() argument 1932 SetSmartReminderEnabled(const std::string deviceType, const bool &enabled) SetSmartReminderEnabled() argument 1948 IsSmartReminderEnabled(const std::string deviceType, bool &enabled) IsSmartReminderEnabled() argument [all...] |
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| H A D | ans_notification.cpp | 963 ErrCode AnsNotification::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForAllBundles() argument 973 ErrCode AnsNotification::SetNotificationsEnabledForDefaultBundle(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForDefaultBundle() argument 1002 ErrCode AnsNotification::SetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool enabled) in SetShowBadgeEnabledForBundle() argument 1019 ErrCode AnsNotification::GetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool &enabled) in GetShowBadgeEnabledForBundle() argument 983 SetNotificationsEnabledForSpecifiedBundle( const NotificationBundleOption &bundleOption, const std::string &deviceId, bool enabled) SetNotificationsEnabledForSpecifiedBundle() argument 1036 GetShowBadgeEnabled(bool &enabled) GetShowBadgeEnabled() argument 1230 IsDistributedEnabled(bool &enabled) IsDistributedEnabled() argument 1241 EnableDistributed(const bool enabled) EnableDistributed() argument 1252 EnableDistributedByBundle(const NotificationBundleOption &bundleOption, const bool enabled) EnableDistributedByBundle() argument 1264 EnableDistributedSelf(const bool enabled) EnableDistributedSelf() argument 1275 IsDistributedEnableByBundle(const NotificationBundleOption &bundleOption, bool &enabled) IsDistributedEnableByBundle() argument 1583 SetNotificationsEnabledForAllBundles(const int32_t &userId, bool enabled) SetNotificationsEnabledForAllBundles() argument 1667 SetEnabledForBundleSlot(const NotificationBundleOption &bundleOption, const NotificationConstant::SlotType &slotType, bool enabled, bool isForceControl) SetEnabledForBundleSlot() argument 1686 GetEnabledForBundleSlot( const NotificationBundleOption &bundleOption, const NotificationConstant::SlotType &slotType, bool &enabled) GetEnabledForBundleSlot() argument 1704 GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotType, bool &enabled) GetEnabledForBundleSlotSelf() argument 1727 SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled) SetSyncNotificationEnabledWithoutApp() argument 1743 GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) GetSyncNotificationEnabledWithoutApp() argument 1839 SetDistributedEnabledByBundle(const NotificationBundleOption &bundleOption, const std::string &deviceType, const bool enabled) SetDistributedEnabledByBundle() argument 1858 IsDistributedEnabledByBundle(const NotificationBundleOption &bundleOption, const std::string &deviceType, bool &enabled) IsDistributedEnabledByBundle() argument 1877 SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) SetSmartReminderEnabled() argument 1903 IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) IsSmartReminderEnabled() argument [all...] |
| /base/telephony/cellular_call/services/utils/src/ |
| H A D | cellular_call_config.cpp | 168 int32_t CellularCallConfig::GetImsSwitchStatus(int32_t slotId, bool &enabled) in GetImsSwitchStatus() argument
|
| /base/telephony/cellular_call/services/manager/src/ |
| H A D | cellular_call_service.cpp | 1128 int32_t CellularCallService::IsEmergencyPhoneNumber(int32_t slotId, const std::string &phoneNum, bool &enabled) in IsEmergencyPhoneNumber() argument 1179 int32_t CellularCallService::GetImsSwitchStatus(int32_t slotId, bool &enabled) in GetImsSwitchStatus() argument
|
| /base/telephony/call_manager/services/call/src/ |
| H A D | call_control_manager.cpp | 493 int32_t CallControlManager::IsNewCallAllowed(bool &enabled) in IsNewCallAllowed() argument 498 int32_t CallControlManager::IsRinging(bool &enabled) in IsRinging() argument 503 int32_t CallControlManager::HasEmergency(bool &enabled) in HasEmergency() argument 1002 int32_t CallControlManager::IsImsSwitchEnabled(int32_t slotId, bool &enabled) in IsImsSwitchEnabled() argument 1178 int32_t CallControlManager::IsEmergencyPhoneNumber(std::u16string &number, int32_t slotId, bool &enabled) in IsEmergencyPhoneNumber() argument [all...] |
| /base/telephony/call_manager/services/call_manager_service/src/ |
| H A D | call_manager_service.cpp | 469 int32_t CallManagerService::IsNewCallAllowed(bool &enabled) in IsNewCallAllowed() argument 502 int32_t CallManagerService::IsRinging(bool &enabled) in IsRinging() argument 520 int32_t CallManagerService::IsInEmergencyCall(bool &enabled) in IsInEmergencyCall() argument 1007 int32_t CallManagerService::IsEmergencyPhoneNumber(std::u16string &number, int32_t slotId, bool &enabled) in IsEmergencyPhoneNumber() argument 1186 int32_t CallManagerService::IsImsSwitchEnabled(int32_t slotId, bool &enabled) in IsImsSwitchEnabled() argument [all...] |
| /base/telephony/call_manager/test/unittest/ui_client/ |
| H A D | ui_client_test.cpp | 440 bool enabled = false; in IsNewCallAllowed() local 454 bool enabled = false; in IsRinging() local 468 bool enabled = false; in IsInEmergencyCall() local 699 bool enabled = false; IsEmergencyPhoneNumber() local 1292 bool enabled; IsImsSwitchEnabled() local [all...] |
| /base/telephony/cellular_call/test/unittest/imstest/ |
| H A D | zero_branch1_test.cpp | 565 bool enabled = false; in HWTEST_F() local 651 bool enabled = false; in HWTEST_F() local 1014 bool enabled = false; in HWTEST_F() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/ |
| H A D | hifb_graphic_drv.c | 852 hi_s32 graphic_drv_enable_layer(hal_disp_layer gfx_layer, hi_bool enabled) in graphic_drv_enable_layer() argument
|
| /device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
| H A D | configure_llvm | 740 enabled(){ function [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
| H A D | irq-gic-v3.c | 1239 int enabled;
in gic_set_affinity() local [all...] |
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_defs.h | 294 bool enabled; member
|
| /device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
| H A D | gadget.h | 227 bool enabled; member
|
| /device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
| H A D | gadget.h | 240 bool enabled; member
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
| H A D | js_ability_context.cpp | 2783 bool enabled = true; in OnSetRestoreEnabled() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
| H A D | textfield_declaration.h | 52 bool enabled = true; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | canvas_pattern.cpp | 574 void CanvasPattern::UpdateSmoothingEnabled(bool enabled) in UpdateSmoothingEnabled() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| H A D | event_hub.cpp | 740 void EventHub::SetEnabled(bool enabled) in SetEnabled() argument 746 void EventHub::SetEnabledInternal(bool enabled) in SetEnabledInternal() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
| H A D | calendar_picker_pattern.cpp | 1058 auto enabled = eventHub->IsEnabled(); in HandleEnable() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_model_ng.cpp | 812 bool enabled = false; in SetToolbarConfiguration() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_swiper_bridge.cpp | 763 bool enabled = valueArg->ToBoolean(vm)->Value(); in SetSwiperEnabled() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_canvas_ffi.cpp | 386 void FfiOHOSAceFrameworkRenderingContextSetImageSmoothingEnabled(int64_t contextId, bool enabled) in FfiOHOSAceFrameworkRenderingContextSetImageSmoothingEnabled() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_list.cpp | 515 bool enabled = false; in MaintainVisibleContentPosition() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_offscreen_canvas_bridge.cpp | 2080 auto enabled = proto->ToBoolean(runtime); in JsSmoothingEnabledSetter() local
|