Searched refs:handleFunc (Results 1 – 1 of 1) sorted by relevance
882 auto handleFunc = locatorHandleMap_.find(code); in OnRemoteRequest() local883 if (handleFunc != locatorHandleMap_.end() && handleFunc->second != nullptr) { in OnRemoteRequest()884 auto memberFunc = handleFunc->second; in OnRemoteRequest()