/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | component_struct_macros.h | 25 #define DECLARE_GENERIC_INTERFACE1(NAME, TYPE, TYPE_UID) \ 30 /** UID of TYPE */ \ 32 /** Sets TYPE */ \ 33 virtual void Set(ComponentId index, const TYPE& data) = 0; \ 34 /** Sets TYPE */ \ 35 virtual void Set(CORE_NS::Entity entity, const TYPE& data) = 0; \ 36 /** Gets TYPE */ \ 37 virtual TYPE Get(ComponentId index) const = 0; \ 38 /** Gets TYPE */ \ 39 virtual TYPE Ge [all...] |
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_macro.h | 45 // can not quote 'TYPE' in 'TYPE*', be careful on usage 46 #define BIT_CAST(VALUE, TYPE) (*reinterpret_cast<TYPE*>(&(VALUE))) 47 #define P_CAST(VALUE, TYPE) (reinterpret_cast<TYPE>(VALUE))
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/ |
H A D | ipc_codec.h | 41 template <typename TYPE> 42 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, TYPE &t) in IpcEncodeBindAttr() 51 template <typename TYPE> 52 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, std::vector<TYPE> &vec) in IpcEncodeBindAttr() 79 template <typename TYPE> 80 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, TYPE &t) in IpcDecodeBindAttr() 89 template <typename TYPE> 90 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, std::vector<TYPE> &vec) in IpcDecodeBindAttr()
|
/foundation/ai/ai_engine/services/common/platform/queuepool/ |
H A D | queue.h | 26 template<class TYPE> 55 int PushBack(TYPE &msgBlock); 63 int PopFront(TYPE &msgBlock); 105 TYPE node;
|
H A D | queue_pool.h | 31 template<class TYPE> 36 typedef std::list<std::shared_ptr<Queue<TYPE>>> Queues; 56 std::shared_ptr<Queue<TYPE>> Pop(); 63 void Push(std::shared_ptr<Queue<TYPE>> &queue);
|
/foundation/arkui/ui_lite/test/unittest/events/ |
H A D | virtual_device_event_unit_test.cpp | 24 const uint16_t TYPE = 10; member 40 virtualDeviceEvent_ = new VirtualDeviceEvent(TYPE, VALUE); in SetUpTestCase() 63 EXPECT_EQ(virtualDeviceEvent_->GetType(), TYPE); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_modifier.cpp | 45 #define DECLARE_ANIMATABLE_MODIFIER(MODIFIER_NAME, TYPE, MODIFIER_TYPE, DELTA_OP, MODIFIER_TIER, THRESHOLD_TYPE) \ 47 std::shared_ptr<RSRenderAnimatableProperty<TYPE>> prop; \ 56 #define DECLARE_NOANIMATABLE_MODIFIER(MODIFIER_NAME, TYPE, MODIFIER_TYPE, MODIFIER_TIER) \ 58 std::shared_ptr<RSRenderProperty<TYPE>> prop; \ 323 #define DECLARE_ANIMATABLE_MODIFIER(MODIFIER_NAME, TYPE, MODIFIER_TYPE, DELTA_OP, MODIFIER_TIER, THRESHOLD_TYPE) \ 326 auto renderProperty = std::static_pointer_cast<RSRenderAnimatableProperty<TYPE>>(property_); \ 332 auto renderProperty = std::static_pointer_cast<RSRenderAnimatableProperty<TYPE>>(property_); \ 338 if (auto property = std::static_pointer_cast<RSRenderAnimatableProperty<TYPE>>(prop)) { \ 339 auto renderProperty = std::static_pointer_cast<RSRenderAnimatableProperty<TYPE>>(property_); \ 344 #define DECLARE_NOANIMATABLE_MODIFIER(MODIFIER_NAME, TYPE, MODIFIER_TYP [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_command_templates.h | 37 #define ADD_COMMAND(ALIAS, TYPE) \ 38 using ALIAS = RSCommandTemplate<TYPE>; \ 39 template class RSCommandTemplate<TYPE>; 41 #define ADD_COMMAND(ALIAS, TYPE) using ALIAS = RSCommandTemplate<TYPE>;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_marshalling_helper.cpp | 56 #define MARSHALLING_AND_UNMARSHALLING(TYPE, TYPENAME) \ 57 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const TYPE& val) \ 61 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, TYPE& val) \ 378 #define MARSHALLING_AND_UNMARSHALLING(TYPE) \ 379 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<TYPE>& val) \ 383 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<TYPE>& val) \ 449 #define EXPLICIT_INSTANTIATION(TEMPLATE, TYPE) \ 450 template bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<TEMPLATE<TYPE>>& val); \ 451 template bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<TEMPLATE<TYPE>>& val); 491 #define EXPLICIT_INSTANTIATION(TEMPLATE, TYPE) \ [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_marshalling_helper.cpp | 56 #define MARSHALLING_AND_UNMARSHALLING(TYPE, TYPENAME) \ 57 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const TYPE& val) \ 61 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, TYPE& val) \ 379 #define MARSHALLING_AND_UNMARSHALLING(TYPE) \ 380 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<TYPE>& val) \ 384 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<TYPE>& val) \ 450 #define EXPLICIT_INSTANTIATION(TEMPLATE, TYPE) \ 451 template bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<TEMPLATE<TYPE>>& val); \ 452 template bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<TEMPLATE<TYPE>>& val); 492 #define EXPLICIT_INSTANTIATION(TEMPLATE, TYPE) \ [all...] |
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_configuration.cpp | 24 const char TYPE[] = "type"; member 38 json->Put(TYPE, static_cast<int32_t>(type)); in ToJsonString()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | version_info.cpp | 89 cJSON_AddNumberToObject(compVer, TYPE.c_str(), (double)compVersion.second.dhType); in ToJson() 107 if (IsUInt32(jsonObject, TYPE) && in FromJson() 108 (DHType)cJSON_GetObjectItem(jsonObject, TYPE.c_str())->valuedouble <= DHType::MAX_DH) { in FromJson() 109 compVer.dhType = (DHType)(cJSON_GetObjectItem(jsonObject, TYPE.c_str())->valuedouble); in FromJson()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kv_radar_reporter.h | 66 constexpr HiviewDFX::HiSysEvent::EventType TYPE = HiviewDFX::HiSysEvent::EventType::BEHAVIOR;
member 81 HiSysEventWrite(DistributedKv::DOMAIN, DistributedKv::EVENT_NAME, DistributedKv::TYPE, "ORG_PKG", \
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/ |
H A D | dfs_event_dfx.h | 61 static constexpr HiviewDFX::HiSysEvent::EventType TYPE = HiviewDFX::HiSysEvent::EventType::BEHAVIOR; member 65 HiSysEventWrite(RadarReporter::DOMAIN, RadarReporter::EVENT_NAME, RadarReporter::TYPE, \
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/ |
H A D | default_app_data.cpp | 31 constexpr const char* TYPE = "type"; member 112 {TYPE, element.type} in to_json() 146 TYPE, in from_json()
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_node_test_ng.cpp | 33 const char TYPE[] = "type"; member 142 vec.emplace_back(std::make_pair(TYPE, "ACCESSIBILITY_TYPE")); in HWTEST_F() 279 vec.emplace_back(std::make_pair(TYPE, FAKE)); in HWTEST_F() 288 vec.emplace_back(std::make_pair(TYPE, INPUT_TYPE_CHECKBOX)); in HWTEST_F() 298 vec.emplace_back(std::make_pair(TYPE, INPUT_TYPE_RADIO)); in HWTEST_F() 307 vec.emplace_back(std::make_pair(TYPE, INPUT_TYPE_PASSWORD)); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_relationship_sync_mgr.cpp | 190 "TYPE": "xx" in HWTEST_F() 202 "TYPE": 0 in HWTEST_F() 209 "TYPE": 1 in HWTEST_F() 216 "TYPE": 2 in HWTEST_F() 223 "TYPE": 3 in HWTEST_F() 235 "TYPE": 0, in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_vertices.h | 27 static inline constexpr AdapterType TYPE = AdapterType::SKIA_ADAPTER; member in OHOS::Rosen::Drawing::SkiaVertices 52 static inline constexpr AdapterType TYPE = AdapterType::SKIA_ADAPTER; member in OHOS::Rosen::Drawing::SkiaVertices::SkiaBuilder
|
H A D | skia_oplist_handle.h | 26 static inline constexpr AdapterType TYPE = AdapterType::SKIA_ADAPTER;
member in OHOS::Rosen::Drawing::SkiaOpListHandle
|
/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | dfs_daemon_event_dfx.h | 80 static constexpr HiviewDFX::HiSysEvent::EventType TYPE = HiviewDFX::HiSysEvent::EventType::BEHAVIOR; member 84 HiSysEventWrite(RadarReporter::DOMAIN, RadarReporter::EVENT_NAME, RadarReporter::TYPE, \
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | base_impl.h | 37 return (GetType() == T::TYPE); in IsInstanceOf()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | dms_continue_manager_test.cpp | 33 const std::string TYPE = "type"; member 214 int32_t ret = DMSContinueRecvMgr::GetInstance().RegisterOnListener(TYPE, obj01); in HWTEST_F() 217 ret = DMSContinueRecvMgr::GetInstance().RegisterOnListener(TYPE, obj01); in HWTEST_F() 221 ret = DMSContinueRecvMgr::GetInstance().RegisterOnListener(TYPE, obj02); in HWTEST_F() 236 int32_t ret = DMSContinueRecvMgr::GetInstance().RegisterOnListener(TYPE, obj01); in HWTEST_F() 237 ret = DMSContinueRecvMgr::GetInstance().RegisterOffListener(TYPE, obj01); in HWTEST_F() 240 ret = DMSContinueRecvMgr::GetInstance().RegisterOffListener(TYPE, nullptr); in HWTEST_F() 255 int32_t ret = DMSContinueRecvMgr::GetInstance().RegisterOnListener(TYPE, obj01); in HWTEST_F() 261 DMSContinueRecvMgr::GetInstance().registerOnListener_[TYPE].clear(); in HWTEST_F() 263 ret = DMSContinueRecvMgr::GetInstance().RegisterOffListener(TYPE, obj0 in HWTEST_F() [all...] |
/foundation/resourceschedule/ffrt/src/dm/ |
H A D | dependence_manager.h | 38 #define OFFSETOF(TYPE, MEMBER) (reinterpret_cast<size_t>(&((reinterpret_cast<TYPE *>(0))->MEMBER)))
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | datashare_radar_reporter.h | 127 static constexpr HiviewDFX::HiSysEvent::EventType TYPE = HiviewDFX::HiSysEvent::EventType::BEHAVIOR; member 131 HiSysEventWrite(RadarReporter::DOMAIN, RadarReporter::EVENT_NAME, RadarReporter::TYPE, \
|
/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | pasteboard_event_dfx.h | 128 constexpr HiviewDFX::HiSysEvent::EventType TYPE = HiviewDFX::HiSysEvent::EventType::BEHAVIOR; member 132 HiSysEventWrite(RadarReporter::DOMAIN, RadarReporter::EVENT_NAME, RadarReporter::TYPE, "ORG_PKG", \
|