Searched refs:GetItem (Results 1 – 6 of 6) sorted by relevance
140 static decltype(auto) GetItem(T&& item)156 jsonStr_ << GetItem(std::forward<K>(key)) << ":";158 jsonStr_ << GetItem(std::forward<V>(value)) << ",";162 jsonStr_ << GetItem(it) << ",";
46 virtual std::shared_ptr<NWebHistoryItem> GetItem(int32_t index) = 0;
225 std::shared_ptr<NWebHistoryItem> GetItem(int32_t index);
214 static napi_value GetItem(napi_env env, napi_callback_info info);
807 std::shared_ptr<NWebHistoryItem> WebHistoryList::GetItem(int32_t index) in GetItem() function in OHOS::NWeb::WebHistoryList812 return sptrHistoryList_->GetItem(index); in GetItem()
151 DECLARE_NAPI_FUNCTION("getItemAtIndex", NapiWebHistoryList::GetItem) in Init()1993 napi_value NapiWebHistoryList::GetItem(napi_env env, napi_callback_info info) in GetItem() function in OHOS::NWeb::NapiWebHistoryList2021 std::shared_ptr<NWebHistoryItem> item = historyList->GetItem(index); in GetItem()