Home
last modified time | relevance | path

Searched defs:Base (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadatahelper_callback.cpp31 struct Base { struct in OHOS::Media::NapiCallback
32 std::weak_ptr<AutoRef> callback;
33 std::string callbackName = "unknown";
36 virtual void UvWork() in UvWork()
61 virtual void JsCallback() in JsCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_any.h63 struct Base { struct
64 virtual ~Base() {} in ~Base()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dhdi_smq_syncer.cpp31 namespace Base { namespace
H A Dnative_buffer.cpp25 namespace Base { namespace
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dbase.cpp26 Base::Base(uint32_t pkgVer, uint32_t apiVer, std::shared_ptr<PluginBase> plugin) in Base() function in Base
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/
H A Dbase.py23 class Base: class
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp37 struct Base { struct in OHOS::Media::NapiCallback
38 std::weak_ptr<AutoRef> callback;
39 std::string callbackName = "unknown";
42 virtual void UvWork() in UvWork()
67 virtual void JsCallback() in JsCallback()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl84 #define SECUREC_SPECIAL(_val, Base) \ argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_bindings.inl69 void JsiClass<C>::Method(const char* name, FunctionBinding<Base, R, Args...>* binding)
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c239 #define SECUREC_SPECIAL(_val, Base) case Base: \ argument