Searched refs:prefixLength (Results 1 - 5 of 5) sorted by relevance
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | string_utils.cpp | 143 int prefixLength = 0; in parseArgs() local 148 prefixLength = matches[MATCHE_INDEX_WHOLE_STRING].first - inputOutputValue.begin(); in parseArgs() 150 start = inputOutputValue.begin() + prefixLength + offset; in parseArgs() 171 start = inputOutputValue.begin() + prefixLength + matches[0].length(); in parseArgs() 303 int prefixLength = 0; in ReplacePlaceholderWithParams() local 306 prefixLength = matches[MATCHE_INDEX_WHOLE_STRING].first - inputOutputValue.begin(); in ReplacePlaceholderWithParams() 310 start = inputOutputValue.begin() + prefixLength + 1; in ReplacePlaceholderWithParams() 314 start = inputOutputValue.begin() + prefixLength + matches[0].length(); in ReplacePlaceholderWithParams() 335 inputOutputValue.replace(prefixLength, matches[MATCHE_INDEX_WHOLE_STRING].length(), replaceStr); in ReplacePlaceholderWithParams() 338 start = inputOutputValue.begin() + prefixLength in ReplacePlaceholderWithParams() [all...] |
/base/telephony/cellular_data/test/mock/ |
H A D | mock_net_conn_service.h | 81 int32_t, AddInterfaceAddress, (const std::string &ifName, const std::string &ipAddr, int32_t prefixLength)); 83 int32_t, DelInterfaceAddress, (const std::string &ifName, const std::string &ipAddr, int32_t prefixLength));
|
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | message_parcel_utils_test.cpp | 60 config.wifiIpConfig.staticIpAddress.ipAddress.prefixLength = 0; in HWTEST_F() 103 ASSERT_TRUE(config2.wifiIpConfig.staticIpAddress.ipAddress.prefixLength == 0); in HWTEST_F()
|
/base/customization/enterprise_device_management/common/native/src/plugin_utils/ |
H A D | message_parcel_utils.cpp | 45 data.WriteInt32(config.wifiIpConfig.staticIpAddress.ipAddress.prefixLength); in WriteWifiDeviceConfig() 107 config.wifiIpConfig.staticIpAddress.ipAddress.prefixLength = data.ReadInt32(); in ReadWifiDeviceConfig()
|
/base/customization/enterprise_device_management/interfaces/kits/wifi_manager/src/ |
H A D | wifi_manager_addon.cpp | 454 !JsObjectToInt(env, staticIp, "prefixLength", true,
in ConfigStaticIp() 455 ipConfig.staticIpAddress.ipAddress.prefixLength) ||
in ConfigStaticIp()
|
Completed in 5 milliseconds