Home
last modified time | relevance | path

Searched defs:enabled (Results 26 – 50 of 398) sorted by relevance

12345678910>>...16

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_model_ng.h26 RadioConfiguration(const std::string& value, bool checked, bool enabled) in RadioConfiguration()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_paint_method.h43 void SetEnabled(bool enabled) in SetEnabled()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dview_abstract.cpp64 void ViewAbstract::CjEnabled(bool enabled) in CjEnabled()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_preferences_test.cpp188 bool enabled = true; variable
225 bool enabled = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model_ng.h26 TextClockConfiguration(float timeZoneOffset, bool started, int64_t timeValue, bool enabled) in TextClockConfiguration()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_paint_method.h51 void SetEnabled(bool enabled) in SetEnabled()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_model_ng.h25 GaugeConfiguration(float value, float min, float max, bool enabled) in GaugeConfiguration()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Ddistributed_ability_info.h30 bool enabled = true; member
H A Dbundle_user_info.h30 bool enabled = true; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_disturb.cpp269 const std::string &deviceType, const bool enabled) in SetDistributedEnabledByBundle()
315 const std::string &deviceType, bool &enabled) in IsDistributedEnabledByBundle()
360 ErrCode AnsManagerProxy::SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) in SetSmartReminderEnabled()
395 ErrCode AnsManagerProxy::IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) in IsSmartReminderEnabled()
H A Dans_notification.cpp1028 const NotificationBundleOption &bundleOption, const std::string &deviceId, bool enabled) in SetNotificationsEnabledForSpecifiedBundle()
1080 ErrCode AnsNotification::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled()
1274 ErrCode AnsNotification::IsDistributedEnabled(bool &enabled) in IsDistributedEnabled()
1285 ErrCode AnsNotification::EnableDistributed(const bool enabled) in EnableDistributed()
1308 ErrCode AnsNotification::EnableDistributedSelf(const bool enabled) in EnableDistributedSelf()
1626 ErrCode AnsNotification::SetNotificationsEnabledForAllBundles(const int32_t &userId, bool enabled) in SetNotificationsEnabledForAllBundles()
1711 const NotificationConstant::SlotType &slotType, bool enabled, bool isForceControl) in SetEnabledForBundleSlot()
1786 ErrCode AnsNotification::GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) in GetSyncNotificationEnabledWithoutApp()
1883 const std::string &deviceType, const bool enabled) in SetDistributedEnabledByBundle()
1902 const std::string &deviceType, bool &enabled) in IsDistributedEnabledByBundle()
[all …]
H A Dans_manager_stub.cpp1384 bool enabled = false; in HandleSetNotificationsEnabledForBundle() local
1406 bool enabled = false; in HandleSetNotificationsEnabledForAllBundles() local
1434 bool enabled = false; in HandleSetNotificationsEnabledForSpecialBundle() local
1457 bool enabled = false; in HandleSetShowBadgeEnabledForBundle() local
1479 bool enabled = false; in HandleGetShowBadgeEnabledForBundle() local
1495 bool enabled = false; in HandleGetShowBadgeEnabled() local
1761 bool enabled = false; in HandleIsDistributedEnabled() local
1778 bool enabled = false; in HandleEnableDistributed() local
1801 bool enabled = false; in HandleEnableDistributedByBundle() local
1818 bool enabled = false; in HandleEnableDistributedSelf() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_rate_decider.h34 void SetEnable(bool enabled) in SetEnable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.h26 …TimerConfiguration(double count, bool isCountDown, bool started, int64_t elapsedTime, bool enabled) in TextTimerConfiguration()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_model_ng.h26 …atingConfiguration(int32_t starNum, bool isIndicator, double rating, double stepSize, bool enabled) in RatingConfiguration()
/ohos5.0/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/
H A Dasynccommoneventresult_fuzzer.cpp28 bool enabled = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/common_event_service/test/fuzztest/eventreceiveproxy_fuzzer/
H A Deventreceiveproxy_fuzzer.cpp30 bool enabled = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/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()
269 ErrCode DistributedPreferences::GetSyncEnabledWithoutApp(const int32_t userId, bool &enabled) in GetSyncEnabledWithoutApp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_model_ng.h27 RefPtr<SymbolModifier> symbolModifier, int index, bool selected, bool enabled) in MenuItemConfiguration()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model_ng.h27 SliderConfiguration(double value, double min, double max, double step, bool enabled) in SliderConfiguration()
/ohos5.0/base/notification/common_event_service/test/fuzztest/commoneventpublishinfo_fuzzer/
H A Dcommoneventpublishinfo_fuzzer.cpp30 bool enabled = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/enabledistributed_fuzzer/
H A Denabledistributed_fuzzer.cpp27 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getactivenotificationnums_fuzzer/
H A Dgetactivenotificationnums_fuzzer.cpp34 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setnotificationsenabledforallbundles_fuzzer/
H A Dsetnotificationsenabledforallbundles_fuzzer.cpp28 bool enabled = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/telephony/call_manager/services/hisysevent/src/
H A Dcall_manager_dump_helper.cpp85 bool enabled = false; in ShowCallManagerInfo() local

12345678910>>...16