Home
last modified time | relevance | path

Searched refs:ConvertStringToInt (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_ed25519tox25519.c69 static int32_t ConvertStringToInt(const uint8_t *param, uint32_t paraLen, BIGNUM **bigNum) in ConvertStringToInt() function
126 ret = ConvertStringToInt(g_pBytes, P_BYTES, &curve25519->p); in CovertData()
128 ret = ConvertStringToInt(g_dBytes, P_BYTES, &curve25519->d); in CovertData()
130 ret = ConvertStringToInt(g_negativeTwoModPBytes, P_BYTES, &curve25519->negativeTwo); in CovertData()
132 ret = ConvertStringToInt(g_negativeOneModPBytes, P_BYTES, &curve25519->negativeOne); in CovertData()
134 … ret = ConvertStringToInt(g_negativeOneDivideTwoBytes, P_BYTES, &curve25519->negativeOneDivideTwo); in CovertData()
136 ret = ConvertStringToInt(pubkey, len, &curve25519->ed25519Pubkey); in CovertData()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_device_info.c85 static uint16_t ConvertStringToInt(const char *deviceType, uint16_t *typeId) in ConvertStringToInt() function
157 *typeId = ConvertStringToInt(deviceType, typeId); in LnnConvertDeviceTypeToId()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp115 if (!jsonString.empty() && ConvertStringToInt(jsonString.c_str(), value)) { in ParseJsonFieldAsInt()
211 ConvertStringToInt(mediaLeftMargin.c_str(), leftMargin); in ParseDefaultPageMargin()
215 ConvertStringToInt(mediaTopMargin.c_str(), topMargin); in ParseDefaultPageMargin()
219 ConvertStringToInt(mediaRightMargin.c_str(), rightMargin); in ParseDefaultPageMargin()
223 ConvertStringToInt(mediaBottomMargin.c_str(), bottomMargin); in ParseDefaultPageMargin()
348 if (ConvertStringToInt(orientationString.c_str(), orientationValue)) { in ParsePrinterOpt()
H A Dprint_converter.cpp53 bool ConvertStringToInt(const char *src, int &dst) in ConvertStringToInt() function
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.cpp122 res.push_back(ConvertStringToInt(tmpStr)); in SplitStringToIntVector()
129 res.push_back(ConvertStringToInt(tmpStr)); in SplitStringToIntVector()
478 int ConvertStringToInt(const std::string str) in ConvertStringToInt() function
627 int num = ConvertStringToInt(token); in ConvertDecStrToHexStr()
H A Dwifi_global_func.h375 int ConvertStringToInt(const std::string str);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/
H A Dlibwifi_toolkit.map15 "*ConvertStringToInt*";
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dprint_converter.h99 bool ConvertStringToInt(const char *src, int &dst);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_policy.cpp121 …int integerCachedMcc = ConvertStringToInt(cachedPlmnStr.substr(PLMN_SUBSTR_LEFT, PLMN_SUBSTR_RIGHT… in GetWifiCountryCodeByMcc()
137 int integerMcc = ConvertStringToInt(dynamicPlmn.substr(PLMN_SUBSTR_LEFT, PLMN_SUBSTR_RIGHT)); in GetWifiCountryCodeByMcc()
H A Dwifi_country_code_manager.cpp253 policyConf = ConvertStringToInt(preValue); in GetWifiCountryCodePolicy()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_global_func_test.cpp310 int i = ConvertStringToInt(str);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp478 int networkId = ConvertStringToInt(netrequest.ident);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_event_subscriber_manager.cpp481 int lastStaStateType = ConvertStringToInt(lastStaState); in GetLastStaStateByDatashare()