Home
last modified time | relevance | path

Searched defs:enabled (Results 1 – 19 of 19) sorted by relevance

/base/notification/ans_standard/frameworks/ans/test/moduletest/
Dans_innerkits_module_setting_test.cpp73 bool enabled = false; variable
91 bool enabled = false; variable
111 bool enabled = false; variable
131 bool enabled = false; variable
/base/notification/ans_standard/frameworks/ans/native/src/
Dnotification_helper.cpp277 …NotificationHelper::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForAllBundles()
282 …ificationHelper::SetNotificationsEnabledForDefaultBundle(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForDefaultBundle()
288 const NotificationBundleOption &bundleOption, std::string &deviceId, bool enabled) in SetNotificationsEnabledForSpecifiedBundle()
294 …ionHelper::SetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool enabled) in SetShowBadgeEnabledForBundle()
299 …onHelper::GetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool &enabled) in GetShowBadgeEnabledForBundle()
304 ErrCode NotificationHelper::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled()
335 ErrCode NotificationHelper::IsDistributedEnabled(bool &enabled) in IsDistributedEnabled()
340 ErrCode NotificationHelper::EnableDistributed(const bool enabled) in EnableDistributed()
345 …Helper::EnableDistributedByBundle(const NotificationBundleOption &bundleOption, const bool enabled) in EnableDistributedByBundle()
350 ErrCode NotificationHelper::EnableDistributedSelf(const bool enabled) in EnableDistributedSelf()
[all …]
/base/notification/ans_standard/frameworks/ans/core/src/
Dans_notification.cpp695 …de AnsNotification::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForAllBundles()
704 …AnsNotification::SetNotificationsEnabledForDefaultBundle(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForDefaultBundle()
714 const NotificationBundleOption &bundleOption, const std::string &deviceId, bool enabled) in SetNotificationsEnabledForSpecifiedBundle()
730 …ification::SetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool enabled) in SetShowBadgeEnabledForBundle()
746 …fication::GetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool &enabled) in GetShowBadgeEnabledForBundle()
762 ErrCode AnsNotification::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled()
901 ErrCode AnsNotification::IsDistributedEnabled(bool &enabled) in IsDistributedEnabled()
911 ErrCode AnsNotification::EnableDistributed(const bool enabled) in EnableDistributed()
921 …cation::EnableDistributedByBundle(const NotificationBundleOption &bundleOption, const bool enabled) in EnableDistributedByBundle()
932 ErrCode AnsNotification::EnableDistributedSelf(const bool enabled) in EnableDistributedSelf()
[all …]
Dans_manager_stub.cpp1011 bool enabled = false; in HandleSetNotificationsEnabledForBundle() local
1033 bool enabled = false; in HandleSetNotificationsEnabledForAllBundles() local
1061 bool enabled = false; in HandleSetNotificationsEnabledForSpecialBundle() local
1084 bool enabled = false; in HandleSetShowBadgeEnabledForBundle() local
1106 bool enabled = false; in HandleGetShowBadgeEnabledForBundle() local
1122 bool enabled = false; in HandleGetShowBadgeEnabled() local
1324 bool enabled = false; in HandleIsDistributedEnabled() local
1341 bool enabled = false; in HandleEnableDistributed() local
1364 bool enabled = false; in HandleEnableDistributedByBundle() local
1381 bool enabled = false; in HandleEnableDistributedSelf() local
[all …]
Dans_manager_proxy.cpp1274 ErrCode AnsManagerProxy::SetNotificationsEnabledForBundle(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForBundle()
1308 …de AnsManagerProxy::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForAllBundles()
1343 const std::string &deviceId, const sptr<NotificationBundleOption> &bundleOption, bool enabled) in SetNotificationsEnabledForSpecialBundle()
1387 …oxy::SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, bool enabled) in SetShowBadgeEnabledForBundle()
1426 …xy::GetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, bool &enabled) in GetShowBadgeEnabledForBundle()
1465 ErrCode AnsManagerProxy::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled()
1904 ErrCode AnsManagerProxy::IsDistributedEnabled(bool &enabled) in IsDistributedEnabled()
1933 ErrCode AnsManagerProxy::EnableDistributed(bool enabled) in EnableDistributed()
1962 …rProxy::EnableDistributedByBundle(const sptr<NotificationBundleOption> &bundleOption, bool enabled) in EnableDistributedByBundle()
2001 ErrCode AnsManagerProxy::EnableDistributedSelf(bool enabled) in EnableDistributedSelf()
[all …]
/base/accessibility/frameworks/asacfwk/src/
Daccessibility_state_event.cpp44 void AccessibilityStateEvent::SetEventResult(const int enabled) in SetEventResult()
Daccessibility_system_ability_client.cpp556 void AccessibilitySystemAbilityClient::UpdateEnabled(const bool enabled) in UpdateEnabled()
566 void AccessibilitySystemAbilityClient::UpdateTouchExplorationEnabled(const bool enabled) in UpdateTouchExplorationEnabled()
576 void AccessibilitySystemAbilityClient::SetCaptionEnabled(const bool enabled) in SetCaptionEnabled()
Daccessibility_element_info.cpp593 void AccessibilityElementInfo::SetEnabled(const bool enabled) in SetEnabled()
/base/telephony/cellular_data/test/
Dcellular_data_test.cpp284 int32_t enabled = CellularDataTest::IsCellularDataEnabledTest(); variable
333 int32_t enabled = CellularDataTest::EnableCellularDataRoamingTest(DEFAULT_SIM_SLOT_ID, true); variable
400 int32_t enabled = CellularDataTest::IsCellularDataEnabledTest(); variable
/base/notification/ans_standard/services/ans/src/
Dnotification_preferences.cpp474 const sptr<NotificationBundleOption> &bundleOption, bool &enabled) in GetNotificationsEnabledForBundle()
483 const sptr<NotificationBundleOption> &bundleOption, const bool enabled) in SetNotificationsEnabledForBundle()
498 ErrCode NotificationPreferences::GetNotificationsEnabled(const int32_t &userId, bool &enabled) in GetNotificationsEnabled()
511 ErrCode NotificationPreferences::SetNotificationsEnabled(const int32_t &userId, const bool &enabled) in SetNotificationsEnabled()
Dadvanced_notification_service.cpp1084 const sptr<NotificationBundleOption> &bundleOption, bool enabled) in SetShowBadgeEnabledForBundle()
1108 const sptr<NotificationBundleOption> &bundleOption, bool &enabled) in GetShowBadgeEnabledForBundle()
1136 ErrCode AdvancedNotificationService::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled()
1427 …cedNotificationService::SetNotificationsEnabledForBundle(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForBundle()
1432 …otificationService::SetNotificationsEnabledForAllBundles(const std::string &deviceId, bool enabled) in SetNotificationsEnabledForAllBundles()
1462 const std::string &deviceId, const sptr<NotificationBundleOption> &bundleOption, bool enabled) in SetNotificationsEnabledForSpecialBundle()
2515 ErrCode AdvancedNotificationService::IsDistributedEnabled(bool &enabled) in IsDistributedEnabled()
2533 ErrCode AdvancedNotificationService::EnableDistributed(bool enabled) in EnableDistributed()
2556 const sptr<NotificationBundleOption> &bundleOption, bool enabled) in EnableDistributedByBundle()
2595 ErrCode AdvancedNotificationService::EnableDistributedSelf(const bool enabled) in EnableDistributedSelf()
[all …]
Dnotification_preferences_database.cpp344 const NotificationPreferencesInfo::BundleInfo &bundleInfo, const bool &enabled) in PutNotificationsEnabledForBundle()
361 …otificationPreferencesDatabase::PutNotificationsEnabled(const int32_t &userId, const bool &enabled) in PutNotificationsEnabled()
/base/notification/ans_standard/services/ans/test/unittest/
Dnotification_preferences_test.cpp994 bool enabled = false; variable
1008 bool enabled = false; variable
/base/notification/ans_standard/interfaces/kits/napi/ans/src/
Ddisplay_badge.cpp49 bool enabled = false; member
/base/miscservices/screenlock/services/src/
Dscreenlock_system_ability.cpp380 void ScreenLockSystemAbility::OnScreenlockEnabled(bool enabled) in OnScreenlockEnabled()
/base/accessibility/frameworks/aafwk/test/mock/
Dmock_accessibility_element_info.cpp283 void AccessibilityElementInfo::SetEnabled(const bool enabled) in SetEnabled()
/base/accessibility/services/aams/test/mock/
Daccessibility_info_mock.cpp251 void AccessibilityElementInfo::SetEnabled(const bool enabled) in SetEnabled()
/base/accessibility/services/test/mock/
Daccessibility_info_mock.cpp233 void AccessibilityElementInfo::SetEnabled(const bool enabled) in SetEnabled()
/base/accessibility/interfaces/kits/napi/src/
Dnapi_accessibility_system_ability_client.cpp1561 void CaptionListener::NotifyStateChangedJS(napi_env env, bool enabled, std::string eventType, napi_… in NotifyStateChangedJS()