/drivers/peripheral/camera/interfaces/hdi_ipc/utils/include/ |
H A D | utils_data_stub.h | 49 template <class T> std::enable_if_t<std::is_pod<T>, void> WriteData(T data, std::vector<uint8_t> &cameraAbility); 50 template <class T> std::enable_if_t<std::is_pod<T>, void> ReadData(T &data, int32_t &index, 54 template <class T> 64 template <class T>
|
/test/testfwk/xdevice/plugins/devicetest/report/ |
H A D | generation.py | 78 def generate_report(to_file, template="case.html", **kwargs): 82 template: str, render template 88 template_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "../res/template") 93 template = env.get_template(template) 97 html_f.write(template.render(kwargs))
|
/drivers/hdf_core/interfaces/inner_api/hdi/ |
H A D | object_collector.h | 88 * @brief Defines a <b>ObjectDelegator</b> template, which is used to register and 89 * unregister a template object constructor. 91 template <typename OBJECT, typename INTERFACE> 94 /** Constructor, which registers a template object constructor through the ObjectCollector. */ 96 /** Destructor, which unregisters a template object constructor through the ObjectCollector. */ 108 * @brief A constructor used to register an object constructor of the <b>ObjectDelegator</b> template 114 template <typename OBJECT, typename INTERFACE> 126 * @brief A destructor used to unregister an object constructor of the <b>ObjectDelegator</b> template 132 template <typename OBJECT, typename INTERFACE>
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_function_utils.h | 86 template <typename T>
94 template <typename T>
102 template <typename T>
109 template <typename T>
|
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_function_utils.h | 86 template <typename T>
94 template <typename T>
102 template <typename T>
109 template <typename T>
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/ |
H A D | type_common.h | 20 template<typename T> 23 template<typename T>
|
/drivers/peripheral/user_auth/test/unittest/mocks/inc/ |
H A D | c_mocker.h | 28 template <typename T> 59 template <typename T> 62 template <typename T>
|
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/ |
H A D | popoverCheckBox.js | 19 template: `<el-popover placement="bottom" trigger="click"> 40 <template #reference> 46 </template>
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/ |
H A D | buffer_allocator_factory.h | 35 template<typename C> class BufferAllocatorRegister { 37 template<typename ...Args> BufferAllocatorRegister(int32_t type, Args... args) in BufferAllocatorRegister()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/utils/ |
H A D | object_factory.h | 24 template<typename B, typename... Args> 34 template<typename T, typename std::enable_if_t<std::is_base_of_v<B, T>>* = nullptr>
|
/drivers/peripheral/intelligent_voice/utils/ |
H A D | scope_guard.h | 23 template <typename Func> 71 template <typename Func>
|
/applications/standard/calendardata/calendarmanager/napi/include/ |
H A D | napi_util.h | 126 template <typename T> 141 template <typename T> 152 template <typename T> 167 template <typename T> 192 template <typename T> 212 template <typename T>
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | ast.h | 296 template <typename T> 332 template <typename T> 373 template <typename T1, typename T2> 413 template <typename T> 419 template <typename T> 425 template <typename T1, typename T2>
|
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_session.h | 36 template<typename... Args> 48 template<typename... Args>
|
H A D | hdi_device_common.h | 26 template<typename T> using IdMapPtr = std::unordered_map<uint32_t, std::shared_ptr<T>>;
|
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_session.h | 33 template<typename... Args>
45 template<typename... Args>
|
H A D | hdi_device_common.h | 27 template<typename T> using IdMapPtr = std::unordered_map<uint32_t, std::shared_ptr<T>>;
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | allocator.h | 26 template <typename T> 35 template <typename T>
|
/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/ |
H A D | dms_packet.h | 61 template<typename T>
63 template<typename T>
|
/applications/standard/calendardata/calendarmanager/native/include/ |
H A D | native_util.h | 64 template<typename T> 76 template<typename T>
|
/drivers/peripheral/codec/test/demo/v2.0/include/ |
H A D | codec_hdi_encode.h | 82 template <typename T> 93 template <typename T>
|
H A D | codec_hdi_decode.h | 91 template <typename T> 102 template <typename T>
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | interface_coverage_gcov_lcov.py | 157 template = func["template"] 158 if template: 170 template = func["template"] 171 if template:
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/parser/ |
H A D | config_parser.h | 21 template<typename T>
|
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | callback_handler.h | 27 template <typename CallbackType>
|