Home
last modified time | relevance | path

Searched defs:Observer (Results 1 – 15 of 15) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
Davrcp_ct_profile.h37 struct Observer { struct
50 std::function<void(const RawAddress &rawAddr, int state)> onConnectionStateChanged;
62 std::function<void(const RawAddress &rawAddr, uint8_t button, int result)> onButtonPressed;
74 std::function<void(const RawAddress &rawAddr, uint8_t button, int result)> onButtonReleased;
89 onGetCapabilities;
102 onListPlayerApplicationSettingAttributes;
117 onListPlayerApplicationSettingValues;
132 onGetCurrentPlayerApplicationSettingValue;
143 … std::function<void(const RawAddress &rawAddr, int result)> onSetPlayerApplicationSettingValue;
158 onGetPlayerApplicationSettingAttributeText;
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
Davrcp_tg_profile.h42 struct Observer { struct
55 std::function<void(const RawAddress &rawAddr, int state)> onConnectionStateChanged;
62 std::function<void(const RawAddress &rawAddr)> findCtService;
71 … std::function<void(const RawAddress &rawAddr, uint8_t button, uint8_t label)> onButtonPressed;
80 … std::function<void(const RawAddress &rawAddr, uint8_t button, uint8_t label)> onButtonReleased;
89 std::function<void(const RawAddress &rawAddr, uint8_t button, uint8_t label)> onButtonHeld;
97 std::function<void(const RawAddress &rawAddr, uint8_t label)> getCapabilities;
105 …d::function<void(const RawAddress &rawAddr, uint8_t label)> listPlayerApplicationSettingAttributes;
115 listPlayerApplicationSettingValues;
127 getCurrentPlayerApplicationSettingValue;
[all …]
/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/include/
Dnapi_subscriber_manager.h60 using Observer = NapiRdbObserver; variable
105 using Observer = NapiPublishedObserver; variable
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
Dobserver.js24 export function Observer(context, getter, callback, meta) { class
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/include/
Dnapi_preferences.h52 using Observer = NativePreferences::PreferencesObserver; variable
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
Dpublished_data_subscriber_manager.h79 using Observer = PublishedDataObserver; variable
Drdb_subscriber_manager.h80 using Observer = RdbObserver; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_accessibility.cpp31 class Observer : public AccessibilityConfigObserver { class in OHOS::Rosen::RSAccessibilityOHOS
/foundation/multimodalinput/input/intention/adapters/ddm_adapter/include/
Dddm_adapter_impl.h49 explicit Observer(std::shared_ptr<IBoardObserver> observer) in Observer() function
/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/include/
Ddsoftbus_adapter_impl.h35 explicit Observer(std::shared_ptr<IDSoftbusObserver> observer) in Observer() function
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_types_util.h39 using Observer = DistributedRdb::RdbStoreObserver; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
Dmeta_data_manager.h48 using Observer = std::function<bool(const std::string &, const std::string &, int32_t)>; variable
/foundation/communication/dsoftbus/sdk/frame/common/src/
Dsoftbus_client_event_manager.c32 } Observer; typedef
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
Dnapi_callbacks_manager.h111 …std::function<void(const std::vector<Key> &, const std::shared_ptr<Observer> &, std::vector<Operat… in DelObservers()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
Dmeta_data_manager.cpp29 using Observer = MetaDataManager::Observer; typedef in OHOS::DistributedData::MetaObserver