Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.h37 struct Observer { struct
89 onGetCapabilities;
117 onListPlayerApplicationSettingValues;
188 onGetElementAttributes;
204 onGetPlayStatus;
246 onSetBrowsedPlayer;
291 onGetFolderItems;
313 onGetItemAttributes;
332 onGetTotalNumberOfItems;
458 onPlayerApplicationSettingChanged;
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.h42 struct Observer { struct
115 listPlayerApplicationSettingValues;
139 setPlayerApplicationSettingValue;
173 getElementAttributes;
193 setAddressedPlayer;
204 setBrowsedPlayer;
218 changePath;
237 getFolderItems;
252 getGetItemAttributes;
275 playItem;
[all …]
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dobserver.h37 class Observer; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/include/
H A Dnapi_subscriber_manager.h59 using Observer = NapiRdbObserver; variable
104 using Observer = NapiPublishedObserver; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dobserver.js24 export function Observer(context, getter, callback, meta) { class
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/include/
H A Dnapi_preferences.h52 using Observer = NativePreferences::PreferencesObserver; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Dpublished_data_subscriber_manager.h79 using Observer = PublishedDataObserver; variable
H A Drdb_subscriber_manager.h79 using Observer = RdbObserver; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_accessibility.cpp31 class Observer : public AccessibilityConfigObserver { class in OHOS::Rosen::RSAccessibilityOHOS
/ohos5.0/foundation/multimodalinput/input/intention/adapters/ddm_adapter/include/
H A Dddm_adapter_impl.h49 explicit Observer(std::shared_ptr<IBoardObserver> observer) in Observer() function
/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter_impl.h35 explicit Observer(std::shared_ptr<IDSoftbusObserver> observer) in Observer() function
/ohos5.0/base/msdp/device_status/intention/adapters/ddm_adapter/include/
H A Dddm_adapter_impl.h49 explicit Observer(std::shared_ptr<IBoardObserver> observer) in Observer() function
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter_impl.h35 explicit Observer(std::shared_ptr<IDSoftbusObserver> observer) in Observer() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h39 using Observer = DistributedRdb::RdbStoreObserver; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dmeta_data_manager.h48 using Observer = std::function<bool(const std::string &, const std::string &, int32_t)>; variable
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/common/src/
H A Dsoftbus_client_event_manager.c32 } Observer; typedef
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Dnapi_callbacks_manager.h111 …std::function<void(const std::vector<Key> &, const std::shared_ptr<Observer> &, std::vector<Operat… in DelObservers()
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h44 enum class Observer { enum
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dmeta_data_manager.cpp29 using Observer = MetaDataManager::Observer; typedef in OHOS::DistributedData::MetaObserver