Home
last modified time | relevance | path

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

/system/netd/server/
DNetlinkHandler.h58 void notifyStrictCleartext(uid_t uid, const std::string& hex);
DNetlinkHandler.cpp209 notifyStrictCleartext(strtol(uid, nullptr, 10), hex); in onEvent()
285 void NetlinkHandler::notifyStrictCleartext(uid_t uid, const std::string& hex) { in notifyStrictCleartext() function in android::net::NetlinkHandler