/test/testfwk/arkxtest/uitest/record/ |
H A D | utils.h | 26 template<typename T> 29 template<> 36 template<> 43 template<typename T>
|
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/common/ |
H A D | plugin_component.js | 18 function onPushListener(source, template, data, extraData) { 19 console.log("onPushListener template.source=" + template.source) 28 console.log("onPushListener template.ability=" + template.ability) 36 return { template: "plugintemplate", data: data };
|
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_FrameNode/ace_ets_module_FrameNode_api12/entry/src/ohosTest/ets/MainAbility/common/ |
H A D | plugin_component.js | 18 function onPushListener(source, template, data, extraData) { 19 console.log("onPushListener template.source=" + template.source) 28 console.log("onPushListener template.ability=" + template.ability) 37 return {template:"plugintemplate", data:data};
|
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_StateMangagement/ace_ets_module_StateMangagement_api12/entry/src/main/ets/MainAbility/common/ |
H A D | plugin_component.js | 18 function onPushListener(source, template, data, extraData) { 19 console.log("onPushListener template.source=" + template.source) 28 console.log("onPushListener template.ability=" + template.ability) 37 return {template:"plugintemplate", data:data};
|
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_UIContext/ace_ets_module_UIContext_api11/entry/src/ohosTest/ets/MainAbility/common/ |
H A D | plugin_component.js | 18 function onPushListener(source, template, data, extraData) { 19 console.log("onPushListener template.source=" + template.source) 28 console.log("onPushListener template.ability=" + template.ability) 37 return {template:"plugintemplate", data:data};
|
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_forEach/ace_ets_module_forEach_api12/entry/src/ohosTest/ets/MainAbility/common/ |
H A D | plugin_component.js | 18 function onPushListener(source, template, data, extraData) { 19 console.log("onPushListener template.source=" + template.source) 28 console.log("onPushListener template.ability=" + template.ability) 37 return {template:"plugintemplate", data:data};
|
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_UIContext/ace_ets_module_UIContext_api12/entry/src/ohosTest/ets/MainAbility/common/ |
H A D | plugin_component.js | 18 function onPushListener(source, template, data, extraData) { 19 console.log("onPushListener template.source=" + template.source) 28 console.log("onPushListener template.ability=" + template.ability) 37 return {template:"plugintemplate", data:data};
|
/test/xts/acts/graphic/graphicImage/entry/src/ohosTest/ets/MainAbility/common/ |
H A D | plugin_component.js | 18 function onPushListener(source, template, data, extraData) { 19 console.log("onPushListener template.source=" + template.source); 28 console.log("onPushListener template.ability=" + template.ability); 37 return {template:"plugintemplate", data:data};
|
/test/xts/acts/graphic/graphicText/entry/src/ohosTest/ets/MainAbility/common/ |
H A D | plugin_component.js | 18 function onPushListener(source, template, data, extraData) { 19 console.log("onPushListener template.source=" + template.source) 28 console.log("onPushListener template.ability=" + template.ability) 37 return {template:"plugintemplate", data:data};
|
/test/xts/acts/graphic/graphicDrawingFont/entry/src/ohosTest/ets/MainAbility/common/ |
H A D | plugin_component.js | 18 function onPushListener(source, template, data, extraData) { 19 console.log("onPushListener template.source=" + template.source) 28 console.log("onPushListener template.ability=" + template.ability) 37 return {template:"plugintemplate", data:data};
|
/test/xts/acts/graphic/component3D/entry/src/ohosTest/ets/MainAbility/common/ |
H A D | plugin_component.js | 18 function onPushListener(source, template, data, extraData) { 19 console.log("onPushListener template.source=" + template.source) 28 console.log("onPushListener template.ability=" + template.ability) 37 return {template:"plugintemplate", data:data};
|
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/ |
H A D | bitmap_helpers.h | 67 template <typename T> 134 template void Resize<float>(float*, uint8_t*, ImageInfo, ImageInfo, Settings*); 135 template void Resize<int8_t>(int8_t*, uint8_t*, ImageInfo, ImageInfo, Settings*); 136 template void Resize<uint8_t>(uint8_t*, uint8_t*, ImageInfo, ImageInfo, Settings*); 137 template void Resize<int64_t>(int64_t*, uint8_t*, ImageInfo, ImageInfo, Settings*);
|
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | iremote_broker.h | 26 template <typename T> class BrokerCreator { 88 template <typename T> class BrokerDelegator : public BrokerDelegatorBase { 100 template <typename T> BrokerDelegator<T>::BrokerDelegator() in BrokerDelegator() 109 template <typename T> BrokerDelegator<T>::~BrokerDelegator() in ~BrokerDelegator() 117 template <typename INTERFACE> inline sptr<INTERFACE> iface_cast(const sptr<IRemoteObject> &object) in iface_cast()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
H A D | deferred_callback.h | 29 template<typename Func> 46 template<typename Func, typename Interface, typename Signature = typename Interface::FunctionType> 52 template<typename Func, typename Interface, typename... Args> 54 template<typename F> 102 template<typename CallableInterface, typename Func,
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/ |
H A D | common_value_serializers.h | 23 template<typename Value> 30 template<typename Value> 43 template<typename Type> 57 template<typename Type> 84 template<typename Type>
|
H A D | value_serializer.h | 30 template<typename Type, typename ExportFunc, typename ImportFunc> 56 template<typename Type, typename Export, typename Import> 63 template<typename Type, typename Export, typename Import> 69 template<typename Type> 75 template<typename Type>
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | refcnt_ptr.h | 23 template<class T> 42 template<class U> 48 template<class U> 97 template<class U> 111 template<class U>
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/ |
H A D | cov_util.h | 28 template<typename _VTp, typename _TTp, typename _First> 34 template<typename _VTp, typename _TTp, typename _First, typename _Second, typename ..._Rest> 43 template<typename _TTp, typename ..._Types> 64 template<typename T> 96 template<typename T>
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | array_buffer_util.h | 22 template<class T> 40 template<typename C> 51 template<class T> std::unique_ptr<ArrayBufferUtil<T>> CreateArrayBuffer(uint32_t size, const T *data = nullptr);
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | event.h | 24 template<typename EventT> 26 template<> 49 template<typename EventT>
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/ |
H A D | common_clip_operate.h | 62 template <class T> 75 template <class T> 88 template <class T>
|
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | utils.h | 38 template<typename... Types> 42 template<size_t I> 48 template<typename T, T V, typename = std::enable_if_t<std::is_enum_v<T>>>
|
/foundation/multimedia/av_codec/services/utils/include/ |
H A D | utils.h | 29 template <typename T> 32 template <typename T, typename U> 40 template<typename T, typename U>
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | js_proxy.h | 20 template<typename T> 32 template<typename T> 54 template<typename T, typename U = T>
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | js_proxy.h | 20 template<typename T> 32 template<typename T> 54 template<typename T, typename U = T>
|