/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | array_wrapper_test.cpp | 44 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 D | lnn_device_info.c | 75 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 D | utd_client.cpp | 37 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 D | utd_client_test.cpp | 70 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 D | flexible_type_test.cpp | 146 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 D | utd_client_fuzzer.cpp | 33 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 D | type_descriptor.cpp | 22 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 D | flexible_type.cpp | 35 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 D | horizonprogress_tdd_test.cpp | 189 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 D | utd_client.cpp | 75 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 D | array_wrapper.cpp | 336 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 D | want_params_wrapper.cpp | 62 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 D | inspector_composed_element.h | 41 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 D | distributed_want_params_wrapper.cpp | 138 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 D | static_object_metadata.h | 41 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 D | bus_center_mock.cpp | 27 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 D | uniform_type_descriptor_napi.cpp | 66 std::string typeId; in GetTypeDescriptor() local 111 std::string typeId; in GetUniformDataTypeByFilenameExtension() local 149 std::string typeId; in GetUniformDataTypeByMIMEType() local
|
H A D | type_descriptor_napi.cpp | 87 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 D | utd.cpp | 77 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 D | any_pointer_compatibility.h | 45 static constexpr TypeId typeId = UidFromType<Type>(); in GetCompatibleTypes() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component_utils.cpp | 77 uint16_t typeId = 0; in GetComponentType() local
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | utd_common.h | 27 std::string typeId; member
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/ |
H A D | stream_pipeline_builder.cpp | 55 … 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 D | stream_pipeline_strategy.cpp | 94 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 D | modal_system_ui_extension.cpp | 71 int typeId = AAFwk::WantParams::GetDataType(it.second); in ToString() local
|