Home
last modified time | relevance | path

Searched defs:callbackInfos (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_event.cpp91 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()
/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_js.cpp256 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onceCallbackInfos[sensorTypeId]; in IsOnceSubscribed() local
284 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onceCallbackInfos[sensorTypeId]; in UpdateOnceCallback() local
328 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onCallbackInfos[sensorTypeId]; in IsSubscribed() local
356 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onCallbackInfos[sensorTypeId]; in UpdateCallbackInfos() local
429 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onCallbackInfos[sensorTypeId]; in RemoveAllCallback() local
451 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_onCallbackInfos[sensorTypeId]; in RemoveCallback() local
1227 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_subscribeCallbacks[sensorTypeId]; in Subscribe() local
1237 std::vector<sptr<AsyncCallbackInfo>> callbackInfos = g_subscribeCallbacks[sensorTypeId]; in RemoveSubscribeCallback() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp146 auto callbackInfos = observers[REGISTER_SYS_BLE_FIND_DEVICE_TYPE]; in SysOnScanCallBack() local
285 std::array<std::shared_ptr<BluetoothCallbackInfo>, ARGS_SIZE_THREE> callbackInfos; in OnStartOrStopScanEvent() local
/ohos5.0/base/notification/eventhandler/frameworks/cj/src/
H A Demitter.cpp275 …d ProcessCallback(const InnerEvent::Pointer& event, std::unordered_set<CallbackInfo *>& callbackIn… in ProcessCallback()
311 std::unordered_set<CallbackInfo *> callbackInfos; in ProcessEvent() local
/ohos5.0/base/notification/eventhandler/frameworks/napi/src/
H A Devents_emitter.cpp149 auto callbackInfos = GetAsyncCallbackInfo(eventId); variable