Home
last modified time | relevance | path

Searched refs:historyList (Results 1 - 5 of 5) sorted by relevance

/base/security/device_security_level/services/dslm/
H A Ddslm_core_defines.h59 ListHead historyList; member
H A Ddslm_device_list.c120 InitListHead(&info->historyList); in CreatOrGetDslmDeviceInfo()
H A Ddslm_fsm_process.c169 AddListNodeBefore(node, &info->historyList); in ProcessSendDeviceInfoCallback()
392 FOREACH_LIST_NODE_SAFE (node, &info->historyList, temp) { in RefreshHistoryList()
399 FOREACH_LIST_NODE_SAFE (node, &info->historyList, temp) { in RefreshHistoryList()
/base/security/device_security_level/services/dfx/
H A Ddslm_hidumper.c236 FOREACH_LIST_NODE (node, &info->historyList) { in DumpHistoryCalls()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp777 napi_value historyList = nullptr; in Init() local
783 historyListProperties, &historyList); in Init()
784 napi_create_reference(env, historyList, 1, &g_historyListRef); in Init()
785 napi_set_named_property(env, exports, WEB_HISTORY_LIST_CLASS_NAME.c_str(), historyList); in Init()
3840 WebHistoryList *historyList = nullptr; in GetItem() local
3843 NAPI_CALL(env, napi_unwrap(env, thisVar, (void **)&historyList)); in GetItem()
3844 if (historyList == nullptr) { in GetItem()
3845 WVLOG_E("unwrap historyList failed."); in GetItem()
3858 if (index >= historyList->GetListSize() || index < 0) { in GetItem()
3864 std::shared_ptr<NWebHistoryItem> item = historyList in GetItem()
3912 napi_value historyList = nullptr; getBackForwardEntries() local
[all...]

Completed in 11 milliseconds