Searched refs:responseCb (Results 1 – 4 of 4) sorted by relevance
109 nullptr == locationCallbacks.responseCb || in createInstance()249 nullptr == locationCallbacks.responseCb || in updateCallbacks()557 if (nullptr != locationControlCallbacks.responseCb && NULL == gData.controlAPI) { in createInstance()
643 responseCallback responseCb; // mandatory member801 responseCallback responseCb; // mandatory member
74 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks()92 locationControlCallbacks.responseCb = in locAPISetCallbacks()
1166 it->second.responseCb != nullptr) { in reportResponse()1167 it->second.responseCb(err, sessionId); in reportResponse()1178 if (mControlCallbacks.size > 0 && mControlCallbacks.responseCb != nullptr) { in reportResponse()1179 mControlCallbacks.responseCb(err, sessionId); in reportResponse()