Home
last modified time | relevance | path

Searched refs:preValue (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/calculator/
H A Dio_calculator.cpp96 double IoCalculator::PercentValue(uint64_t preValue, uint64_t currValue, uint64_t period) in PercentValue() argument
101 uint64_t subValue = (currValue > preValue) ? (currValue - preValue) : 0; in PercentValue()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_manager.cpp245 char preValue[WIFI_COUNTRY_CODE_SIZE] = {0}; in GetWifiCountryCodePolicy() local
247 WIFI_COUNTRY_CODE_CONFIG_DEFAULT, preValue, WIFI_COUNTRY_CODE_SIZE); in GetWifiCountryCodePolicy()
253 policyConf = ConvertStringToInt(preValue); in GetWifiCountryCodePolicy()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_manager.cpp203 char preValue[PROP_SUPPORT_SAPCOEXIST_LEN] = {0}; in CheckSapcoExist() local
206 …int errorCode = GetParamValue(SUPPORT_SAPCOEXIST_PROP.c_str(), 0, preValue, PROP_SUPPORT_SAPCOEXIS… in CheckSapcoExist()
211 WIFI_LOGI("GetSupportedFeatures preValue = %{public}s.", preValue); in CheckSapcoExist()
212 if (strncmp(preValue, SUPPORT_SAPCOEXIST.c_str(), SUPPORT_SAPCOEXIST_LEN) == 0) { in CheckSapcoExist()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.cpp549 char preValue[PROP_FACTORY_RUN_MODE_LEN] = {0}; in IsFactoryMode() local
550 …int errCode = GetParamValue(FACTORY_RUN_MODE, FACTORY_MODE_DEFAULT, preValue, PROP_FACTORY_RUN_MOD… in IsFactoryMode()
552 if (strncmp(preValue, FACTORY_MODE, FACTORY_MODE_LEN) == 0) { in IsFactoryMode()
562 char preValue[PROP_STARTUP_WIFI_ENABLE_LEN] = {0}; in IsStartUpWifiEnableSupport() local
564 preValue, PROP_STARTUP_WIFI_ENABLE_LEN); in IsStartUpWifiEnableSupport()
566 if (strncmp(preValue, STARTUP_WIFI_ENABLE, STARTUP_WIFI_ENABLE_LEN) == 0) { in IsStartUpWifiEnableSupport()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/calculator/include/
H A Dio_calculator.h32 static double PercentValue(uint64_t preValue, uint64_t currValue, uint64_t period);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroll.cpp84 float preValue = (*snapPaginations.begin()).Value(); in CheckSnapPaginations() local
85 CHECK_NULL_RETURN(!Negative(preValue), false); in CheckSnapPaginations()
88 …f (Negative((*iter).Value()) || (*iter).Unit() != unit || LessOrEqual((*iter).Value(), preValue)) { in CheckSnapPaginations()
91 preValue = (*iter).Value(); in CheckSnapPaginations()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_global_func_test.cpp316 char preValue[WIFI_COUNTRY_CODE_SIZE] = {0}; variable
318 WIFI_COUNTRY_CODE_CONFIG_DEFAULT, preValue, WIFI_COUNTRY_CODE_SIZE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp62 float preValue = (*snapPagination.begin()).Value(); in CheckSnapPagination() local
63 CHECK_NULL_RETURN(!Negative(preValue), false); in CheckSnapPagination()
66 …f (Negative((*iter).Value()) || (*iter).Unit() != unit || LessOrEqual((*iter).Value(), preValue)) { in CheckSnapPagination()
69 preValue = (*iter).Value(); in CheckSnapPagination()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_event_subscriber_manager.cpp524 char preValue[PROP_FALSE_LEN + 1] = {0}; in GetMdmProp() local
526 int errorCode = GetParamValue(MDM_WIFI_PROP.c_str(), 0, preValue, PROP_FALSE_LEN + 1); in GetMdmProp()
528 if (strncmp(preValue, PROP_TRUE.c_str(), PROP_TRUE_LEN) == 0) { in GetMdmProp()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Djson_object.cpp41 uint32_t preValue = maxNestDepth_; in SetMaxNestDepth() local
44 return preValue; in SetMaxNestDepth()
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1047 char preValue[SUBCHIP_WIFI_PROP_LEN] = { 0 }; in NetLinkGetChipProp() local
1048 int errCode = GetParameter(SUBCHIP_WIFI_PROP, 0, preValue, SUBCHIP_WIFI_PROP_LEN); in NetLinkGetChipProp()
1050 if (strncmp(preValue, SUPPORT_COEXCHIP, SUPPORT_COEXCHIP_LEN) == 0) { in NetLinkGetChipProp()