Home
last modified time | relevance | path

Searched refs:INVALID_TYPE (Results 1 - 25 of 71) sorted by relevance

123

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.cpp47 ResultSet::ColumnType dbColumnType = ResultSet::ColumnType::INVALID_TYPE; in GetColumnType()
50 dbColumnType = ResultSet::ColumnType::INVALID_TYPE; in GetColumnType()
137 case ResultSet::ColumnType::INVALID_TYPE: in Convert()
H A Dcache_cursor.cpp55 return DistributedDB::ResultSet::ColumnType::INVALID_TYPE; in GetColumnType()
/foundation/multimedia/media_foundation/src/meta/
H A Dany.cpp58 parcel.WriteInt32(static_cast<int32_t>(AnyValueType::INVALID_TYPE));
85 parcel.WriteInt32(static_cast<int32_t>(AnyValueType::INVALID_TYPE));
140 case AnyValueType::INVALID_TYPE:
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test.cpp105 ErrCode::RET_ERROR_PARAM_INVALID, "Failed to get parameter", ComponentTest::TestCaseType::INVALID_TYPE); in JSDefineTestGetCaseType()
108 ErrCode::RET_ERROR_PARAM_INVALID, "Failed to get parameter", ComponentTest::TestCaseType::INVALID_TYPE); in JSDefineTestGetCaseType()
110 "Parameter attr.type is not of type number", ComponentTest::TestCaseType::INVALID_TYPE); in JSDefineTestGetCaseType()
112 ErrCode::RET_ERROR_PARAM_INVALID, "Failed to get parameter", ComponentTest::TestCaseType::INVALID_TYPE); in JSDefineTestGetCaseType()
115 testCaseType < ComponentTest::TestCaseType::INVALID_TYPE, in JSDefineTestGetCaseType()
116 ErrCode::RET_ERROR_PARAM_INVALID, "Exceeds the range of type", ComponentTest::TestCaseType::INVALID_TYPE); in JSDefineTestGetCaseType()
166 CHECK_EQUAL_RETURN(testCaseType, ComponentTest::TestCaseType::INVALID_TYPE, NapiGetUndefined(env)); in JSDefineTest()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmime_type.h60 static constexpr const char INVALID_TYPE[] = "invalid"; member in OHOS::Media::Plugins::MimeType
H A Dmedia_types.h188 INVALID_TYPE = -1, ///< Invalid plugin member
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_definition.h149 PluginType pluginType = PluginType::INVALID_TYPE; ///< Describe the plugin type, e.g. 'source', 'codec'.
161 pluginType = PluginType::INVALID_TYPE; in PluginDefBase()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_types.h112 INVALID_TYPE = -1, ///< Invalid plugin member
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_factory.h43 Convertor *convertors_[INVALID_TYPE];
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/accessmanager_fuzzer/
H A Daccessmanager_fuzzer.cpp62 DmAuthForm authform = DmAuthForm::INVALID_TYPE; in OnDeviceTrustChangeFuzzTest()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_result_set_impl.cpp165 return ResultSet::ColumnType::INVALID_TYPE; in GetColType()
172 { static_cast<int>(StorageType::STORAGE_TYPE_NONE), ColumnType::INVALID_TYPE }, in GetColumnType()
287 auto columnType = ColumnType::INVALID_TYPE; in GetData()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_device_state_manager.cpp218 EXPECT_EQ(ret, DmAuthForm::INVALID_TYPE); in HWTEST_F()
226 EXPECT_EQ(ret, DmAuthForm::INVALID_TYPE); in HWTEST_F()
233 EXPECT_EQ(ret, DmAuthForm::INVALID_TYPE); in HWTEST_F()
/foundation/multimedia/media_foundation/test/unittest/
H A DTestPluginManager.cpp61 ASSERT_TRUE(PluginManager::Instance().ListPlugins(PluginType::INVALID_TYPE).empty()); in HWTEST()
88 ASSERT_TRUE(PluginManager::Instance().GetPluginInfo(PluginType::INVALID_TYPE, "") == nullptr); in HWTEST()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/distributeddb/
H A Dresult_set.h79 enum ColumnType { INVALID_TYPE = -1, INT64, STRING, BLOB, DOUBLE, NULL_VALUE }; enumerator
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_discover.h33 #define INVALID_TYPE 255 macro
/foundation/arkui/ace_engine/frameworks/component_test/
H A Dtest_result_recorder.h49 INVALID_TYPE,
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h33 INVALID_TYPE,
/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Dplugin_definition.h97 PluginType pluginType = PluginType::INVALID_TYPE; ///< Describe the plugin type, e.g. 'source', 'codec'.
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinner_link.h67 INVALID_TYPE, member in OHOS::SoftBus::InnerLink::LinkType
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_factory.h57 Convertor *convertors_[INVALID_TYPE];
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_value_object.h24 constexpr int INVALID_TYPE = -1; member
/foundation/distributedhardware/device_manager/services/implementation/src/discovery/
H A Ddm_discovery_manager.cpp160 info.authForm = DmAuthForm::INVALID_TYPE; in OnDeviceFound()
223 DmAuthForm authForm = DmAuthForm::INVALID_TYPE; in OnDeviceFound()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinner_link_test.cpp40 EXPECT_EQ(info.GetLinkType(), InnerLink::LinkType::INVALID_TYPE); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddm_device_info.h136 INVALID_TYPE = -1, enumerator
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_test.cpp45 constexpr int32_t INVALID_TYPE = -1; member
574 EXPECT_TRUE(LnnOnNodeBasicInfoChanged("", nullptr, INVALID_TYPE) == SOFTBUS_INVALID_PARAM); in HWTEST_F()
575 EXPECT_TRUE(LnnOnNodeBasicInfoChanged("", reinterpret_cast<void *>(&info), INVALID_TYPE) == SOFTBUS_INVALID_PARAM); in HWTEST_F()
581 EXPECT_TRUE(LnnOnNodeBasicInfoChanged("", reinterpret_cast<void *>(&info), INVALID_TYPE) == SOFTBUS_INVALID_PARAM); in HWTEST_F()

Completed in 12 milliseconds

123