Home
last modified time | relevance | path

Searched defs:typeId (Results 1 – 25 of 61) sorted by relevance

123

/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Darray_wrapper_test.cpp44 InterfaceID typeId; variable
59 InterfaceID typeId; variable
75 InterfaceID typeId; variable
103 InterfaceID typeId; variable
119 InterfaceID typeId; variable
135 InterfaceID typeId; variable
163 InterfaceID typeId; variable
191 InterfaceID typeId; variable
219 InterfaceID typeId; variable
247 InterfaceID typeId; variable
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_device_info.c75 int32_t LnnGetDeviceTypeId(const DeviceBasicInfo *info, uint16_t *typeId) in LnnGetDeviceTypeId()
85 static uint16_t ConvertStringToInt(const char *deviceType, uint16_t *typeId) in ConvertStringToInt()
114 static char InterceptTypeId(uint16_t typeId, uint32_t i) in InterceptTypeId()
119 static char *ConvertIntToHexString(uint16_t typeId) in ConvertIntToHexString()
136 int32_t LnnConvertDeviceTypeToId(const char *deviceType, uint16_t *typeId) in LnnConvertDeviceTypeToId()
168 char *LnnConvertIdToDeviceType(uint16_t typeId) in LnnConvertIdToDeviceType()
/ohos5.0/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dutd_client.cpp37 Status UtdClient::GetTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &des… in GetTypeDescriptor()
52 Status UtdClient::GetFlexibleTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescript… in GetFlexibleTypeDescriptor()
57 …lient::GetUniformDataTypeByFilenameExtension(const std::string &fileExtension, std::string &typeId, in GetUniformDataTypeByFilenameExtension()
63 Status UtdClient::GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId, in GetUniformDataTypeByMIMEType()
69 Status UtdClient::IsUtd(std::string typeId, bool &result) in IsUtd()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp70 std::string typeId = "com.amazon.azw3"; variable
92 std::string typeId = ""; variable
109 std::string typeId = "12345"; variable
146 std::string typeId = "..."; variable
163 std::string typeId = "general.fax"; variable
500 std::string typeId = "general.tiff"; variable
520 std::string typeId = "general.tiff"; variable
560 std::string typeId = "general.mpeg"; variable
700 std::string typeId = "general.image"; variable
784 std::string typeId = "general.text"; variable
[all …]
H A Dflexible_type_test.cpp146 const std::string typeId = "flex.z"; variable
171 const std::string typeId = "com.example.utdtest.document"; variable
196 const std::string typeId = "flex.z="; variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/utdclient_fuzzer/
H A Dutd_client_fuzzer.cpp33 std::string typeId(data, data + size); in GetTypeDescriptorFuzz() local
41 std::string typeId; in GetUniformDataTypeByFilenameExtensionDefaultBelongsFuzz() local
48 std::string typeId; in GetUniformDataTypeByFilenameExtensionFuzz() local
71 std::string typeId; in GetUniformDataTypeByMIMETypeDefaultBelongsFuzz() local
78 std::string typeId; in GetUniformDataTypeByMIMETypeFuzz() local
100 std::string typeId(data, data + size); in IsUtdFuzz() local
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dtype_descriptor.cpp22 TypeDescriptor::TypeDescriptor(const std::string &typeId, const std::vector<std::string> &belonging… in TypeDescriptor()
67 Status TypeDescriptor::BelongsTo(const std::string &typeId, bool &checkResult) in BelongsTo()
93 Status TypeDescriptor::IsLowerLevelType(const std::string &typeId, bool &checkResult) in IsLowerLevelType()
113 Status TypeDescriptor::IsHigherLevelType(const std::string &typeId, bool &checkResult) in IsHigherLevelType()
H A Dflexible_type.cpp35 bool FlexibleType::ParseFlexibleUtd(const std::string &typeId, TypeDescriptorCfg &flexibleTypeDescr… in ParseFlexibleUtd()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dhorizonprogress_tdd_test.cpp189 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest004() local
232 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest005() local
274 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest006() local
319 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest007() local
363 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest008() local
407 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest009() local
460 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest013() local
512 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest014() local
553 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest015() local
594 jerry_value_t typeId = jerry_create_string(reinterpret_cast<const jerry_char_t *>("type")); in HorizonProgressTest016() local
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp75 Status UtdClient::GetTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescriptor> &des… in GetTypeDescriptor()
120 Status UtdClient::GetFlexibleTypeDescriptor(const std::string &typeId, std::shared_ptr<TypeDescript… in GetFlexibleTypeDescriptor()
131 …lient::GetUniformDataTypeByFilenameExtension(const std::string &fileExtension, std::string &typeId, in GetUniformDataTypeByFilenameExtension()
205 for (const auto &typeId : typeIdsInCfg) { in GetUniformDataTypesByFilenameExtension() local
219 Status UtdClient::GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId, in GetUniformDataTypeByMIMEType()
290 for (const auto &typeId : typeIdsInCfg) { in GetUniformDataTypesByMIMEType() local
327 Status UtdClient::IsUtd(std::string typeId, bool &result) in IsUtd()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Darray_wrapper.cpp336 InterfaceID typeId; in IsBooleanArray() local
343 InterfaceID typeId; in IsCharArray() local
350 InterfaceID typeId; in IsByteArray() local
357 InterfaceID typeId; in IsShortArray() local
364 InterfaceID typeId; in IsIntegerArray() local
371 InterfaceID typeId; in IsLongArray() local
378 InterfaceID typeId; in IsFloatArray() local
385 InterfaceID typeId; in IsDoubleArray() local
392 InterfaceID typeId; in IsStringArray() local
399 InterfaceID typeId; in IsWantParamsArray() local
H A Dwant_params_wrapper.cpp62 int typeId = WantParams::GetDataType(it.second); in ToString() local
132 int typeId = 0; in Parse() local
183 int typeId = 0; in ParseWantParams() local
234 int typeId = 0; in ParseWantParamsWithBrackets() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.h41 RefPtr<T> GetInspectorElement(IdType typeId) const in GetInspectorElement()
82 RefPtr<T> GetContentRender(IdType typeId) const in GetContentRender()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params_wrapper.cpp138 int typeId = 0; in Parse() local
182 int typeId = 0; in GerTypedId() local
199 int typeId = 0; in ParseWantParams() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dstatic_object_metadata.h41 BASE_NS::Uid typeId; member
59 BASE_NS::Uid typeId; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Dbus_center_mock.cpp27 int32_t LnnConvertDeviceTypeToId(const char *deviceType, uint16_t *typeId) in LnnConvertDeviceTypeToId()
90 int32_t BusCenterMock::ActionOfLnnConvertDeviceTypeToId(const char *deviceType, uint16_t *typeId) in ActionOfLnnConvertDeviceTypeToId()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Duniform_type_descriptor_napi.cpp66 std::string typeId; in GetTypeDescriptor() local
111 std::string typeId; in GetUniformDataTypeByFilenameExtension() local
149 std::string typeId; in GetUniformDataTypeByMIMEType() local
H A Dtype_descriptor_napi.cpp87 std::string typeId; in BelongsTo() local
110 std::string typeId; in IsLowerLevelType() local
133 std::string typeId; in IsHigherLevelType() local
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp77 static std::shared_ptr<TypeDescriptor> GetTypeDescriptorByUtdClient(const char* typeId) in GetTypeDescriptorByUtdClient()
100 auto typeId = new (std::nothrow) char[typeIdStr.size() + 1]; in GetTypesByCondition() local
116 OH_Utd* OH_Utd_Create(const char* typeId) in OH_Utd_Create()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dany_pointer_compatibility.h45 static constexpr TypeId typeId = UidFromType<Type>(); in GetCompatibleTypes() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent_utils.cpp77 uint16_t typeId = 0; in GetComponentType() local
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_common.h27 std::string typeId; member
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/
H A Dstream_pipeline_builder.cpp55 … std::optional<int32_t> typeId = GetTypeId(it.type_, G_STREAM_TABLE_PTR, G_STREAM_TABLE_SIZE); in Build() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp94 const std::optional<int32_t>& typeId, in SetPortFormat()
133 …std::optional<int32_t> typeId = GetTypeId(std::string(pipeSpecPtr->nodeSpec[nodeIndex].streamType), in SetNodeSpec() local
/ohos5.0/foundation/window/window_manager/extension/modal_system_ui_extension/src/
H A Dmodal_system_ui_extension.cpp71 int typeId = AAFwk::WantParams::GetDataType(it.second); in ToString() local

123