Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/foundation/ability/ability_runtime/services/common/include/
Dtask_utils_wrap.h32 DEFAULT, enumerator
40 TaskQoS taskQos_ = TaskQoS::DEFAULT;
44 return delayMillis_ <= 0 && taskName_.empty() && taskQos_ == TaskQoS::DEFAULT; in IsDefault()
/foundation/distributeddatamgr/datamgr_service/test/fuzztest/autolaunch_fuzzer/
Dautolaunch_fuzzer.cpp36 …AutoLaunchOption launchOption1 {true, false, CipherType::DEFAULT, passwd, "", false, config.dataDi… in EnableAutoLaunchFuzz()
38 …AutoLaunchOption launchOption2 {true, true, CipherType::DEFAULT, passwd, "", false, config.dataDir… in EnableAutoLaunchFuzz()
40 …AutoLaunchOption launchOption3 {false, true, CipherType::DEFAULT, passwd, "", false, config.dataDi… in EnableAutoLaunchFuzz()
42 …AutoLaunchOption launchOption4 {false, false, CipherType::DEFAULT, passwd, "", false, config.dataD… in EnableAutoLaunchFuzz()
56 KvStoreNbDelegate::Option option {true, true, false, CipherType::DEFAULT, passwd}; in DisableAutoLaunchFUzz()
/foundation/arkui/ace_engine/frameworks/base/thread/
Dbackground_task_executor.h32 DEFAULT, enumerator
44 bool PostTask(Task&& task, BgTaskPriority priority = BgTaskPriority::DEFAULT);
45 bool PostTask(const Task& task, BgTaskPriority priority = BgTaskPriority::DEFAULT);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_encrypt_delegate_test.cpp152 KvStoreNbDelegate::Option option = {true, false, true, CipherType::DEFAULT, g_passwd1};
230 KvStoreDelegate::Option option = {true, true, true, CipherType::DEFAULT, g_passwd1};
311 KvStoreDelegate::Option option = {true, false, true, CipherType::DEFAULT, g_passwd1};
397 KvStoreNbDelegate::Option option = {true, false, true, CipherType::DEFAULT, g_passwd1};
459 KvStoreNbDelegate::Option option = {true, false, true, CipherType::DEFAULT, g_passwd1};
494 KvStoreNbDelegate::Option option = {true, false, true, CipherType::DEFAULT, g_passwd1};
526 KvStoreNbDelegate::Option option = {true, false, true, CipherType::DEFAULT, g_passwd1};
558 KvStoreNbDelegate::Option option = {true, false, true, CipherType::DEFAULT, g_passwd1};
595 KvStoreNbDelegate::Option option = {true, false, true, CipherType::DEFAULT, g_passwd1};
630 KvStoreNbDelegate::Option option = {true, false, false, CipherType::DEFAULT, PASSWD_EMPTY};
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
Dmethod.h28 DEFAULT, enumerator
43 MethodTag tag = MethodTag::DEFAULT;
Dattribute.h36 DEFAULT, enumerator
51 AttributeTag tag = AttributeTag::DEFAULT;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
Ddistributeddb_nb_autolaunch_test.cpp91 AutoLaunchOption option = {true, false, CipherType::DEFAULT, NULL_PASSWD, schema, true,
236 AutoLaunchOption option = {true, true, CipherType::DEFAULT, NULL_PASSWD, "", true,
272 option.cipher = CipherType::DEFAULT;
317 AutoLaunchOption option = {false, false, CipherType::DEFAULT, passwd1, schema, false,
328 …option = {false, true, CipherType::DEFAULT, passwd2, schema, false, DistributedDBConstant::NB_DIRE…
337 …option = {false, true, CipherType::DEFAULT, passwd1, schema, false, DistributedDBConstant::NB_DIRE…
357 …option = {false, true, CipherType::DEFAULT, passwd1, schema, false, DistributedDBConstant::NB_DIRE…
367 …option = {false, false, CipherType::DEFAULT, passwd2, schema, false, DistributedDBConstant::NB_DIR…
392 AutoLaunchOption option = {true, false, CipherType::DEFAULT, NULL_PASSWD, schema, false,
403 option = {true, false, CipherType::DEFAULT, NULL_PASSWD, inValidSchema, false,
[all …]
Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp87 …AutoLaunchOption option = {true, false, CipherType::DEFAULT, NULL_PASSWD, schema, true, NB_DIRECTO…
231 …AutoLaunchOption option = {true, true, CipherType::DEFAULT, NULL_PASSWD, "", true, NB_DIRECTOR, nu…
266 option.cipher = CipherType::DEFAULT;
311 …AutoLaunchOption option = {false, false, CipherType::DEFAULT, passwd1, schema, false, NB_DIRECTOR,…
321 option = {false, true, CipherType::DEFAULT, passwd2, schema, false, NB_DIRECTOR, nullptr};
330 option = {false, true, CipherType::DEFAULT, passwd1, schema, false, NB_DIRECTOR, nullptr};
350 option = {false, true, CipherType::DEFAULT, passwd1, schema, false, NB_DIRECTOR, nullptr};
360 option = {false, false, CipherType::DEFAULT, passwd2, schema, false, NB_DIRECTOR, nullptr};
385 …AutoLaunchOption option = {true, false, CipherType::DEFAULT, NULL_PASSWD, schema, false, NB_DIRECT…
395 …option = {true, false, CipherType::DEFAULT, NULL_PASSWD, inValidSchema, false, NB_DIRECTOR, nullpt…
[all …]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
Drs_path_animation_test.cpp49 pathAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT);
82 pathAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT);
115 pathAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT);
148 pathAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT);
181 pathAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT);
216 pathAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT);
255 pathAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT);
288 pathAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT);
327 pathAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT);
361 pathAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT);
[all …]
Drs_animation_group_test.cpp189 boundsAnimation->AddKeyFrame(0.f, boundsStartProperty, RSAnimationTimingCurve::DEFAULT);
190 boundsAnimation->AddKeyFrame(0.5f, boundsMiddleProperty, RSAnimationTimingCurve::DEFAULT);
191 boundsAnimation->AddKeyFrame(1.f, boundsEndProperty, RSAnimationTimingCurve::DEFAULT);
199 alphaAnimation->AddKeyFrame(0.f, boundsStartProperty, RSAnimationTimingCurve::DEFAULT);
200 alphaAnimation->AddKeyFrame(0.5f, alphaMiddleProperty, RSAnimationTimingCurve::DEFAULT);
201 alphaAnimation->AddKeyFrame(1.f, boundsEndProperty, RSAnimationTimingCurve::DEFAULT);
372 boundsAnimation->AddKeyFrame(0.f, boundsStartProperty, RSAnimationTimingCurve::DEFAULT);
373 boundsAnimation->AddKeyFrame(0.5f, boundsMiddleProperty, RSAnimationTimingCurve::DEFAULT);
374 boundsAnimation->AddKeyFrame(1.f, boundsEndProperty, RSAnimationTimingCurve::DEFAULT);
382 alphaAnimation->AddKeyFrame(0.f, boundsStartProperty, RSAnimationTimingCurve::DEFAULT);
[all …]
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
Dimage_type.h31 DEFAULT = 0, enumerator
120 DEFAULT = 0, enumerator
171 MemoryUsagePreference preference = MemoryUsagePreference::DEFAULT;
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
Drsanimation_fuzzer.cpp151 secondCurve->SetTimingCurve(RSAnimationTimingCurve::DEFAULT); in RsCurveAnimationFuzzTest()
178 keyframe->AddKeyFrame(fraction, secondProperty, RSAnimationTimingCurve::DEFAULT); in RsKeyframeAnimationFuzzTest()
179 keyframe->AddKeyFrames({{fraction, secondProperty, RSAnimationTimingCurve::DEFAULT}}); in RsKeyframeAnimationFuzzTest()
226 secondPathAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT); in RsPathAnimationFuzzTest()
278 secondSpringAnimation->SetTimingCurve(RSAnimationTimingCurve::DEFAULT); in RsSpringAnimationFuzzTest()
355 implicitAnimator->OpenImplicitAnimation({}, RSAnimationTimingCurve::DEFAULT, {}); in RsImplicitAnimatorFuzzTest()
357 implicitAnimator->BeginImplicitKeyFrameAnimation(fraction, RSAnimationTimingCurve::DEFAULT); in RsImplicitAnimatorFuzzTest()
388 RSAnimationTimingCurve::DEFAULT, fraction); in RsImplicitAnimatorParamFuzzTest()
392 RSAnimationTimingCurve::DEFAULT, motionPathOption); in RsImplicitAnimatorParamFuzzTest()
396 RSAnimationTimingCurve::DEFAULT); in RsImplicitAnimatorParamFuzzTest()
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
Dtab_bar_indicator_component.cpp27 …: indicatorStyle_(TabBarIndicatorStyle::DEFAULT), indicatorPadding_(padding), indicatorColor_(colo… in TabBarIndicatorComponent()
48 if (indicatorStyle_ == TabBarIndicatorStyle::DEFAULT) { in Initialize()
Dtab_bar_indicator_component.h28 DEFAULT, enumerator
69 TabBarIndicatorStyle indicatorStyle_ { TabBarIndicatorStyle::DEFAULT };
/foundation/multimedia/image_framework/interfaces/innerkits/include/
Dimage_type.h31 DEFAULT = 0, enumerator
121 DEFAULT = 0, enumerator
191 MemoryUsagePreference preference = MemoryUsagePreference::DEFAULT;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_relational_encrypted_db_test.cpp243 nullptr, false, true, CipherType::DEFAULT, g_correctPasswd, DEFAULT_ITER };
301 nullptr, false, true, CipherType::DEFAULT, CipherPassword {}, DEFAULT_ITER };
310 nullptr, false, true, CipherType::DEFAULT, g_correctPasswd, 0u };
345 nullptr, false, true, CipherType::DEFAULT, g_correctPasswd, CUSTOMIZED_ITER };
403 nullptr, false, true, CipherType::DEFAULT, g_correctPasswd, CUSTOMIZED_ITER };
477 nullptr, false, true, CipherType::DEFAULT, g_correctPasswd, DEFAULT_ITER };
486 option = { nullptr, false, true, CipherType::DEFAULT, g_incorrectPasswd, DEFAULT_ITER };
490 option = { nullptr, false, true, CipherType::DEFAULT, g_incorrectPasswd, CUSTOMIZED_ITER };
494 option = { nullptr, false, false, CipherType::DEFAULT, g_correctPasswd, DEFAULT_ITER };
539 nullptr, false, true, CipherType::DEFAULT, g_correctPasswd, DEFAULT_ITER };
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/
Ddialog_tdd_test.cpp267 const char * const DialogTddTest::DEFAULT = "dialog"; member in OHOS::ACELite::DialogTddTest
287 EXPECT_STREQ(val, DEFAULT); in DialogTest001()
317 EXPECT_STREQ(val, DEFAULT); in DialogTest002()
365 EXPECT_STREQ(val, DEFAULT); in DialogTest003()
431 EXPECT_STREQ(val, DEFAULT); in DialogTest004()
497 EXPECT_STREQ(val, DEFAULT); in DialogTest005()
/foundation/window/window_manager/utils/include/
Dxml_config_base.h238 return DEFAULT;
241 return DEFAULT;
248 return DEFAULT; in GetProp()
251 return DEFAULT; in GetProp()
255 static const ConfigItem DEFAULT; member
/foundation/resourceschedule/ffrt/src/internal_inc/
Dtypes.h58 DEFAULT, enumerator
69 DEFAULT, // 不存在嵌套关系 enumerator
/foundation/arkui/ace_engine/frameworks/core/components/navigator/
Drender_navigator.h46 if (type_ == NavigatorType::DEFAULT || type_ == NavigatorType::PUSH) {
85 NavigatorType type_ = NavigatorType::DEFAULT;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
Dcommunication_strategy.cpp53 value = Strategy::DEFAULT; in SetStrategy()
66 return Strategy::DEFAULT; in GetStrategy()
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dmouse_style_ohos.cpp38 { MouseFormat::DEFAULT, MMI::DEFAULT }, in SetPointerStyle()
71 int32_t MMIPointStyle = MMI::DEFAULT; in SetPointerStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
Dlinear_split_pattern.cpp348 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT); in HandlePanEnd()
423 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT); in HandleMouseEvent()
439 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT); in HandleHoverEvent()
449 MouseFormat format = MouseFormat::DEFAULT; in GetMouseFormat()
452 format = MouseFormat::DEFAULT; in GetMouseFormat()
462 format = MouseFormat::DEFAULT; in GetMouseFormat()
476 MouseFormat format = MouseFormat::DEFAULT; in GetMouseFormatBeforeAPI10()
479 format = MouseFormat::DEFAULT; in GetMouseFormatBeforeAPI10()
489 format = MouseFormat::DEFAULT; in GetMouseFormatBeforeAPI10()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
Drs_material_filter_test.cpp47 BLUR_COLOR_MODE mode = BLUR_COLOR_MODE::DEFAULT;
66 BLUR_COLOR_MODE mode = BLUR_COLOR_MODE::DEFAULT;
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
Di_wifi_hotspot.h105 virtual ErrCode EnableHotspot(const ServiceType type = ServiceType::DEFAULT) = 0;
113 virtual ErrCode DisableHotspot(const ServiceType type = ServiceType::DEFAULT) = 0;

12345678910>>...12