Home
last modified time | relevance | path

Searched refs:ExchangeFreq (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_ipc_utils.c32 pubInfo->freq = *(ExchangeFreq *)info1; in ConvertVoidToPublishInfo()
33 info1 += sizeof(ExchangeFreq); in ConvertVoidToPublishInfo()
57 subInfo->freq = *(ExchangeFreq *)info1; in ConvertVoidToSubscribeInfo()
58 info1 += sizeof(ExchangeFreq); in ConvertVoidToSubscribeInfo()
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_common.h359 } ExchangeFreq; typedef
439 ExchangeFreq freq;
462 ExchangeFreq freq;
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_sdk_refresh_small_test.cpp158 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
215 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
272 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
329 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
386 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
443 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
500 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
557 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
H A Dbus_center_sdk_test.cpp419 g_pInfo.freq = (ExchangeFreq)(FREQ_BUTT);
505 g_sInfo.freq = (ExchangeFreq)(FREQ_BUTT);
H A Dbus_center_sdk_publish_test.cpp183 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
187 testInfo.freq = (ExchangeFreq)(LOW - 1);
/ohos5.0/foundation/distributedhardware/device_manager/display/
H A D@ohos.distributedHardware.deviceManager.d.ts196 freq: ExchangeFreq;
233 freq: ExchangeFreq;
294 enum ExchangeFreq {
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/
H A Ddisc_manager_test.cpp332 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
501 info->freq = (ExchangeFreq)(LOW - 1); in DiscPublishTestAbstract002()
569 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
664 info->freq = (ExchangeFreq)(LOW - 1); in DiscStartScanTestAbstract001()
736 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
811 info->freq = (ExchangeFreq)(LOW - 1); in DiscStartAdvertiseTestAbstract001()
1048 info->freq = (ExchangeFreq)(LOW - 1); in DiscSubscribeTestAbstract001()
1547 testInfo.freq = (ExchangeFreq)(LOW - 1);
1580 testInfo.freq = (ExchangeFreq)(LOW - 1);
1613 testInfo.freq = (ExchangeFreq)(LOW - 1);
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-distributed-hardware.md100 …问级别有变化|类名:SubscribeInfo;<br>方法or属性:freq: ExchangeFreq;<br>旧版本信息:|类名:SubscribeInfo;<br>方法or属性:freq:…
101 |访问级别有变化|类名:PublishInfo;<br>方法or属性:freq: ExchangeFreq;<br>旧版本信息:|类名:PublishInfo;<br>方法or属性:freq: Ex…
113 |访问级别有变化|类名:ExchangeFreq;<br>方法or属性:LOW = 0<br>旧版本信息:|类名:ExchangeFreq;<br>方法or属性:LOW = 0<br>新版本信息:s…
114 |访问级别有变化|类名:ExchangeFreq;<br>方法or属性:MID = 1<br>旧版本信息:|类名:ExchangeFreq;<br>方法or属性:MID = 1<br>新版本信息:s…
115 |访问级别有变化|类名:ExchangeFreq;<br>方法or属性:HIGH = 2<br>旧版本信息:|类名:ExchangeFreq;<br>方法or属性:HIGH = 2<br>新版本信息…
116 |访问级别有变化|类名:ExchangeFreq;<br>方法or属性:SUPER_HIGH = 3<br>旧版本信息:|类名:ExchangeFreq;<br>方法or属性:SUPER_HIGH …
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-distributed-hardware.md100 …问级别有变化|类名:SubscribeInfo;<br>方法or属性:freq: ExchangeFreq;<br>旧版本信息:|类名:SubscribeInfo;<br>方法or属性:freq:…
101 |访问级别有变化|类名:PublishInfo;<br>方法or属性:freq: ExchangeFreq;<br>旧版本信息:|类名:PublishInfo;<br>方法or属性:freq: Ex…
113 |访问级别有变化|类名:ExchangeFreq;<br>方法or属性:LOW = 0<br>旧版本信息:|类名:ExchangeFreq;<br>方法or属性:LOW = 0<br>新版本信息:s…
114 |访问级别有变化|类名:ExchangeFreq;<br>方法or属性:MID = 1<br>旧版本信息:|类名:ExchangeFreq;<br>方法or属性:MID = 1<br>新版本信息:s…
115 |访问级别有变化|类名:ExchangeFreq;<br>方法or属性:HIGH = 2<br>旧版本信息:|类名:ExchangeFreq;<br>方法or属性:HIGH = 2<br>新版本信息…
116 |访问级别有变化|类名:ExchangeFreq;<br>方法or属性:SUPER_HIGH = 3<br>旧版本信息:|类名:ExchangeFreq;<br>方法or属性:SUPER_HIGH …
/ohos5.0/foundation/communication/dsoftbus/core/discovery/interface/
H A Ddisc_serializer.h32 ExchangeFreq freq;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-distributed-hardware.md16 | ohos.distributedHardware.deviceManager | PublishInfo | freq: ExchangeFreq; …
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/publishlnn_fuzzer/
H A Dpublishlnn_fuzzer.cpp54 g_pInfo.freq = (ExchangeFreq)(size % MAX_SIZE_EXCHANGE_FREQ); in GenRanPublishInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/refreshlnn_fuzzer/
H A Drefreshlnn_fuzzer.cpp62 g_sInfo.freq = (ExchangeFreq)(size % MAX_SIZE_EXCHANGE_FREQ); in GenRanDiscInfo()
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-distributed-hardware.md16 | ohos.distributedHardware.deviceManager | PublishInfo | freq: ExchangeFreq; …
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_publish.cpp107 publishInfo.freq = ExchangeFreq::LOW; in PublishSoftbusLNN()
H A Dmine_softbus_listener.cpp226 publishInfo.freq = ExchangeFreq::LOW; in OnRePublish()
500 subscribeInfo.freq = (ExchangeFreq)dmSubscribeInfo.freq; in SetSubscribeInfo()
602 publishInfo.freq = ExchangeFreq::LOW; in PublishDeviceDiscovery()
H A Dsoftbus_listener.cpp491 publishInfo.freq = ExchangeFreq::LOW; in InitSoftPublishLNN()
515 subscribeInfo.freq = static_cast<ExchangeFreq>(dmSubInfo.freq); in RefreshSoftbusLNN()
586 publishInfo.freq = static_cast<ExchangeFreq>(dmPubInfo.freq); in PublishSoftbusLNN()
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-distributed-hardware.md100 …ibute name: freq: ExchangeFreq;<br>Old version information: |Class name: SubscribeInfo;<br>Method …
101 …ribute name: freq: ExchangeFreq;<br>Old version information: |Class name: PublishInfo;<br>Method o…
113 …vel changed|Class name: ExchangeFreq;<br>Method or attribute name: LOW = 0<br>Old version informat…
114 …vel changed|Class name: ExchangeFreq;<br>Method or attribute name: MID = 1<br>Old version informat…
115 …vel changed|Class name: ExchangeFreq;<br>Method or attribute name: HIGH = 2<br>Old version informa…
116 … changed|Class name: ExchangeFreq;<br>Method or attribute name: SUPER_HIGH = 3<br>Old version info…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-distributed-hardware.md100 …ibute name: freq: ExchangeFreq;<br>Old version information: |Class name: SubscribeInfo;<br>Method …
101 …ribute name: freq: ExchangeFreq;<br>Old version information: |Class name: PublishInfo;<br>Method o…
113 …vel changed|Class name: ExchangeFreq;<br>Method or attribute name: LOW = 0<br>Old version informat…
114 …vel changed|Class name: ExchangeFreq;<br>Method or attribute name: MID = 1<br>Old version informat…
115 …vel changed|Class name: ExchangeFreq;<br>Method or attribute name: HIGH = 2<br>Old version informa…
116 … changed|Class name: ExchangeFreq;<br>Method or attribute name: SUPER_HIGH = 3<br>Old version info…
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/discovery/unittest/
H A Ddisc_sdk_test.cpp235 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
238 testInfo.freq = (ExchangeFreq)(LOW - 1);
522 testInfo.freq = (ExchangeFreq)(FREQ_BUTT);
525 testInfo.freq = (ExchangeFreq)(LOW - 1);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp135 publishInfo.freq = static_cast<ExchangeFreq>(dmPublishInfo.freq); in PublishDiscovery()
166 subscribeInfo.freq = static_cast<ExchangeFreq>(dmSubscribeInfo.freq); in StartDiscovery()
200 subscribeInfo.freq = static_cast<ExchangeFreq>(DmExchangeFreq::DM_SUPER_HIGH); in StartDiscovery()
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dbus_center_server_stub.c414 info.freq = (ExchangeFreq)freq; in ServerPublishLNN()
490 info.freq = (ExchangeFreq)freq; in ServerRefreshLNN()
/ohos5.0/foundation/communication/dsoftbus/
H A DREADME_zh.md85 ExchangeFreq freq; // 发布频率
/ohos5.0/docs/zh-cn/release-notes/api-diff/v2.2-beta2/
H A Djs-apidiff-v2.2-beta2.md141 |设备管理-DeviceManager|ExchangeFreq|新增|-|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-distributed-hardware.md6 |新增|NA|类名:PublishInfo;<br>方法or属性:freq: ExchangeFreq;|@ohos.distributedHardware.deviceManager.d.ts|

12