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:mapSize
(Results
1 - 10
of
10
) sorted by relevance
/base/startup/init/services/init/
H
A
D
init_capability.c
78
int
mapSize
= (int)ARRAY_LENGTH(capStrCapNum);
in GetCapByString()
local
80
for (int j = 0; j <
mapSize
; j++) {
in GetCapByString()
/base/theme/wallpaper_mgr/frameworks/native/include/
H
A
D
wallpaper_service_proxy.h
74
int32_t
mapSize
= 0;
member in OHOS::WallpaperMgrService::WallpaperServiceProxy
/base/security/code_signature/utils/include/
H
A
D
code_sign_block.h
77
uint64_t
mapSize
;
member
/base/powermgr/power_manager/utils/shell/src/
H
A
D
power_shell_command.cpp
402
uint32_t
mapSize
= static_cast<uint32_t>(runningLockLists.size());
in RunAsQueryLockCommand()
local
404
resultReceiver_.append(std::to_string(
mapSize
));
in RunAsQueryLockCommand()
/base/theme/wallpaper_mgr/services/src/
H
A
D
wallpaper_service.cpp
1358
int32_t
mapSize
= WritePixelMapToStream(pixelMap, ostream);
in WritePixelMapToFile()
local
1359
if (
mapSize
<= 0) {
in WritePixelMapToFile()
1363
ErrorCode errCode = CheckValid(wallpaperType,
mapSize
, resourceType);
in WritePixelMapToFile()
1368
char *buffer = new (std::nothrow) char[
mapSize
]();
in WritePixelMapToFile()
1373
stringBuf.sgetn(buffer,
mapSize
);
in WritePixelMapToFile()
1383
if (write(fdw, buffer,
mapSize
) <= 0) {
in WritePixelMapToFile()
/base/security/code_signature/utils/src/
H
A
D
code_sign_block.cpp
81
arg.pgtypeinfo_size = pageInfoExtension->
mapSize
;
in ProcessExtension()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_request.cpp
1759
int32_t
mapSize
= parcel.ReadInt32();
in ReadFromParcel()
local
1760
mapSize
= (
mapSize
< MAX_MAP_SIZE) ?
mapSize
: MAX_MAP_SIZE;
in ReadFromParcel()
1761
for (int32_t seq = 0; seq <
mapSize
; seq++) {
in ReadFromParcel()
/base/security/code_signature/test/unittest/
H
A
D
code_sign_utils_test.cpp
724
block.pageInfo.
mapSize
= 100;
in HWTEST_F()
/base/powermgr/power_manager/services/native/src/
H
A
D
power_state_machine.cpp
1201
uint32_t
mapSize
= screenOnLockLists.size();
in WakeupDeviceInner()
local
1214
POWER_HILOGI(FEATURE_RUNNING_LOCK, "%{public}d screen on locks as follows: %{public}s",
mapSize
, message.c_str());
in WakeupDeviceInner()
/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H
A
D
enterprise_device_mgr_ability_test.cpp
1832
size_t
mapSize
= edmMgr_->commonEventFuncMap_.size();
in HWTEST_F()
local
1833
EXPECT_TRUE(
mapSize
== COMMON_EVENT_FUNC_MAP_SIZE);
in HWTEST_F()
Completed in 19 milliseconds