Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ui/control/
H A Dcallback_manager.cpp54 if (!GetFuncs().insert({name, cb}).second) { in RegisterFunc()
61 std::unordered_map<std::string, Callback> &CallbackManager::GetFuncs() in GetFuncs() function in Updater::CallbackManager
74 auto &funcs = GetFuncs(); in Register()
H A Dcallback_manager.h35 static std::unordered_map<std::string, Callback> &GetFuncs();
/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_javascript_result_callback.h63 std::vector<std::function<char*(const char*)>> GetFuncs() in GetFuncs() function
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp71 result = (pair.second->GetFuncs().size() == cjFuncs.size()) in FindObjectIdInJsTd()