Lines Matching refs:mOptions
218 GeofenceOption* mOptions; in addGeofencesCommand() member
233 mOptions(options), in addGeofencesCommand()
242 if (NULL == mIds || NULL == mOptions || NULL == mInfos) { in addGeofencesCommand()
247 mOptions = mOptions, mInfos = mInfos, mIds = mIds, &mApi = mApi, in addGeofencesCommand()
249 mApi.addGeofence(mIds[i], mOptions[i], mInfos[i], in addGeofencesCommand()
251 [&mAdapter = mAdapter, mOptions = mOptions, mClient = mClient, in addGeofencesCommand()
258 mOptions[i], in addGeofencesCommand()
268 delete[] mOptions; in addGeofencesCommand()
557 GeofenceOption* mOptions; in modifyGeofencesCommand() member
570 mOptions(options) {} in modifyGeofencesCommand()
578 if (NULL == mIds || NULL == mOptions) { in modifyGeofencesCommand()
583 &mApi = mApi, mOptions = mOptions, errs, i] (LocationError err ) { in modifyGeofencesCommand()
587 mApi.modifyGeofence(hwId, mIds[i], mOptions[i], in modifyGeofencesCommand()
590 mIds = mIds, mOptions = mOptions, hwId, errs, i] in modifyGeofencesCommand()
595 mAdapter.modifyGeofenceItem(hwId, mOptions[i]); in modifyGeofencesCommand()
602 delete[] mOptions; in modifyGeofencesCommand()
611 delete[] mOptions; in modifyGeofencesCommand()