Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:BC_NUM_MAX
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H
A
D
softbus_broadcast_utils.h
36
#define
BC_NUM_MAX
16
macro
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H
A
D
softbus_broadcast_mgr_test.cpp
405
int32_t bcId[
BC_NUM_MAX
+ 1] = {-1};
in HWTEST_F()
406
for (int32_t i = 0; i <
BC_NUM_MAX
; i++) {
in HWTEST_F()
411
EXPECT_EQ(SOFTBUS_BC_MGR_REG_NO_AVAILABLE_BC_ID, RegisterBroadcaster(SRV_TYPE_DIS, &bcId[
BC_NUM_MAX
],
in HWTEST_F()
414
for (int32_t i = 0; i <
BC_NUM_MAX
; i++) {
in HWTEST_F()
438
EXPECT_EQ(SOFTBUS_INVALID_PARAM, UnRegisterBroadcaster(
BC_NUM_MAX
));
in HWTEST_F()
798
EXPECT_EQ(SOFTBUS_BC_MGR_INVALID_BC_ID, SetBroadcastingData(
BC_NUM_MAX
, &packet));
in HWTEST_F()
885
EXPECT_EQ(SOFTBUS_BC_MGR_INVALID_BC_ID, StopBroadcasting(
BC_NUM_MAX
));
in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H
A
D
softbus_broadcast_mgr.c
86
static BroadcastManager g_bcManager[
BC_NUM_MAX
];
118
for (uint32_t managerId = 0; managerId <
BC_NUM_MAX
; managerId++) {
in BcBtStateChanged()
268
for (uint32_t managerId = 0; managerId <
BC_NUM_MAX
; managerId++) {
in BcStartBroadcastingCallback()
300
for (uint32_t managerId = 0; managerId <
BC_NUM_MAX
; managerId++) {
in BcStopBroadcastingCallback()
334
for (uint32_t managerId = 0; managerId <
BC_NUM_MAX
; managerId++) {
in BcUpdateBroadcastingCallback()
356
for (uint32_t managerId = 0; managerId <
BC_NUM_MAX
; managerId++) {
in BcSetBroadcastingCallback()
738
for (managerId = 0; managerId <
BC_NUM_MAX
; managerId++) {
in RegisterBroadcaster()
743
if (managerId ==
BC_NUM_MAX
) {
in RegisterBroadcaster()
770
if (bcId < 0 || bcId >=
BC_NUM_MAX
|| !g_bcManager[bcId].isUsed) {
in CheckBcIdIsValid()
1931
SOFTBUS_DPRINTF(fd, "max broadcaster num : %d\n",
BC_NUM_MAX
);
in RegisterInfoDump()
[all...]
Completed in 8 milliseconds