/foundation/multimodalinput/input/util/common/include/ |
H A D | struct_multimodal.h | 41 enum DEVICE_TYPE { enum 235 DEVICE_TYPE deviceType; 297 DEVICE_TYPE deviceType; 318 DEVICE_TYPE deviceType; 333 DEVICE_TYPE deviceType; 375 DEVICE_TYPE deviceType; 399 DEVICE_TYPE deviceType; 419 DEVICE_TYPE deviceType; 463 DEVICE_TYPE deviceType; 472 DEVICE_TYPE deviceTyp [all...] |
/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/ |
H A D | device_info_collector.cpp | 33 const std::string DEVICE_TYPE = "devType"; member 46 jsonData[DEVICE_TYPE] = GetDevType(); in ConvertToProfileData()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl.cpp | 95 Global::Resource::DEVICE_TYPE ConvertDeviceType(DeviceType type) in ConvertDeviceType() 99 return Global::Resource::DEVICE_TYPE::DEVICE_TYPE_PHONE; in ConvertDeviceType() 101 return Global::Resource::DEVICE_TYPE::DEVICE_TYPE_TV; in ConvertDeviceType() 103 return Global::Resource::DEVICE_TYPE::DEVICE_TYPE_WATCH; in ConvertDeviceType() 105 return Global::Resource::DEVICE_TYPE::DEVICE_TYPE_CAR; in ConvertDeviceType() 107 return Global::Resource::DEVICE_TYPE::DEVICE_TYPE_TABLET; in ConvertDeviceType() 109 return Global::Resource::DEVICE_TYPE::DEVICE_TYPE_UNDEFINED; in ConvertDeviceType()
|
/foundation/ability/ability_base/interfaces/kits/native/configuration/include/ |
H A D | global_configuration_key.h | 31 constexpr const char* DEVICE_TYPE = "const.build.characteristics"; member
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | condition_arbitrator.h | 37 DEVICE_TYPE,
|
H A D | condition_arbitrator.cpp | 119 case ConditionName::DEVICE_TYPE: // fall through in JudgeConditionAction() 144 case ConditionName::DEVICE_TYPE: { in JudgeConditionByStrValue() 289 {"device-type", ConditionName::DEVICE_TYPE}, in GetConditionName()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | wifi_config_info.h | 40 DEVICE_TYPE = 17, member in OHOS::SoftBus::WifiConfigInfoKey
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | product_adapter.cpp | 78 static const char *DEVICE_TYPE = DEFAULT_DEVICE_TYPE_NAME; member 371 DEVICE_TYPE = deviceType; in InitDeviceInfo() 376 return DEVICE_TYPE; in GetDeviceType()
|
/foundation/communication/dsoftbus/tests/core/discovery/dfinder/ |
H A D | nstackx_test.c | 32 #define DEVICE_TYPE 0 macro 170 localDevInfo->deviceType = DEVICE_TYPE; in TestRegisterDeviceInfo()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | configuration.h | 35 constexpr const char* DEVICE_TYPE = "const.build.characteristics"; member
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ams_configuration_parameter.h | 35 constexpr const char* DEVICE_TYPE = "device_type"; member
|
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/ |
H A D | configuration.cpp | 68 OHOS::AAFwk::GlobalConfigurationKey::DEVICE_TYPE, in MakeTheKey() member in OHOS::AppExecFwk::OHOS::AAFwk::GlobalConfigurationKey
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_ledger_common_test.cpp | 51 constexpr char DEVICE_TYPE[] = "PAD"; member 128 EXPECT_TRUE(LnnConvertDeviceTypeToId(DEVICE_TYPE, &typeId) == SOFTBUS_OK); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_sqlite_ext.cpp | 72 const std::string DEVICE_TYPE = "device"; member 1250 tableType = DEVICE_TYPE; in GetTableSyncType() 1368 std::string tableType = DEVICE_TYPE; in ClearTheLogAfterDropTable() 1372 if (tableType == DEVICE_TYPE) { in ClearTheLogAfterDropTable()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 84 #define DEVICE_TYPE "DEVICE_TYPE" macro 1133 !JSON_AddStringToObject(json, DEVICE_TYPE, LnnConvertIdToDeviceType(info->deviceInfo.deviceTypeId)) || in PackCommonDevInfo() 1543 if (JSON_GetStringFromOject(json, DEVICE_TYPE, deviceType, DEVICE_TYPE_BUF_LEN)) { in ParseCommonJsonInfo() 1821 if (!JSON_AddStringToObject(json, DEVICE_TYPE, LnnConvertIdToDeviceType(info->deviceInfo.deviceTypeId)) || in PackDeviceInfoBtV1() 1847 !JSON_GetStringFromOject(json, DEVICE_TYPE, deviceType, DEVICE_TYPE_BUF_LEN) || in UnpackDeviceInfoBtV1()
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_p2p_msg.h | 97 DEVICE_TYPE = 0x3, member in OHOS::Wifi::P2pWfdInfoType::P2pDeviceType
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 451 JSON_AddStringToObject(json, DEVICE_TYPE, "TV"); in HWTEST_F() 515 JSON_AddStringToObject(json, DEVICE_TYPE, "TV"); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_relational_storage_engine.cpp | 149 const std::string DEVICE_TYPE = "device"; member 185 DBCommon::StringToVector(syncType == DEVICE_COOPERATION ? DEVICE_TYPE : CLOUD_TYPE, value); in SaveSyncTableTypeAndDropFlagToMeta()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_impl_test.cpp | 1085 config->AddItem(AAFwk::GlobalConfigurationKey::DEVICE_TYPE, "phone"); in HWTEST_F() 1126 config->AddItem(AAFwk::GlobalConfigurationKey::DEVICE_TYPE, "phone"); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 1266 auto deviceType = config->GetItem(AAFwk::GlobalConfigurationKey::DEVICE_TYPE); in GetDeviceType()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 1019 std::string deviceType = config.GetItem(AAFwk::GlobalConfigurationKey::DEVICE_TYPE); in InitResourceManager()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 4746 configuration_->AddItem(AAFwk::GlobalConfigurationKey::DEVICE_TYPE, deviceType); in InitGlobalConfiguration()
|