Home
last modified time | relevance | path

Searched refs:LISTENER (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Devent_manager.h35 LISTENER, enumerator
43 EventType type { LISTENER };
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Devent_manager.h35 LISTENER, enumerator
43 EventType type { LISTENER };
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/
H A Dplayer_xcollie.h63 #define LISTENER(statement, args...) { OHOS::Media::XcollieTimer xCollie(args); statement; } macro
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Dhelper_listener_proxy.cpp27 #define LISTENER(statement, args...) { OHOS::Media::XcollieTimer xCollie(args); statement; } macro
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Ddaemon_stub_test.cpp57 const sptr<IRemoteObject> LISTENER = sptr(new DaemonServiceMock()); variable
277 EXPECT_TRUE(data.WriteRemoteObject(LISTENER));
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_service_stub.cpp152 LISTENER(reply.WriteRemoteObject(GetSubSystemAbility(id, listenerObj)), in GetSystemAbility()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Devent_manager.cpp38 eventInfo->type = EventType::LISTENER; in RegisterListener()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Devent_manager.cpp37 eventInfo->type = EventType::LISTENER; in RegisterListener()
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp954 event->type = CoordinationEventManager::EventType::LISTENER; in OnRegisterCoordinationListener()
966 event->type = CoordinationEventManager::EventType::LISTENER; in OnUnregisterCoordinationListener()