Home
last modified time | relevance | path

Searched defs:DeviceInfo (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Ddevice_type.h58 struct DeviceInfo { struct
74 explicit DeviceInfo(std::string networkId, std::string uuid, std::string deviceId, in DeviceInfo() argument
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h118 typedef struct DeviceInfo { struct
119 char deviceId[NSTACKX_MAX_DEVICE_ID_LEN];
143 } DeviceInfo; argument
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_descriptor.h23 struct DeviceInfo { struct
47 std::vector<DeviceInfo> deviceInfos_; argument
/ohos5.0/base/update/updateservice/services/core/ability/model/include/
H A Ddevice_info.h27 struct DeviceInfo { struct
30 std::string deviceId;
32 nlohmann::ordered_json ToJson(bool isPrint) in ToJson()
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/device/
H A Ddevice_info.h37 struct DeviceInfo { struct
38 DeviceId deviceId;
39 std::string deviceName;
40 std::string deviceType;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dcommu_types.h23 struct API_EXPORT DeviceInfo { struct
24 std::string uuid;
25 std::string udid;
26 std::string networkId;
27 std::string deviceName;
28 uint32_t deviceType;
29 int32_t osType;
30 int32_t authForm;
H A Dcommunicator_context.h31 using DeviceInfo = OHOS::AppDistributedKv::DeviceInfo; variable
H A Ddevice_manager_adapter.h48 using DeviceInfo = OHOS::AppDistributedKv::DeviceInfo; variable
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder.h325 struct DeviceInfo { struct
340 DeviceInfo() = default; argument
342 bool Marshalling(Parcel &parcel) const in Marshalling()
358 void Unmarshalling(Parcel &parcel) in Unmarshalling()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_info.cpp25 DeviceInfo::DeviceInfo(const DistributedHardware::DmDeviceInfo &nodeInfo) in DeviceInfo() function in OHOS::Storage::DistributedFile::DeviceInfo
45 DeviceInfo::DeviceInfo(const DeviceInfo &nodeInfo) : cid_(nodeInfo.cid_), udid_(nodeInfo.udid_), in DeviceInfo() function in OHOS::Storage::DistributedFile::DeviceInfo
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_types.h33 struct DeviceInfo { struct
34 std::string deviceId;
35 std::string deviceName;
36 std::string deviceType;
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/
H A Ddevice_info.h31 DeviceInfo(const std::string& deviceName, const std::string& networkId, int32_t deviceType) in DeviceInfo() function
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A Djs-apis-driver-deviceManager-sys.md117 ## DeviceInfo section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A Djs-apis-driver-deviceManager-sys.md117 ## DeviceInfo section
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_database.h36 using DeviceInfo = DistributedHardware::DmDeviceInfo; variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_device_info_v10.md1 # DeviceInfo chapter
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_profile_defines.h89 struct DeviceInfo { struct
93 explicit DeviceInfo(GattDevice dev) : device_(dev) in DeviceInfo() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_executor.h70 struct DeviceInfo { struct
71 bool isLocal = false;
72 std::string deviceName;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h29 using DeviceInfo = DistributedKv::DeviceInfo; variable
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A D_device_info.md1 # DeviceInfo chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A D_device_info.md1 # DeviceInfo chapter
/ohos5.0/base/startup/init/interfaces/kits/cj/src_deviceinfo/
H A Ddevice_info_ffi.cpp22 namespace DeviceInfo { namespace
H A Ddevice_info.cpp25 namespace DeviceInfo { namespace
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h310 struct DeviceInfo { struct
311 std::string deviceId;
312 std::string deviceName;
313 std::string deviceType;
/ohos5.0/docs/en/application-dev/reference/apis-distributedservice-kit/
H A Djs-apis-device-manager-sys.md77 ## DeviceInfo section

12