Home
last modified time | relevance | path

Searched refs:UNKNOWN_TYPE (Results 1 – 25 of 82) sorted by relevance

1234

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_operation.cpp142 { OperationObject::SMART_ALBUM, { { OperationType::UNKNOWN_TYPE, SMARTALBUM_TABLE } } }, in GetTableNameMap()
145 { OperationObject::ASSETMAP, { { OperationType::UNKNOWN_TYPE, ASSETMAP_VIEW_NAME } } }, in GetTableNameMap()
152 { OperationObject::ALL_DEVICE, { { OperationType::UNKNOWN_TYPE, DEVICE_TABLE } } }, in GetTableNameMap()
153 { OperationObject::ACTIVE_DEVICE, { { OperationType::UNKNOWN_TYPE, DEVICE_TABLE } } }, in GetTableNameMap()
158 { { OperationType::UNKNOWN_TYPE, AppUriPermissionColumn::APP_URI_PERMISSION_TABLE } } }, in GetTableNameMap()
160 { OperationObject::PHOTO_MAP, { { OperationType::UNKNOWN_TYPE, PhotoMap::TABLE } } }, in GetTableNameMap()
164 { OperationObject::UFM_MAP, { { OperationType::UNKNOWN_TYPE, PhotoMap::TABLE } } }, in GetTableNameMap()
167 { OperationObject::PAH_MAP, { { OperationType::UNKNOWN_TYPE, PhotoMap::TABLE } } }, in GetTableNameMap()
171 { OperationObject::VISION_OCR, { { OperationType::UNKNOWN_TYPE, VISION_OCR_TABLE } } }, in GetTableNameMap()
197 { { OperationType::UNKNOWN_TYPE, SEARCH_INDEX_CONSTRUCTION_STATUS } } }, in GetTableNameMap()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/
H A Ddevice_info.h26 UNKNOWN_TYPE = 0x00, enumerator
42 int32_t deviceType_ = UNKNOWN_TYPE;
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/bluetooth/
H A D_hdi_a2dp.md36 | [SessionType](#sessiontype) { UNKNOWN_TYPE , SOFTWARE_ENCODING , HARDWARE_ENCODING } | 声明音频会话的类型。…
71 | UNKNOWN_TYPE | 未知类型。 |
H A D_bluetooth_audio_types_8idl.md23 | [SessionType](_hdi_a2dp.md#sessiontype) { UNKNOWN_TYPE , SOFTWARE_ENCODING , HARDWARE_ENCODING } …
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/deviceManager/
H A Ddms_device_info.h27 UNKNOWN_TYPE = 0x00, enumerator
51 int32_t deviceType_ = UNKNOWN_TYPE;
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_base_type.h27 UNKNOWN_TYPE = -1, enumerator
74 TriggerModelType type_ = UNKNOWN_TYPE;
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/include/
H A Dringtone_data_command.h29 UNKNOWN_TYPE = 0, enumerator
65 RingtoneOperationType oprnType_ {RingtoneOperationType::UNKNOWN_TYPE};
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H A Dwant_agent_helper_test.cpp545 EXPECT_EQ(type, WantAgentConstant::OperationType::UNKNOWN_TYPE);
558 EXPECT_EQ(type, WantAgentConstant::OperationType::UNKNOWN_TYPE);
572 EXPECT_EQ(type, WantAgentConstant::OperationType::UNKNOWN_TYPE);
824 int32_t type = static_cast<int32_t>(WantAgentConstant::OperationType::UNKNOWN_TYPE);
839 auto type = static_cast<int32_t>(WantAgentConstant::OperationType::UNKNOWN_TYPE);
855 auto type = static_cast<int32_t>(WantAgentConstant::OperationType::UNKNOWN_TYPE);
1116 EXPECT_EQ(type, WantAgentConstant::OperationType::UNKNOWN_TYPE);
1150 EXPECT_EQ(type, WantAgentConstant::OperationType::UNKNOWN_TYPE);
1154 EXPECT_EQ(type, WantAgentConstant::OperationType::UNKNOWN_TYPE);
1191 EXPECT_EQ(type, WantAgentConstant::OperationType::UNKNOWN_TYPE);
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_smartalbum_map_operations_test/src/
H A Dmedialibrary_uripermission_operations_test.cpp34 MediaLibraryCommand cmd1(OperationObject::FILESYSTEM_ASSET, OperationType::UNKNOWN_TYPE);
48 MediaLibraryCommand cmd1(OperationObject::FILESYSTEM_ASSET, OperationType::UNKNOWN_TYPE);
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_hit_testresult.h32 static const int UNKNOWN_TYPE = 0; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_constant.h105 UNKNOWN_TYPE, enumerator
H A Dwant_agent_info.h118 … WantAgentConstant::OperationType operationType_ = WantAgentConstant::OperationType::UNKNOWN_TYPE;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/
H A Dmedialibrary_dir_operations_test.cpp42 MediaLibraryCommand cmd2(OperationObject::FILESYSTEM_ASSET, OperationType::UNKNOWN_TYPE);
99 MediaLibraryCommand cmd(OperationObject::FILESYSTEM_ASSET, OperationType::UNKNOWN_TYPE);
/ohos5.0/base/location/test/location_locator/source/
H A Dfusion_controller_test.cpp25 const int UNKNOWN_TYPE = 0; variable
79 fusionController_->ActiveFusionStrategies(UNKNOWN_TYPE);
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_type_const.h41 UNKNOWN_TYPE = 0, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h86 UNKNOWN_TYPE = 0, enumerator
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp32 const std::string UNKNOWN_TYPE = "unknown type"; variable
1068 … if (EmitType(keyType).string() == UNKNOWN_TYPE || EmitType(valueType).string() == UNKNOWN_TYPE) { in EmitType()
1069 return String(UNKNOWN_TYPE.c_str()); in EmitType()
1075 if (EmitType(elementType).string() == UNKNOWN_TYPE) { in EmitType()
1076 return String(UNKNOWN_TYPE.c_str()); in EmitType()
1081 return String(UNKNOWN_TYPE.c_str()); in EmitType()
1160 if (returnTypeStr == UNKNOWN_TYPE) { in CheckInterfaceType()
1168 if (paraTypeStr == UNKNOWN_TYPE) { in CheckInterfaceType()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_command.cpp266 } else if (cmdObj.find(OperationType::UNKNOWN_TYPE) != cmdObj.end()) { in ParseTableName()
267 tableName_ = cmdObj.at(OperationType::UNKNOWN_TYPE); in ParseTableName()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_a2dp_v1_0/cpp_target/bluetooth/a2dp/v1_0/
H A Dbluetooth_audio_types.h.txt66 UNKNOWN_TYPE,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_a2dp_v1_0/foo/bluetooth/a2dp/v1_0/
H A DBluetoothAudioTypes.idl65 UNKNOWN_TYPE,
/ohos5.0/drivers/interface/bluetooth/a2dp/v1_0/
H A DBluetoothAudioTypes.idl65 UNKNOWN_TYPE,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h38 UNKNOWN_TYPE = 0, enumerator
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmmi_adapter.h25 UNKNOWN_TYPE = 1, enumerator
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_a2dp_v1_0/dump_ast_target/
H A Ddump.txt48 UNKNOWN_TYPE,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp104 case SlotType::UNKNOWN_TYPE: in SlotTypeJSToC()
119 outType = SlotType::UNKNOWN_TYPE; in SlotTypeCToJS()

1234