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:MAX_DEVICE_SIZE
(Results
1 - 9
of
9
) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
dp_sync_options.cpp
64
if (size >
MAX_DEVICE_SIZE
) {
in UnMarshalling()
/foundation/communication/wifi/wifi/frameworks/native/src/
H
A
D
wifi_p2p_callback_stub.cpp
254
constexpr int
MAX_DEVICE_SIZE
= 512;
in RemoteOnP2pPeersChanged()
local
257
if (size >
MAX_DEVICE_SIZE
) {
in RemoteOnP2pPeersChanged()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
profile_cache_test.cpp
70
for (int i = 1; i <
MAX_DEVICE_SIZE
+ 1; ++i) {
in HWTEST_F()
100
for (int i = 1; i <
MAX_DEVICE_SIZE
+ 1; ++i) {
in HWTEST_F()
147
for (int i = 1; i <
MAX_DEVICE_SIZE
+ 1; ++i) {
in HWTEST_F()
H
A
D
kv_adapter_test.cpp
354
for (int32_t i = 0; i <
MAX_DEVICE_SIZE
+ 5; i++) {
in HWTEST_F()
H
A
D
profile_utils_test.cpp
164
* @tc.desc: FilterAndGroupOnlineDevices failed, deviceList.size() >
MAX_DEVICE_SIZE
.
171
for (int32_t i = 0; i <
MAX_DEVICE_SIZE
+ 5; i++) {
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H
A
D
distributed_device_profile_constants.h
122
constexpr int32_t
MAX_DEVICE_SIZE
= 1000;
member
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H
A
D
kv_adapter.cpp
320
if (deviceList.empty() || deviceList.size() >
MAX_DEVICE_SIZE
) {
in Sync()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H
A
D
profile_cache.cpp
108
if (deviceProfileMap_.size() >
MAX_DEVICE_SIZE
) {
in AddDeviceProfile()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
profile_utils.cpp
111
if (deviceList.size() == 0 || deviceList.size() >
MAX_DEVICE_SIZE
) {
in FilterAndGroupOnlineDevices()
Completed in 10 milliseconds