Searched defs:callbackInfos (Results 1 – 5 of 5) sorted by relevance
91 void UpdateCallbackInfo(std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> callbackInfos, in UpdateCallbackInfo()124 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> &callbackInfos) in OnEvent()162 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> &callbackInfos) in OffEvent()
256 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onceCallbackInfos[sensorTypeId]; in IsOnceSubscribed() local284 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onceCallbackInfos[sensorTypeId]; in UpdateOnceCallback() local328 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onCallbackInfos[sensorTypeId]; in IsSubscribed() local356 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onCallbackInfos[sensorTypeId]; in UpdateCallbackInfos() local429 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onCallbackInfos[sensorTypeId]; in RemoveAllCallback() local451 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onCallbackInfos[sensorTypeId]; in RemoveCallback() local1227 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_subscribeCallbacks[sensorTypeId]; in Subscribe() local1237 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_subscribeCallbacks[sensorTypeId]; in RemoveSubscribeCallback() local
146 auto callbackInfos = observers[REGISTER_SYS_BLE_FIND_DEVICE_TYPE]; in SysOnScanCallBack() local285 std::array<std::shared_ptr<BluetoothCallbackInfo>, ARGS_SIZE_THREE> callbackInfos; in OnStartOrStopScanEvent() local
275 …d ProcessCallback(const InnerEvent::Pointer& event, std::unordered_set<CallbackInfo *>& callbackIn… in ProcessCallback()311 std::unordered_set<CallbackInfo *> callbackInfos; in ProcessEvent() local
149 auto callbackInfos = GetAsyncCallbackInfo(eventId); variable