Home
last modified time | relevance | path

Searched refs:DEVICE_TYPE (Results 1 - 22 of 22) sorted by relevance

/foundation/multimodalinput/input/util/common/include/
H A Dstruct_multimodal.h41 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 Ddevice_info_collector.cpp33 const std::string DEVICE_TYPE = "devType"; member
46 jsonData[DEVICE_TYPE] = GetDevType(); in ConvertToProfileData()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp95 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 Dglobal_configuration_key.h31 constexpr const char* DEVICE_TYPE = "const.build.characteristics"; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dcondition_arbitrator.h37 DEVICE_TYPE,
H A Dcondition_arbitrator.cpp119 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 Dwifi_config_info.h40 DEVICE_TYPE = 17, member in OHOS::SoftBus::WifiConfigInfoKey
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp78 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 Dnstackx_test.c32 #define DEVICE_TYPE 0 macro
170 localDevInfo->deviceType = DEVICE_TYPE; in TestRegisterDeviceInfo()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dconfiguration.h35 constexpr const char* DEVICE_TYPE = "const.build.characteristics"; member
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dams_configuration_parameter.h35 constexpr const char* DEVICE_TYPE = "device_type"; member
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration.cpp68 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 Dlnn_ledger_common_test.cpp51 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 Drelational_store_sqlite_ext.cpp72 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 Dauth_session_json.c84 #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 Dwifi_p2p_msg.h97 DEVICE_TYPE = 0x3, member in OHOS::Wifi::P2pWfdInfoType::P2pDeviceType
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp451 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 Dsqlite_single_relational_storage_engine.cpp149 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 Dcontext_impl_test.cpp1085 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 Dcontext_impl.cpp1266 auto deviceType = config->GetItem(AAFwk::GlobalConfigurationKey::DEVICE_TYPE); in GetDeviceType()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1019 std::string deviceType = config.GetItem(AAFwk::GlobalConfigurationKey::DEVICE_TYPE); in InitResourceManager()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp4746 configuration_->AddItem(AAFwk::GlobalConfigurationKey::DEVICE_TYPE, deviceType); in InitGlobalConfiguration()

Completed in 39 milliseconds