/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 54 int32_t SetPointerSize(int32_t size) override; 55 int32_t GetPointerSize(int32_t &size) override; 202 int32_t ReadPointerSize(int32_t &size);
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service_stub.cpp | 264 if (payload.size() > PAYLOAD_MAX_SIZE) {
in ParseAndCheckReportDataParcel() 265 RESSCHED_LOGE("too long payload.size:%{public}u", (uint32_t)payload.size());
in ParseAndCheckReportDataParcel() 312 if (payload.size() <= PAYLOAD_MAX_SIZE) {
in KillProcessInner()
|
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/ |
H A D | js_work_scheduler_extension.cpp | 204 napi_create_string_utf8(env, bundleName.c_str(), bundleName.size(), &bundleNameValue); in SetCommonInfo() 208 napi_create_string_utf8(env, abilityName.c_str(), abilityName.size(), &abilityNameValue); in SetCommonInfo() 223 napi_create_string_utf8(env, extrasStr.c_str(), extrasStr.size(), ¶metersValue); in SetExtrasInfo()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 370 uint32_t size = 0;
in ConvertNativeValueToVector() local 371 napi_get_array_length(env, nativeArray, &size);
in ConvertNativeValueToVector() 372 for (uint32_t i = 0; i < size; i++) {
in ConvertNativeValueToVector()
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_transition_info_test.cpp | 78 ASSERT_EQ(3, winTransitionInfo1->supportWindowModes_.size()); in HWTEST_F() 88 ASSERT_EQ(1, winTransitionInfo2->supportWindowModes_.size()); in HWTEST_F() 314 ASSERT_EQ(supportModesOut.size(), 3); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 433 uint32_t size = data.ReadUint32();
in OnRemoteRequest() local 434 if (size > MAX_SCREEN_SIZE) {
in OnRemoteRequest() 435 WLOGFE("screenIds size is bigger than %{public}u", MAX_SCREEN_SIZE);
in OnRemoteRequest() 448 size_t infoSize = physicalInfos.size();
in OnRemoteRequest() 451 WLOGFE("write physical size error");
in OnRemoteRequest()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_client_test.cpp | 187 EXPECT_NE(interFaceGetList.size(), 0U); in HWTEST_F() 190 EXPECT_EQ(uidGetList.size(), 0U); in HWTEST_F() 277 for (size_t i = 0; i < beginUids.size(); i++) { in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_device.c | 293 int32_t AuthDeviceGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthDeviceGetDeviceUuid() argument 303 if (strcpy_s(uuid, size, auth->uuid) != EOK) { in AuthDeviceGetDeviceUuid() 304 AUTH_LOGI(AUTH_CONN, "copy uuid fail, size=%{public}u", size); in AuthDeviceGetDeviceUuid()
|
/foundation/communication/nfc/services/src/tag/ |
H A D | bt_connection_manager.cpp | 385 if (profileList.size() == 0 && profileList.size() > PROFILE_MAX_SIZE) {
in GetProfileList() 386 ErrorLog("profile list size error");
in GetProfileList() 389 for (uint32_t i = 0; i < profileList.size(); i++) {
in GetProfileList()
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_management.cpp | 207 if (macAddrList.size() == 0) { in GetMacAddress() 402 NETMGR_EXT_LOG_D("EthernetManagement devs size[%{public}zd]", ifaces.size()); in Init() 418 NETMGR_EXT_LOG_D("EthernetManagement devs_ size[%{public}zd", devs_.size()); in Init()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 169 if (keys.size() > 1) { in PutDeviceProfile() 175 for (size_t i = 0; i < keys.size(); i++) { in PutDeviceProfile() 529 size_t itemSize = profileItems_.size(); in FlushProfileItems() 530 HILOGI("profile item size = %{public}zu", itemSize); in FlushProfileItems()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_kv_manager.cpp | 274 ASSERT_BUSINESS_ERR(ctxt, (ctxt->appId.size() < MAX_APP_ID_LEN), Status::INVALID_ARGUMENT, in GetAllKVStoreId() 328 ZLOGD("on mapsize: %{public}d", static_cast<int>(proxy->deathRecipient_.size())); in On() 370 ZLOGD("off mapsize: %{public}d", static_cast<int>(proxy->deathRecipient_.size())); in Off()
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | single_store_impl.cpp | 45 ZLOGE("invalid key:%{public}s size:[k:%{public}zu v:%{public}zu]", in Put() 53 ZLOGE("status:0x%{public}x key:%{public}s, value size:%{public}zu", status, in Put() 72 ZLOGE("invalid key:%{public}s size:[k:%{public}zu v:%{public}zu]", in PutBatch() 82 ZLOGE("status:0x%{public}x entries size:%{public}zu", status, entries.size()); in PutBatch() 97 ZLOGE("invalid key:%{public}s size:%{public}zu", StoreUtil::Anonymous(key.ToString()).c_str(), key.Size()); in Delete() 121 ZLOGE("invalid key:%{public}s size:%{public}zu", StoreUtil::Anonymous(key.ToString()).c_str(), key.Size()); in DeleteBatch() 130 ZLOGE("status:0x%{public}x keys size:%{public}zu", status, keys.size()); in DeleteBatch() 203 ZLOGE("invalid key:%{public}s size in Get() [all...] |
/foundation/distributedhardware/device_manager/services/implementation/src/credential/ |
H A D | dm_credential_manager.cpp | 191 if (vecCredentialData.size() != 1) { in ImportLocalCredential() 406 for (size_t i = 0; i < credentialDataList.size(); i++) { in GetAddDeviceList() 474 for (size_t i = 0; i < peerCredentialInfo.size(); i++) { in GetDeleteDeviceList()
|
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/ |
H A D | oh_preferences.cpp | 227 size_t strLen = str.size(); in OH_Preferences_GetString() 430 auto count = records.size(); in OnChange() 466 for (size_t i = 0; i < dataObservers_.size(); i++) { in UnregisterDataObserver()
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_impl.cpp | 244 value.sign_ = static_cast<int>(value.words_[value.words_.size() - 1]); in Convert2PrefValue() 549 LOG_DEBUG("notify observer size:%{public}zu", dataObserversMap_.size()); in NotifyPreferencesObserver() 569 LOG_DEBUG("dataChange observer call, resultSize:%{public}zu", records.size()); in NotifyPreferencesObserver()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_handler_asset.cpp | 331 if (deviceList.size() == 0 || deviceList.size() > MAX_ONLINE_DEVICE_SIZE) { in IsSameAccount() 332 LOGE("trust device list size is invalid, size=%zu", deviceList.size()); in IsSameAccount()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/ |
H A D | tools_op_restore_async_test.cpp | 54 * @tc.size: MEDIUM 110 * @tc.size: MEDIUM 151 * @tc.size: MEDIUM 215 * @tc.size: MEDIUM 245 * @tc.size: MEDIUM 275 * @tc.size: MEDIUM 300 * @tc.size: MEDIUM 326 * @tc.size: MEDIUM 351 * @tc.size: MEDIUM 377 * @tc.size [all...] |
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/ |
H A D | file_uri_n_exporter.cpp | 191 size_t pathLen = uri.GetPath().size(); in NormalizeUri() 204 size_t tempLen = temp.size(); in NormalizeUri() 219 tempLen = normalizeTemp.size(); in NormalizeUri()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_statemachine.cpp | 82 auto size = deferMsgs_.size(); in ProcessDeferredMessage() local 83 while (size-- > 0 && !deferMsgs_.empty()) { in ProcessDeferredMessage()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_statemachine.cpp | 795 auto size = deferMsgs_.size(); in ProcessDeferredMessage() local 796 while (size-- > 0 && !deferMsgs_.empty()) { in ProcessDeferredMessage()
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_func_feature/component_capture/ |
H A D | demo.cpp | 77 auto size = GetScreenSize();
variable 78 SetSurfaceBounds({0, 0, size.x_ / 2.0f, size.y_ / 2.0f});
|
/third_party/ffmpeg/libavcodec/ |
H A D | crystalhd.c | 666 if (avpkt && avpkt->size) { in crystalhd_decode_packet() 685 bc_ret = DtsProcInput(dev, avpkt->data, avpkt->size, pts, 0); in crystalhd_decode_packet() 725 while (pkt->size > DtsTxFreeSize(dev)) { in crystalhd_receive_frame()
|
H A D | h264_metadata_bsf.c | 389 size_t size; in h264_metadata_handle_display_orientation() local 392 data = av_packet_get_side_data(pkt, AV_PKT_DATA_DISPLAYMATRIX, &size); in h264_metadata_handle_display_orientation() 393 if (data && size >= 9 * sizeof(int32_t)) { in h264_metadata_handle_display_orientation()
|
H A D | libdav1d.c | 310 if (pkt->size) { in libdav1d_receive_frame() 311 res = dav1d_data_wrap(data, pkt->data, pkt->size, in libdav1d_receive_frame() 413 // match timestamps and packet size in libdav1d_receive_frame() 417 frame->pkt_size = p->m.size; in libdav1d_receive_frame()
|