Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp2001 std::vector<std::string> toKeys; in IterByKeys() local
2009 toKeys.push_back(*it); in IterByKeys()
2011 size_t lenToKeys = toKeys.size(); in IterByKeys()
2013 napi_create_string_utf8(env, toKeys[i].c_str(), toKeys[i].length(), &napiStr); in IterByKeys()
2021 std::vector<std::string> toKeys; in IterByValues() local
2031 toKeys.push_back(*(it + 1)); in IterByValues()
2033 size_t lenToKeys = toKeys.size(); in IterByValues()
2035 napi_create_string_utf8(env, toKeys[i].c_str(), toKeys[i].length(), &napiStr); in IterByValues()