Home
last modified time | relevance | path

Searched refs:mapSize (Results 1 - 10 of 10) sorted by relevance

/base/startup/init/services/init/
H A Dinit_capability.c78 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 Dwallpaper_service_proxy.h74 int32_t mapSize = 0; member in OHOS::WallpaperMgrService::WallpaperServiceProxy
/base/security/code_signature/utils/include/
H A Dcode_sign_block.h77 uint64_t mapSize; member
/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp402 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 Dwallpaper_service.cpp1358 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 Dcode_sign_block.cpp81 arg.pgtypeinfo_size = pageInfoExtension->mapSize; in ProcessExtension()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp1759 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 Dcode_sign_utils_test.cpp724 block.pageInfo.mapSize = 100; in HWTEST_F()
/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp1201 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 Denterprise_device_mgr_ability_test.cpp1832 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