Home
last modified time | relevance | path

Searched refs:PARAMS_NUM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.cpp22 constexpr int PARAMS_NUM = 4; variable
507 if (curveConfig.curveType_ == "cubic" && curveConfig.curveParams_.size() == PARAMS_NUM) { in CreateKeyboardAnimationOption()
512 …curveConfig.curveType_ == "interpolatingSpring" && curveConfig.curveParams_.size() == PARAMS_NUM) { in CreateKeyboardAnimationOption()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_device.cpp914 const int PARAMS_NUM = 2; in GetSignalLevel() local
919 WIFI_NAPI_ASSERT(env, argc == PARAMS_NUM, WIFI_OPT_INVALID_PARAM, SYSCAP_WIFI_STA); in GetSignalLevel()