/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cursor.cpp | 47 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 D | cache_cursor.cpp | 55 return DistributedDB::ResultSet::ColumnType::INVALID_TYPE; in GetColumnType()
|
/foundation/multimedia/media_foundation/src/meta/ |
H A D | any.cpp | 58 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 D | js_component_test.cpp | 105 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 D | mime_type.h | 60 static constexpr const char INVALID_TYPE[] = "invalid"; member in OHOS::Media::Plugins::MimeType
|
H A D | media_types.h | 188 INVALID_TYPE = -1, ///< Invalid plugin member
|
/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_definition.h | 149 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 D | plugin_types.h | 112 INVALID_TYPE = -1, ///< Invalid plugin member
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/ |
H A D | store_factory.h | 43 Convertor *convertors_[INVALID_TYPE];
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/accessmanager_fuzzer/ |
H A D | accessmanager_fuzzer.cpp | 62 DmAuthForm authform = DmAuthForm::INVALID_TYPE; in OnDeviceTrustChangeFuzzTest()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_result_set_impl.cpp | 165 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 D | UTTest_dm_device_state_manager.cpp | 218 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 D | TestPluginManager.cpp | 61 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 D | result_set.h | 79 enum ColumnType { INVALID_TYPE = -1, INT64, STRING, BLOB, DOUBLE, NULL_VALUE }; enumerator
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/ |
H A D | coap_discover.h | 33 #define INVALID_TYPE 255 macro
|
/foundation/arkui/ace_engine/frameworks/component_test/ |
H A D | test_result_recorder.h | 49 INVALID_TYPE,
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_framebuffer.h | 33 INVALID_TYPE,
|
/foundation/multimedia/media_foundation/engine/include/plugin/interface/ |
H A D | plugin_definition.h | 97 PluginType pluginType = PluginType::INVALID_TYPE; ///< Describe the plugin type, e.g. 'source', 'codec'.
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | inner_link.h | 67 INVALID_TYPE, member in OHOS::SoftBus::InnerLink::LinkType
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | store_factory.h | 57 Convertor *convertors_[INVALID_TYPE];
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_value_object.h | 24 constexpr int INVALID_TYPE = -1; member
|
/foundation/distributedhardware/device_manager/services/implementation/src/discovery/ |
H A D | dm_discovery_manager.cpp | 160 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 D | inner_link_test.cpp | 40 EXPECT_EQ(info.GetLinkType(), InnerLink::LinkType::INVALID_TYPE); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | dm_device_info.h | 136 INVALID_TYPE = -1,
enumerator
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | client_bus_center_manager_test.cpp | 45 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()
|