/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/ |
H A D | wifi_country_code_manager.cpp | 245 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()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_global_func.cpp | 549 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_MODE_LEN); 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()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
H A D | wifi_manager.cpp | 203 char preValue[PROP_SUPPORT_SAPCOEXIST_LEN] = {0}; in CheckSapcoExist() local 206 int errorCode = GetParamValue(SUPPORT_SAPCOEXIST_PROP.c_str(), 0, preValue, PROP_SUPPORT_SAPCOEXIST_LEN); 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()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_event_subscriber_manager.cpp | 599 char preValue[PROP_FALSE_LEN + 1] = {0};
in GetMdmProp() local 601 int errorCode = GetParamValue(MDM_WIFI_PROP.c_str(), 0, preValue, PROP_FALSE_LEN + 1);
in GetMdmProp() 603 if (strncmp(preValue, PROP_TRUE.c_str(), PROP_TRUE_LEN) == 0) {
in GetMdmProp() 611 char preValue[PROP_SUBCHIPTYPE_LEN] = {0};
in GetChipProp() local 612 int errorCode = GetParamValue(SUBCHIP_WIFI_PROP.c_str(), 0, preValue, PROP_SUBCHIPTYPE_LEN);
in GetChipProp() 614 if (strncmp(preValue, SUPPORT_COEXCHIP.c_str(), SUPPORT_COEXCHIP_LEN) == 0) {
in GetChipProp()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_scroll.cpp | 84 float preValue = (*snapPaginations.begin()).Value(); in CheckSnapPaginations() local 85 CHECK_NULL_RETURN(!Negative(preValue), false); in CheckSnapPaginations() 88 if (Negative((*iter).Value()) || (*iter).Unit() != unit || LessOrEqual((*iter).Value(), preValue)) { in CheckSnapPaginations() 91 preValue = (*iter).Value(); in CheckSnapPaginations()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | wifi_global_func_test.cpp | 317 char preValue[WIFI_COUNTRY_CODE_SIZE] = {0}; in HWTEST_F() local 319 WIFI_COUNTRY_CODE_CONFIG_DEFAULT, preValue, WIFI_COUNTRY_CODE_SIZE), EC_INVALID); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_scroll_modifier.cpp | 52 float preValue = (*snapPagination.begin()).Value(); in CheckSnapPagination() local 53 CHECK_NULL_RETURN(!Negative(preValue), false); in CheckSnapPagination() 56 if (Negative((*iter).Value()) || (*iter).Unit() != unit || LessOrEqual((*iter).Value(), preValue)) { in CheckSnapPagination() 59 preValue = (*iter).Value(); in CheckSnapPagination()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/ |
H A D | wifi_service_scheduler.cpp | 553 char preValue[WIFI_SELFCURE_PROP_SIZE] = {0}; in StartSelfCureService() local 554 int errorCode = GetParamValue(WIFI_SELFCURE_PROP_CONFIG, "true", preValue, WIFI_SELFCURE_PROP_SIZE); in StartSelfCureService() 555 if ((errorCode > 0) && (strcmp(preValue, "false") == 0)) { in StartSelfCureService()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | json_object.cpp | 41 uint32_t preValue = maxNestDepth_; in SetMaxNestDepth() local 44 return preValue; in SetMaxNestDepth()
|