Home
last modified time | relevance | path

Searched refs:DeviceInfo (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/ohos5.0/base/startup/init/interfaces/kits/cj/src_deviceinfo/
H A Ddevice_info.cpp25 namespace DeviceInfo { namespace
34 const char* DeviceInfo::CjGetOsFullName() in CjGetOsFullName()
44 const char* DeviceInfo::CjGetBrand() in CjGetBrand()
49 const char* DeviceInfo::CjGetDeviceType() in CjGetDeviceType()
54 const char* DeviceInfo::CjGetUdid() in CjGetUdid()
73 const char* DeviceInfo::CjGetBuildTime() in CjGetBuildTime()
78 const char* DeviceInfo::CjGetBuildHost() in CjGetBuildHost()
108 int64_t DeviceInfo::CjGetBuildVersion() in CjGetBuildVersion()
123 int64_t DeviceInfo::CjGetMajorVersion() in CjGetMajorVersion()
133 const char* DeviceInfo::CjGetSerial() in CjGetSerial()
[all …]
H A Ddevice_info_ffi.cpp22 namespace DeviceInfo { namespace
34 return DeviceInfo::CjGetOsFullName(); in FfiOHOSDeviceInfoOsFullName()
46 return DeviceInfo::CjGetBrand(); in FfiOHOSDeviceInfoBrand()
52 return DeviceInfo::CjGetUdid(); in FfiOHOSDeviceInfoUdid()
64 return DeviceInfo::CjGetBuildTime(); in FfiOHOSDeviceInfoBuildTime()
70 return DeviceInfo::CjGetBuildHost(); in FfiOHOSDeviceInfoBuildHost()
76 return DeviceInfo::CjGetBuildUser(); in FfiOHOSDeviceInfoBuildUser()
82 return DeviceInfo::CjGetBuildType(); in FfiOHOSDeviceInfoBuildType()
94 return DeviceInfo::CjGetVersionId(); in FfiOHOSDeviceInfoVersionId()
142 return DeviceInfo::CjGetSerial(); in FfiOHOSDeviceInfoSerial()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/display/
H A D@ohos.distributedHardware.deviceManager.d.ts31 interface DeviceInfo {
401 getTrustedDeviceListSync(): Array<DeviceInfo>;
411 getTrustedDeviceListSync(isRefresh: boolean): Array<DeviceInfo>;
421 getTrustedDeviceList(callback: AsyncCallback<Array<DeviceInfo>>): void;
430 getTrustedDeviceList(): Promise<Array<DeviceInfo>>;
439 getLocalDeviceInfoSync(): DeviceInfo;
449 getLocalDeviceInfo(callback: AsyncCallback<DeviceInfo>): void;
458 getLocalDeviceInfo(): Promise<DeviceInfo>;
474 getDeviceInfo(networkId: string, callback: AsyncCallback<DeviceInfo>): void;
489 getDeviceInfo(networkId: string): Promise<DeviceInfo>;
[all …]
/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
36 DeviceInfo &DeviceInfo::operator=(const DistributedHardware::DmDeviceInfo &nodeInfo) in operator =()
45 DeviceInfo::DeviceInfo(const DeviceInfo &nodeInfo) : cid_(nodeInfo.cid_), udid_(nodeInfo.udid_), in DeviceInfo() function in OHOS::Storage::DistributedFile::DeviceInfo
51 void DeviceInfo::SetCid(const string &cid) in SetCid()
61 const string &DeviceInfo::GetCid() const in GetCid()
69 const string &DeviceInfo::GetExtraData() const in GetExtraData()
77 const string &DeviceInfo::GetDeviceId() const in GetDeviceId()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Ddevice_manager_adapter.h48 using DeviceInfo = OHOS::AppDistributedKv::DeviceInfo; variable
60 DeviceInfo GetLocalDevice();
61 std::vector<DeviceInfo> GetRemoteDevices();
62 std::vector<DeviceInfo> GetOnlineDevices();
67 DeviceInfo GetDeviceInfo(const std::string &id);
74 static std::vector<std::string> ToUUID(std::vector<DeviceInfo> devices);
91 bool GetDeviceInfo(const DmDeviceInfo &dmInfo, DeviceInfo &dvInfo);
94 DeviceInfo GetLocalDeviceInfo();
95 DeviceInfo GetDeviceInfoFromCache(const std::string &id);
109 DeviceInfo localInfo_ {};
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-distributed-hardware.md3 |新增|NA|类名:DeviceInfo;<br>方法or属性:range: number;|@ohos.distributedHardware.deviceManager.d.ts|
20 …tedDeviceListSync(): Array\<DeviceInfo>;<br>旧版本信息:|类名:DeviceManager;<br>方法or属性:getTrustedDeviceLis…
21 …allback\<Array\<DeviceInfo>>): void;<br>旧版本信息:|类名:DeviceManager;<br>方法or属性:getTrustedDeviceList(ca…
22 …eList(): Promise\<Array\<DeviceInfo>>;<br>旧版本信息:|类名:DeviceManager;<br>方法or属性:getTrustedDeviceList(…
23 …方法or属性:getLocalDeviceInfoSync(): DeviceInfo;<br>旧版本信息:|类名:DeviceManager;<br>方法or属性:getLocalDeviceI…
24 …lback:AsyncCallback\<DeviceInfo>): void;<br>旧版本信息:|类名:DeviceManager;<br>方法or属性:getLocalDeviceInfo(…
25 …etLocalDeviceInfo(): Promise\<DeviceInfo>;<br>旧版本信息:|类名:DeviceManager;<br>方法or属性:getLocalDeviceInf…
29 …enticateDevice(deviceInfo: DeviceInfo): void<br>旧版本信息:|类名:DeviceManager;<br>方法or属性:unAuthenticateD…
31DeviceInfo }>): void;<br>旧版本信息:|类名:DeviceManager;<br>方法or属性:on(type: 'deviceStateChange', callback…
32 …ce: DeviceInfo }>): void;<br>旧版本信息:|类名:DeviceManager;<br>方法or属性:on(type: 'deviceFound', callback: …
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.8.2/
H A Dchangelogs-device_manager.md19 … | deviceManager | **function** getLocalDeviceInfoSync(): DeviceInfo | ohos.permissio…
72 | getTrustedDeviceListSync(): Array&lt;DeviceInfo&gt; …
73 | getTrustedDeviceListSync(isRefresh: boolean): Array&lt;DeviceInfo&gt;; …
74 | getTrustedDeviceList(callback:AsyncCallback&lt;Array&lt;DeviceInfo&gt;&gt;): void …
75 | getTrustedDeviceList(): Promise&lt;Array&lt;DeviceInfo&gt;&gt; …
76 | getLocalDeviceInfoSync(): DeviceInfo
77 | getLocalDeviceInfo(callback:AsyncCallback&lt;DeviceInfo&gt;): void …
78 | getLocalDeviceInfo(): Promise&lt;DeviceInfo&gt; …
79 | getDeviceInfo(networkId: string, callback:AsyncCallback&lt;DeviceInfo&gt;): void …
80 | getDeviceInfo(networkId: string): Promise&lt;DeviceInfo&gt; …
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_device_info_v10.md1 # DeviceInfo chapter
35 struct DevAbility DeviceInfo::abilitySet
45 struct DevAttr DeviceInfo::attrSet
55 String DeviceInfo::chipInfo
65 String DeviceInfo::chipName
75 unsigned int DeviceInfo::devIndex
85 unsigned int DeviceInfo::devType
95 String DeviceInfo::vendorName
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.8.2/
H A Dchangelogs-device_manager.md19 … | deviceManager | **function** getLocalDeviceInfoSync(): DeviceInfo | ohos.permissio…
72 | getTrustedDeviceListSync(): Array&lt;DeviceInfo&gt; …
73 | getTrustedDeviceListSync(isRefresh: boolean): Array&lt;DeviceInfo&gt;; …
74 | getTrustedDeviceList(callback:AsyncCallback&lt;Array&lt;DeviceInfo&gt;&gt;): void …
75 | getTrustedDeviceList(): Promise&lt;Array&lt;DeviceInfo&gt;&gt; …
76 | getLocalDeviceInfoSync(): DeviceInfo
77 | getLocalDeviceInfo(callback:AsyncCallback&lt;DeviceInfo&gt;): void …
78 | getLocalDeviceInfo(): Promise&lt;DeviceInfo&gt; …
79 | getDeviceInfo(networkId: string, callback:AsyncCallback&lt;DeviceInfo&gt;): void …
80 | getDeviceInfo(networkId: string): Promise&lt;DeviceInfo&gt; …
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_info.h28 class DeviceInfo final {
30 DeviceInfo() = default;
31 ~DeviceInfo() = default;
32 explicit DeviceInfo(const DistributedHardware::DmDeviceInfo &nodeInfo);
33 DeviceInfo(const DeviceInfo &nodeInfo);
34 DeviceInfo &operator=(const DistributedHardware::DmDeviceInfo &nodeInfo);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-distributed-hardware.md39 …eList(): Promise\<Array\<DeviceInfo>>;<br>旧版本信息:|类名:DeviceManager;<br>方法or属性:getTrustedDeviceList(…
40 …etLocalDeviceInfo(): Promise\<DeviceInfo>;<br>旧版本信息:|类名:DeviceManager;<br>方法or属性:getLocalDeviceInf…
43 …eviceListSync(): Array\<DeviceInfo>;<br>旧版本信息:11600101|类名:DeviceManager;<br>方法or属性:getTrustedDevic…
45 …属性:getLocalDeviceInfoSync(): DeviceInfo;<br>旧版本信息:11600101|类名:DeviceManager;<br>方法or属性:getLocalDev…
75 |访问级别有变化|类名:DeviceInfo;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:DeviceInfo;<br>方法or属性:deviceId: st…
76 |访问级别有变化|类名:DeviceInfo;<br>方法or属性:deviceName: string;<br>旧版本信息:|类名:DeviceInfo;<br>方法or属性:deviceName…
77 |访问级别有变化|类名:DeviceInfo;<br>方法or属性:deviceType: DeviceType;<br>旧版本信息:|类名:DeviceInfo;<br>方法or属性:device…
78 |访问级别有变化|类名:DeviceInfo;<br>方法or属性:networkId: string;<br>旧版本信息:|类名:DeviceInfo;<br>方法or属性:networkId: …
79 |访问级别有变化|类名:DeviceInfo;<br>方法or属性:range: number;<br>旧版本信息:|类名:DeviceInfo;<br>方法or属性:range: number;<…
80 |访问级别有变化|类名:DeviceInfo;<br>方法or属性:authForm: AuthForm;<br>旧版本信息:|类名:DeviceInfo;<br>方法or属性:authForm: …
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-device-manager.md20 - getTrustedDeviceListSync(): Array&lt;DeviceInfo&gt;
21 - getTrustedDeviceList(callback:AsyncCallback&lt;Array&lt;DeviceInfo&gt;&gt;): void;
22 - getTrustedDeviceList(): Promise&lt;Array&lt;DeviceInfo&gt;&gt;
23 - getLocalDeviceInfoSync(): DeviceInfo;
24 - getLocalDeviceInfo(callback:AsyncCallback&lt;DeviceInfo&gt;): void;
25 - getLocalDeviceInfo(): Promise&lt;DeviceInfo&gt;
32 - unAuthenticateDevice(deviceInfo: DeviceInfo): void;
37 …Change', callback: Callback&lt;{ action: DeviceStateChangeAction, device: DeviceInfo }&gt;): void;
38 …Change', callback?: Callback&lt;{ action: DeviceStateChangeAction, device: DeviceInfo }&gt;): void;
39 …- on(type: 'deviceFound', callback: Callback&lt;{ subscribeId: number, device: DeviceInfo }&gt;): …
[all …]
/ohos5.0/drivers/external_device_manager/test/unittest/device_manager_test/
H A Ddevice_manager_test.cpp83 std::shared_ptr<DeviceInfo> device = std::make_shared<DeviceInfo>(0);
100 std::shared_ptr<DeviceInfo> device = std::make_shared<DeviceInfo>(0);
120 std::shared_ptr<DeviceInfo> device0 = std::make_shared<DeviceInfo>(0);
125 std::shared_ptr<DeviceInfo> device1 = std::make_shared<DeviceInfo>(0);
143 std::vector<std::shared_ptr<DeviceInfo>> devVec = extMgr.QueryDevice(BUS_TYPE_TEST);
146 std::shared_ptr<DeviceInfo> device0 = std::make_shared<DeviceInfo>(0);
151 std::shared_ptr<DeviceInfo> device1 = std::make_shared<DeviceInfo>(0);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-distributed-hardware.md38 |新增|NA|类名:DeviceInfo;<br>方法or属性:authForm: AuthForm;|@ohos.distributedHardware.deviceManager.d.ts|
51 …iceListSync(): Array\<DeviceInfo>;<br>旧版本信息:401,11600101|类名:DeviceManager;<br>方法or属性:getTrustedDev…
53 …List(): Promise\<Array\<DeviceInfo>>;<br>旧版本信息:401|类名:DeviceManager;<br>方法or属性:getTrustedDeviceLis…
54 …:getLocalDeviceInfoSync(): DeviceInfo;<br>旧版本信息:401,11600101|类名:DeviceManager;<br>方法or属性:getLocalD…
56 …tLocalDeviceInfo(): Promise\<DeviceInfo>;<br>旧版本信息:401|类名:DeviceManager;<br>方法or属性:getLocalDeviceI…
80 |访问级别有变化|类名:DeviceInfo;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:DeviceInfo;<br>方法or属性:deviceId: st…
81 |访问级别有变化|类名:DeviceInfo;<br>方法or属性:deviceName: string;<br>旧版本信息:|类名:DeviceInfo;<br>方法or属性:deviceName…
82 |访问级别有变化|类名:DeviceInfo;<br>方法or属性:deviceType: DeviceType;<br>旧版本信息:|类名:DeviceInfo;<br>方法or属性:device…
83 |访问级别有变化|类名:DeviceInfo;<br>方法or属性:networkId: string;<br>旧版本信息:|类名:DeviceInfo;<br>方法or属性:networkId: …
84 |访问级别有变化|类名:DeviceInfo;<br>方法or属性:range: number;<br>旧版本信息:|类名:DeviceInfo;<br>方法or属性:range: number;<…
[all …]
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dget_device_info_plugin.cpp48 if (label == EdmConstants::DeviceInfo::DEVICE_NAME) { in OnGetPolicy()
51 if (label == EdmConstants::DeviceInfo::DEVICE_SERIAL) { in OnGetPolicy()
55 if (label == EdmConstants::DeviceInfo::SIM_INFO) { in OnGetPolicy()
99 if (!GetSimInfoBySlotId(EdmConstants::DeviceInfo::SIM_SLOT_ID_0, json) || in GetSimInfo()
100 !GetSimInfoBySlotId(EdmConstants::DeviceInfo::SIM_SLOT_ID_1, json)) { in GetSimInfo()
123 cJSON_AddNumberToObject(slotJson, EdmConstants::DeviceInfo::SIM_SLOT_ID, slotId); in GetSimInfoBySlotId()
130 …cJSON_AddStringToObject(slotJson, EdmConstants::DeviceInfo::SIM_MEID, EdmUtils::Utf16ToUtf8(meid).… in GetSimInfoBySlotId()
137 …cJSON_AddStringToObject(slotJson, EdmConstants::DeviceInfo::SIM_IMSI, EdmUtils::Utf16ToUtf8(imsi).… in GetSimInfoBySlotId()
144 …cJSON_AddStringToObject(slotJson, EdmConstants::DeviceInfo::SIM_ICCID, EdmUtils::Utf16ToUtf8(iccId… in GetSimInfoBySlotId()
151 …cJSON_AddStringToObject(slotJson, EdmConstants::DeviceInfo::SIM_IMEI, EdmUtils::Utf16ToUtf8(imei).… in GetSimInfoBySlotId()
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-distributed-hardware.md3 |Added|NA|Class name: DeviceInfo;<br>Method or attribute name: range: number;|@ohos.distributedHard…
20 …(): Array\<DeviceInfo>;<br>Old version: |Class name: DeviceManager;<br>Method or attribute name: g…
21DeviceInfo>>): void;<br>Old version: |Class name: DeviceManager;<br>Method or attribute name: getT…
22 …<Array\<DeviceInfo>>;<br>Old version: |Class name: DeviceManager;<br>Method or attribute name: get…
23 …viceInfoSync(): DeviceInfo;<br>Old version: |Class name: DeviceManager;<br>Method or attribute nam…
24 …k\<DeviceInfo>): void;<br>Old version: |Class name: DeviceManager;<br>Method or attribute name: ge…
25 …(): Promise\<DeviceInfo>;<br>Old version: |Class name: DeviceManager;<br>Method or attribute name:…
29 …iceInfo: DeviceInfo): void<br>Old version: |Class name: DeviceManager;<br>Method or attribute name…
31DeviceInfo }>): void;<br>Old version: |Class name: DeviceManager;<br>Method or attribute name: on(…
32DeviceInfo }>): void;<br>Old version: |Class name: DeviceManager;<br>Method or attribute name: on(…
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_medium_mgr_test.cpp93 DeviceInfo device;
97 (void)memset_s(&device, sizeof(DeviceInfo), 0, sizeof(DeviceInfo));
125 DeviceInfo device1;
127 (void)memset_s(&device1, sizeof(DeviceInfo), 0, sizeof(DeviceInfo));
137 (void)memset_s(&device11, sizeof(DeviceInfo), 0, sizeof(DeviceInfo));
144 (void)memset_s(&device2, sizeof(DeviceInfo), 0, sizeof(DeviceInfo));
165 DeviceInfo device;
169 (void)memset_s(&device, sizeof(DeviceInfo), 0, sizeof(DeviceInfo));
179 (void)memset_s(&device11, sizeof(DeviceInfo), 0, sizeof(DeviceInfo));
292 (void)memset_s(&device, sizeof(DeviceInfo), 0, sizeof(DeviceInfo));
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h118 typedef struct DeviceInfo { struct
143 } DeviceInfo; argument
149 int32_t UpdateDeviceDb(const CoapCtxType *coapCtx, const DeviceInfo *deviceInfo, uint8_t forceUpdat…
153 int32_t DeviceInfoNotify(const DeviceInfo *deviceInfo);
154 int32_t ReportDiscoveredDevice(const CoapCtxType *coapCtx, const DeviceInfo *deviceInfo,
178 bool MatchDeviceFilter(const DeviceInfo *deviceInfo);
183 int32_t SetReservedInfoFromDeviceInfo(NSTACKX_DeviceInfo *deviceList, const DeviceInfo *deviceInfo);
184 int32_t GetNotifyDeviceInfo(NSTACKX_DeviceInfo *notifyDevice, const DeviceInfo *deviceInfo);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/
H A Dnapi_audio_renderer_device_change_callback.h32 …void OnOutputDeviceChange(const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReason reason…
40 DeviceInfo deviceInfo_;
44 void OnJsCallbackRendererDeviceInfo(napi_ref method, const DeviceInfo &deviceInfo);
57 …void OnOutputDeviceChange(const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReason reason…
65 DeviceInfo deviceInfo_;
70 void OnJsCallbackOutputDeviceInfo(napi_ref method, const DeviceInfo &deviceInfo,
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/device/
H A Ddevice_info_repository.h34 std::vector<DeviceInfo> ListDeviceInfo();
36 bool FindDeviceInfo(const std::string &nodeId, DeviceIdType type, DeviceInfo &deviceInfo);
38 void DeleteAllDeviceInfoExceptOne(const DeviceInfo deviceInfo);
40 void SaveDeviceInfo(const DeviceInfo deviceInfo);
54 bool FindDeviceInfoByDeviceIdLocked(const DeviceId deviceId, DeviceInfo &deviceInfo) const;
70 std::map<std::string, DeviceInfo> deviceInfoMap_;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-device-manager.md20 - getTrustedDeviceListSync(): Array&lt;DeviceInfo&gt;
21 - getTrustedDeviceList(callback:AsyncCallback&lt;Array&lt;DeviceInfo&gt;&gt;): void;
22 - getTrustedDeviceList(): Promise&lt;Array&lt;DeviceInfo&gt;&gt;
23 - getLocalDeviceInfoSync(): DeviceInfo;
24 - getLocalDeviceInfo(callback:AsyncCallback&lt;DeviceInfo&gt;): void;
25 - getLocalDeviceInfo(): Promise&lt;DeviceInfo&gt;
32 - unAuthenticateDevice(deviceInfo: DeviceInfo): void;
37 …Change', callback: Callback&lt;{ action: DeviceStateChangeAction, device: DeviceInfo }&gt;): void;
38 …Change', callback?: Callback&lt;{ action: DeviceStateChangeAction, device: DeviceInfo }&gt;): void;
39 …- on(type: 'deviceFound', callback: Callback&lt;{ subscribeId: number, device: DeviceInfo }&gt;): …
[all …]
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/device/
H A Ddevice_info_repository.cpp36 std::vector<DeviceInfo> DeviceInfoRepository::ListDeviceInfo() in ListDeviceInfo()
39 std::vector<DeviceInfo> deviceInfo; in ListDeviceInfo()
41 std::map<std::string, DeviceInfo>::iterator it; in ListDeviceInfo()
42 std::map<std::string, DeviceInfo>::iterator itEnd; in ListDeviceInfo()
52 bool DeviceInfoRepository::FindDeviceInfo(const std::string &nodeId, DeviceIdType type, DeviceInfo in FindDeviceInfo()
85 bool DeviceInfoRepository::FindDeviceInfoByDeviceIdLocked(const DeviceId deviceId, DeviceInfo &devi… in FindDeviceInfoByDeviceIdLocked()
124 void DeviceInfoRepository::DeleteAllDeviceInfoExceptOne(const DeviceInfo deviceInfo) in DeleteAllDeviceInfoExceptOne()
134 void DeviceInfoRepository::SaveDeviceInfo(const DeviceInfo deviceInfo) in SaveDeviceInfo()
160 DeviceInfo deviceInfo; in SaveDeviceInfo()
169 deviceInfoMap_.insert(std::pair<std::string, DeviceInfo>(deviceInfoKey, deviceInfo)); in SaveDeviceInfo()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_endpoint.h65 const AudioProcessConfig &clientConfig, const DeviceInfo &deviceInfo);
66 static std::string GenerateEndpointKey(DeviceInfo &deviceInfo, int32_t endpointFlag);
91 virtual DeviceInfo &GetDeviceInfo() = 0;
97 virtual bool Config(const DeviceInfo &deviceInfo) = 0;
105 bool Config(const DeviceInfo &deviceInfo) override;
143 DeviceInfo &GetDeviceInfo() override in GetDeviceInfo()
156 int32_t PrepareDeviceBuffer(const DeviceInfo &deviceInfo);
157 int32_t GetAdapterBufferInfo(const DeviceInfo &deviceInfo);
176 DeviceInfo deviceInfo_;
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble/
H A Ddisc_ble_utils_test.cpp58 DeviceInfo info = {{0}};
77 DeviceInfo info = {{0}};
98 DeviceInfo info = {{0}};
118 DeviceInfo info = {{0}};
138 DeviceInfo info = {{0}};
159 DeviceInfo info = {{0}};
181 DeviceInfo info = {{0}};
207 DeviceInfo info = {{0}};
230 DeviceInfo info = {{0}};
361 DeviceInfo info = {{0}};
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_info_test.cpp76 DeviceInfo devInfo(deviceInfo);
100 DeviceInfo devInfo(deviceInfo);
120 DeviceInfo devInfo(deviceInfo);
143 DeviceInfo devInfo(deviceInfo);
166 DeviceInfo devInfo(deviceInfo);
167 DeviceInfo devInfoTwo(devInfo);

12345678910>>...17