Home
last modified time | relevance | path

Searched defs:T (Results 1 – 13 of 13) sorted by relevance

/base/notification/eventhandler/interfaces/inner_api/
Dinner_event.h173 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &&object) in Get()
189 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &object) in Get()
455 static inline size_t CalculateSmartPtrTypeId(const T &) in CalculateSmartPtrTypeId()
467 static inline size_t CalculateSmartPtrTypeId(const std::shared_ptr<T> &) in CalculateSmartPtrTypeId()
473 static inline size_t CalculateSmartPtrTypeId(const std::weak_ptr<T> &) in CalculateSmartPtrTypeId()
479 static inline size_t CalculateSmartPtrTypeId(const std::unique_ptr<T, D> &) in CalculateSmartPtrTypeId()
485 static inline size_t CalculateSmartPtrTypeId(const std::unique_ptr<T[], D> &) in CalculateSmartPtrTypeId()
Devent_handler.h292 inline bool SendImmediateEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object) in SendImmediateEvent()
305 inline bool SendImmediateEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object) in SendImmediateEvent()
/base/hiviewdfx/hiview/base/utility/include/
Dstring_util.h112 std::string ConvertToUTF8(const std::basic_string<T, std::char_traits<T>, std::allocator<T>> &sourc… in ConvertToUTF8()
/base/telephony/core_service/frameworks/js/napi/
Dnapi_parameter_util.h28 napi_valuetype GetInputArgvType(T *) in GetInputArgvType() argument
34 napi_valuetype GetInputArgvType(T *) in GetInputArgvType() argument
40 napi_valuetype GetInputArgvType(T *) in GetInputArgvType() argument
46 napi_valuetype GetInputArgvType(T *) in GetInputArgvType() argument
52 napi_valuetype GetInputArgvType(T *) in GetInputArgvType() argument
/base/notification/eventhandler/frameworks/eventhandler/include/
Dthread_local_data.h40 inline operator T() const in T() function
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
Dhuks_adapter.h22 #define safe_free(T) \ argument
Dhuks_adapter.c44 #define CREATE_STRUCT(T) \ argument
55 #define CONVERT_TO_BLOB(T, field_name) \ argument
/base/update/updater/test/unittest/script/script_instruction/
Dbasic_instruction_unittest.cpp151 using T = std::remove_cv_t<std::remove_reference_t<decltype(arg)>>; in TestBasicInstructionConcat() typedef
/base/powermgr/battery_statistics/services/native/test/unittest/mock/source/
Dmock_parcel.cpp675 bool Parcel::ReadVector(std::vector<T> *val, bool (Parcel::*Read)(T &)) in ReadVector()
/base/powermgr/display_manager/test/unittest/common/native/mock/src/
Dmock_parcel.cpp678 bool Parcel::ReadVector(std::vector<T>* val, bool (Parcel::*Read)(T&)) in ReadVector()
/base/powermgr/thermal_manager/services/native/test/unittest/mock/src/
Dmock_parcel.cpp698 bool Parcel::ReadVector(std::vector<T>* val, bool (Parcel::*Read)(T&)) in ReadVector()
/base/powermgr/battery_manager/services/native/test/unittest/mock/source/
Dmock_parcel.cpp673 bool Parcel::ReadVector(std::vector<T>* val, bool (Parcel::*Read)(T&)) in ReadVector()
/base/powermgr/power_manager/services/native/test/unittest/mock/
Dmock_parcel.cpp678 bool Parcel::ReadVector(std::vector<T>* val, bool (Parcel::*Read)(T&)) in ReadVector()