/base/notification/eventhandler/interfaces/inner_api/ |
D | inner_event.h | 173 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()
|
D | event_handler.h | 292 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/ |
D | string_util.h | 112 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/ |
D | napi_parameter_util.h | 28 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/ |
D | thread_local_data.h | 40 inline operator T() const in T() function
|
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
D | huks_adapter.h | 22 #define safe_free(T) \ argument
|
D | huks_adapter.c | 44 #define CREATE_STRUCT(T) \ argument 55 #define CONVERT_TO_BLOB(T, field_name) \ argument
|
/base/update/updater/test/unittest/script/script_instruction/ |
D | basic_instruction_unittest.cpp | 151 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/ |
D | mock_parcel.cpp | 675 bool Parcel::ReadVector(std::vector<T> *val, bool (Parcel::*Read)(T &)) in ReadVector()
|
/base/powermgr/display_manager/test/unittest/common/native/mock/src/ |
D | mock_parcel.cpp | 678 bool Parcel::ReadVector(std::vector<T>* val, bool (Parcel::*Read)(T&)) in ReadVector()
|
/base/powermgr/thermal_manager/services/native/test/unittest/mock/src/ |
D | mock_parcel.cpp | 698 bool Parcel::ReadVector(std::vector<T>* val, bool (Parcel::*Read)(T&)) in ReadVector()
|
/base/powermgr/battery_manager/services/native/test/unittest/mock/source/ |
D | mock_parcel.cpp | 673 bool Parcel::ReadVector(std::vector<T>* val, bool (Parcel::*Read)(T&)) in ReadVector()
|
/base/powermgr/power_manager/services/native/test/unittest/mock/ |
D | mock_parcel.cpp | 678 bool Parcel::ReadVector(std::vector<T>* val, bool (Parcel::*Read)(T&)) in ReadVector()
|