Home
last modified time | relevance | path

Searched refs:broadcast (Results 1 – 25 of 155) sorted by relevance

1234567

/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_implement.c54 if (broadcast->feature == NULL || broadcast->feature->GetRelation == NULL) { in AddTopic()
58 if (broadcast->feature->GetRelation(broadcast->feature, topic) != NULL) { in AddTopic()
71 MUTEX_Lock(broadcast->feature->mutex); in AddTopic()
84 if (broadcast->feature == NULL || broadcast->feature->GetRelation == NULL) { in Subscribe()
88 Relation *relation = broadcast->feature->GetRelation(broadcast->feature, topic); in Subscribe()
93 MUTEX_Lock(broadcast->feature->mutex); in Subscribe()
109 MUTEX_Lock(broadcast->feature->mutex); in Subscribe()
123 if (broadcast->feature == NULL || broadcast->feature->GetRelation == NULL) { in ModifyConsumer()
127 Relation *relation = broadcast->feature->GetRelation(broadcast->feature, topic); in ModifyConsumer()
153 if (broadcast->feature == NULL || broadcast->feature->GetRelation == NULL) { in Unsubscribe()
[all …]
H A Dpub_sub_feature.c71 PubSubFeature *broadcast = (PubSubFeature *)feature; in OnMessage() local
75 Relation *relation = broadcast->GetRelation(broadcast, &topic); in OnMessage()
79 MUTEX_Lock(broadcast->mutex); in OnMessage()
86 MUTEX_Unlock(broadcast->mutex); in OnMessage()
/ohos5.0/foundation/communication/dsoftbus/core/broadcast/
H A Dbroadcast.gni16 broadcast_inc = [ "$dsoftbus_root_path/core/broadcast/scheduler/interface" ]
22 "$dsoftbus_root_path/dsoftbus_enhance/core/broadcast/broadcast_enhance.gni")
28 "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/interface",
29 "$dsoftbus_root_path/core/broadcast/scheduler/include",
33 "$dsoftbus_root_path/core/broadcast/scheduler/src/broadcast_scheduler.c",
36 …broadcast_src += [ "$dsoftbus_root_path/core/broadcast/scheduler/src/broadcast_scheduler_virtual.c…
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/
H A Dnet_bluetooth.gni21 "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/interface",
22 "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/adapter/include",
23 "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/adapter/ble/include",
31 "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/adapter/ble/src/softbus_ble_utils.c",
32 "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/manager/src/softbus_broadcast_mgr.c",
39 …"$dsoftbus_root_path/dsoftbus_enhance/adapter/common/net/bluetooth/broadcast/adapter/ble/adapter_b…
44 …adapter_ble_src += [ "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/adapter/ble/src/s…
/ohos5.0/docs/en/application-dev/file-management/
H A Dmanage-external-storage.md14 … to **MOUNTED** and StorageManager is instructed to send the COMMON_EVENT_VOLUME_MOUNTED broadcast.
18broadcast. After StorageDaemon unmounts the volume, the volume state changes to **UNMOUNTED** and …
19 …moved, the volume information is deleted and the COMMON_EVENT_VOLUME_BAD_REMOVAL broadcast is sent.
25 The following table describes the broadcast related parameters.
39broadcast events to observe the insertion and removal of external storage devices, and query or ma…
42 …AGE_MANAGER permission if your application needs to subscribe to volume broadcast events. For deta…
44 2. Subscribe to broadcast events.<br>
73 3. Obtain volume information from the broadcast.
81 // Manage the volume device based on the information obtained from the broadcast.
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A DBUILD.gn26 "$dsoftbus_root_path/core/broadcast/scheduler/src/broadcast_scheduler.c",
36 "$dsoftbus_root_path/core/broadcast/common/include",
37 "$dsoftbus_root_path/core/broadcast/scheduler/include",
38 "$dsoftbus_root_path/core/broadcast/scheduler/interface",
53 "$softbus_adapter_common/net/bluetooth/broadcast/interface",
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble/
H A DBUILD.gn27 "$dsoftbus_root_path/core/broadcast/scheduler/include",
28 "$dsoftbus_root_path/core/broadcast/scheduler/interface",
40 "$softbus_adapter_common/net/bluetooth/broadcast/interface",
41 "$dsoftbus_root_path/core/broadcast/common/include",
82 "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/interface",
83 "$dsoftbus_root_path/core/broadcast/common/include",
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A DBUILD.gn24 … "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/manager/src/softbus_broadcast_mgr.c",
30 "$softbus_adapter_common/net/bluetooth/broadcast/interface",
31 "$softbus_adapter_common/net/bluetooth/broadcast/adapter/include",
32 "$softbus_adapter_common/net/bluetooth/broadcast/adapter/ble/include",
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/src/
H A Dudp_extra_options.cpp21 void UDPExtraOptions::SetBroadcast(bool broadcast) in SetBroadcast() argument
23 broadcast_ = broadcast; in SetBroadcast()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/
H A Dsample_driver.c74 …mpleDriverSendEvent(struct HdfDeviceIoClient *client, int id, struct HdfSBuf *data, bool broadcast) in SampleDriverSendEvent() argument
76 int32_t ret = broadcast ? HdfDeviceSendEvent(client->device, id, data) : in SampleDriverSendEvent()
78 HDF_LOGI("%{public}s:report event done, broadcast = %{public}d", __func__, broadcast); in SampleDriverSendEvent()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/
H A DBUILD.gn17 "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/communication/broadcast",
24 static_library("broadcast") {
36 shared_library("broadcast") {
/ohos5.0/foundation/systemabilitymgr/samgr_lite/
H A DBUILD.gn20 "communication/broadcast",
50 "communication/broadcast",
55 "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/communication/broadcast",
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_add_fusion_v10.md6 输入Tensor逐元素相加, 输出x和y的和,数据形状与输入broadcast之后一样,数据类型与较高精度的输入精度一致。
18 - output,x和y逐元素相加, 输出x和y的和,数据形状与输入broadcast之后一样,数据类型与较高精度的输入精度一致。 如果配置了activationType则会在输出之前调用指定的激活…
H A D_add_fusion_v20.md6 输入Tensor逐元素相加, 输出x和y的和,数据形状与输入broadcast之后一样,数据类型与较高精度的输入精度一致。
18 - output,x和y逐元素相加, 输出x和y的和,数据形状与输入broadcast之后一样,数据类型与较高精度的输入精度一致。 如果配置了activationType则会在输出之前调用指定的激活…
/ohos5.0/foundation/communication/dsoftbus/core/transmission/
H A Dtrans.gni19 broadcast_dep_dir = "dsoftbus_enhance/core/broadcast/notification_message"
88 …"$dsoftbus_root_path/dsoftbus_enhance/core/broadcast/notification_message/notification_message.gni…
96 [ "$dsoftbus_root_path/core/transmission/broadcast/include" ]
97 …trans_session_src += [ "$dsoftbus_root_path/core/transmission/broadcast/src/trans_spec_object_stub…
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusbroadcast_fuzzer/
H A DBUILD.gn37 "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/interface",
38 "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/adapter/include",
39 "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/adapter/ble/include",
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/
H A Dtrans_session_sdk.gni26 broadcast_dep_dir = "dsoftbus_enhance/interfaces/kits/broadcast"
73 broadcast_dep_dir = "dsoftbus_enhance/core/broadcast/notification_message"
88 [ "$dsoftbus_root_path/core/transmission/broadcast/include" ]
89 …trans_session_sdk_src += [ "$dsoftbus_root_path/core/transmission/broadcast/src/trans_spec_object_…
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
H A Dudp_socket.rs308 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
309 self.inner.broadcast() in broadcast()
655 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
656 self.inner.broadcast() in broadcast()
/ohos5.0/foundation/communication/dsoftbus/tests/core/broadcast/
H A DBUILD.gn22 [ "$dsoftbus_root_path/dsoftbus_enhance/test/core/broadcast:unittest" ]
31 [ "$dsoftbus_root_path/dsoftbus_enhance/test/core/broadcast:fuzztest" ]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
H A Ddriver.rs33 pub(crate) fn broadcast(&mut self) { in broadcast() method
43 Registry::get_instance().broadcast(); in broadcast()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Daddress_utils.cpp55 uint32_t broadcast = BroadCastAddress(currIp, netmask); in NextIpAddress() local
59 if (currIp == lastIp || currIp == broadcast) { in NextIpAddress()
121 uint32_t broadcast = htonl(network) + HostTotal(netmask); in BroadCastAddress() local
122 return htonl(broadcast); in BroadCastAddress()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dudp_socket.rs189 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
190 self.inner.broadcast() in broadcast()
535 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
536 self.inner.broadcast() in broadcast()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Ddriver.rs83 self.signal.broadcast(); in run()
107 self.signal.broadcast(); in run_once()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A DBUILD.gn24 "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/adapter/ble/src/softbus_ble_gatt.c",
25 … "$dsoftbus_root_path/adapter/common/net/bluetooth/broadcast/adapter/ble/src/softbus_ble_utils.c",
/ohos5.0/foundation/communication/dsoftbus/tests/
H A DBUILD.gn44 "core/broadcast:unittest",
66 "core/broadcast:fuzztest",

1234567