/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/ |
H A D | pub_sub_implement.c | 53 PubSubImplement *broadcast = GET_OBJECT(iUnknown, PubSubImplement, iUnknown); in AddTopic() local 83 PubSubImplement *broadcast = GET_OBJECT(iUnknown, PubSubImplement, iUnknown); in Subscribe() local 122 PubSubImplement *broadcast = GET_OBJECT(iUnknown, PubSubImplement, iUnknown); in ModifyConsumer() local 152 PubSubImplement *broadcast = GET_OBJECT(iUnknown, PubSubImplement, iUnknown); in Unsubscribe() local 180 PubSubImplement *broadcast = GET_OBJECT(iUnknown, PubSubImplement, iUnknown); in Publish() local
|
H A D | pub_sub_feature.c | 71 PubSubFeature *broadcast = (PubSubFeature *)feature; in OnMessage() local
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/src/ |
H A D | udp_extra_options.cpp | 21 void UDPExtraOptions::SetBroadcast(bool broadcast) in SetBroadcast()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/ |
H A D | driver.rs | 33 pub(crate) fn broadcast(&mut self) { in broadcast() method
|
H A D | registry.rs | 133 pub(crate) fn broadcast(&self) { in broadcast() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/windows/ |
H A D | registry.rs | 66 pub(crate) fn broadcast(&self, event_id: usize) -> i32 { in broadcast() method
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/ |
H A D | sample_driver.c | 74 …mpleDriverSendEvent(struct HdfDeviceIoClient *client, int id, struct HdfSBuf *data, bool broadcast) in SampleDriverSendEvent()
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_config.h | 38 … uint32_t broadcast; /* Broadcast flags enable [0|1]: 0-no, 1-yes(default). */ member
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | address_utils.cpp | 55 uint32_t broadcast = BroadCastAddress(currIp, netmask); in NextIpAddress() local 121 uint32_t broadcast = htonl(network) + HostTotal(netmask); in BroadCastAddress() local
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/ |
H A D | sample_driver_test.c | 149 …mpleDriverSendEvent(struct HdfDeviceIoClient *client, int id, struct HdfSBuf *data, bool broadcast) in SampleDriverSendEvent()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/ |
H A D | udp_socket.rs | 308 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method 655 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/ |
H A D | udp_socket.rs | 189 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method 535 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_socket.cpp | 178 int broadcast = 1; in BindKernelSocket() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_cec.c | 1432 static bool HdmiCecMsgIgnore(uint8_t opcode, bool unregistered, bool broadcast) in HdmiCecMsgIgnore() 1606 bool broadcast = HdmiCecIsBroadcastMsg(msg); in HdmiCecMsgDefaultHandle() local 1663 bool broadcast = HdmiCecIsBroadcastMsg(msg); in HdmiCecReceivedMsgHandle() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
H A D | udp.rs | 629 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method 878 pub fn broadcast(&self) -> io::Result<bool> { in broadcast() method
|
/ohos5.0/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
H A D | hdf_ioservice_test.cpp | 159 static int SendEvent(struct HdfIoService *serv, const char *eventData, bool broadcast) in SendEvent()
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/ |
H A D | cdma_sms_common.h | 462 CdmaBroadCastMsg broadcast; member
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | socket_exec.cpp | 1330 int broadcast = static_cast<int>(context->options.IsBroadcast()); in ExecUdpSetExtraOptions() local
|