Home
last modified time | relevance | path

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

/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/multimodalinput/input/intention/cooperate/plugin/include/
H A Devent_manager.h35 LISTENER, enumerator
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Devent_manager.h35 LISTENER, enumerator
/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