Home
last modified time | relevance | path

Searched defs:newInfo (Results 1 – 25 of 72) sorted by relevance

123

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp280 InnerBundleInfo newInfo; variable
298 InnerBundleInfo newInfo; variable
316 InnerBundleInfo newInfo; variable
334 InnerBundleInfo newInfo; variable
354 InnerBundleInfo newInfo; variable
487 InnerBundleInfo newInfo; variable
518 InnerBundleInfo newInfo; variable
533 InnerBundleInfo newInfo; variable
567 InnerBundleInfo newInfo; variable
585 InnerBundleInfo newInfo; variable
[all …]
H A Dbms_bundle_app_service_fwk_installer.cpp456 InnerBundleInfo newInfo; variable
494 InnerBundleInfo newInfo; variable
521 InnerBundleInfo newInfo; variable
539 InnerBundleInfo newInfo; variable
558 InnerBundleInfo newInfo; variable
583 InnerBundleInfo newInfo; variable
610 InnerBundleInfo newInfo; variable
945 InnerBundleInfo newInfo; variable
1012 InnerBundleInfo newInfo; variable
1068 InnerBundleInfo newInfo; variable
H A Dbms_bundle_installer_test.cpp1766 InnerBundleInfo newInfo; variable
1783 InnerBundleInfo newInfo; variable
1799 InnerBundleInfo newInfo; variable
1987 InnerBundleInfo newInfo; variable
2044 InnerBundleInfo newInfo; variable
2063 InnerBundleInfo newInfo; variable
2081 InnerBundleInfo newInfo; variable
2111 InnerBundleInfo newInfo; variable
2133 InnerBundleInfo newInfo; variable
2183 InnerBundleInfo newInfo; variable
[all …]
/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.cpp80 BlockBuffer newInfo = {newBuffer.memory, newBuffer.length}; in MakePatch() local
95 int32_t BlocksDiff::MakePatch(const BlockBuffer &newInfo, in MakePatch()
116 int32_t BlocksDiff::MakePatch(const BlockBuffer &newInfo, in MakePatch()
131 int32_t BlocksDiff::MakePatch(const BlockBuffer &newInfo, const BlockBuffer &oldInfo, size_t &patch… in MakePatch()
153 const BlockBuffer &newInfo, size_t &patchSize) in WritePatchData()
274 void BlocksDiff::ComputeOldScore(const BlockBuffer &newInfo, in ComputeOldScore()
297 void BlocksDiff::ComputeLength(const BlockBuffer &newInfo, in ComputeLength()
352 int32_t BlocksDiff::GetCtrlDatas(const BlockBuffer &newInfo, in GetCtrlDatas()
641 int64_t SuffixArray<DataType>::Search(const BlockBuffer &newInfo, in Search()
H A Dimage_diff.cpp78 PatchBuffer newInfo = { newBuffer.buffer, 0, newBuffer.length }; in MakePatch() local
88 int32_t ImageDiff::SplitImage(const PatchBuffer &oldInfo, const PatchBuffer &newInfo) in SplitImage()
120 … BlockBuffer newInfo = { block.newInfo.buffer + block.newInfo.start, block.newInfo.length }; in WriteHeader() local
155 const BlockBuffer &newInfo, const BlockBuffer &oldInfo, size_t &patchSize) const in MakeBlockPatch() argument
275 PatchBuffer newInfo = { newBuffer.buffer, 0, newBuffer.length }; in MakePatch() local
391 BlockBuffer newInfo = { block.destOriginalData.data(), block.destOriginalLength }; in WriteHeader() local
482 BlockBuffer newInfo = { block.destOriginalData.data(), block.destOriginalLength }; in WriteHeader() local
H A Dimage_diff.h27 PatchBuffer newInfo; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_checker_test.cpp766 InnerBundleInfo newInfo; variable
811 InnerBundleInfo newInfo; variable
883 InnerBundleInfo newInfo; variable
905 InnerBundleInfo newInfo; variable
961 InnerBundleInfo newInfo; variable
1014 InnerBundleInfo newInfo; variable
1039 InnerBundleInfo newInfo; variable
1062 InnerBundleInfo newInfo; variable
1332 InnerBundleInfo newInfo; variable
1369 InnerBundleInfo newInfo; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerextractmodule_fuzzer/
H A Dappservicefwkinstallerextractmodule_fuzzer.cpp34 InnerBundleInfo newInfo; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp458 InnerBundleInfo &newInfo = it->second; in InnerProcessInstall() local
473 InnerBundleInfo &newInfo, const std::string &bundlePath, bool copyHapToInstallPath) in ExtractModule()
535 InnerBundleInfo &newInfo, const std::string &bundlePath) in ExtractModule()
584 InnerBundleInfo &newInfo, in ProcessNativeLibrary()
739 InnerBundleInfo &newInfo, const std::string &hspPath, const InstallParam &installParam) in ProcessBundleUpdateStatus()
769 ErrCode AppServiceFwkInstaller::ProcessModuleUpdate(InnerBundleInfo &newInfo, in ProcessModuleUpdate()
803 ErrCode AppServiceFwkInstaller::ProcessNewModuleInstall(InnerBundleInfo &newInfo, in ProcessNewModuleInstall()
947 bool AppServiceFwkInstaller::CheckNeedUpdate(const InnerBundleInfo &newInfo, const InnerBundleInfo … in CheckNeedUpdate()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleupdatestatus_fuzzer/
H A Dbasebundleinstallerprocessbundleupdatestatus_fuzzer.cpp32 InnerBundleInfo newInfo; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessmoduleupdate_fuzzer/
H A Dbasebundleinstallerprocessmoduleupdate_fuzzer.cpp31 InnerBundleInfo newInfo; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_data_manager.cpp27 ErrCode OverlayDataMgr::UpdateOverlayInfo(const InnerBundleInfo &newInfo, InnerBundleInfo &oldInfo, in UpdateOverlayInfo()
74 ErrCode OverlayDataMgr::UpdateInternalOverlayInfo(const InnerBundleInfo &newInfo, InnerBundleInfo &… in UpdateInternalOverlayInfo()
93 ErrCode OverlayDataMgr::UpdateExternalOverlayInfo(const InnerBundleInfo &newInfo, InnerBundleInfo &… in UpdateExternalOverlayInfo()
136 ErrCode OverlayDataMgr::BuildOverlayConnection(const InnerBundleInfo &newInfo, InnerBundleInfo &old… in BuildOverlayConnection()
210 ErrCode OverlayDataMgr::RemoveOverlayModuleConnection(const InnerBundleInfo &newInfo, InnerBundleIn… in RemoveOverlayModuleConnection()
791 ErrCode OverlayDataMgr::UpdateOverlayModule(const InnerBundleInfo &newInfo, InnerBundleInfo &oldInf… in UpdateOverlayModule()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c191 static void NewWifiDiscovered(const NodeInfo *oldInfo, NodeInfo *newInfo) in NewWifiDiscovered()
210 static void NewBrBleDiscovered(const NodeInfo *oldInfo, NodeInfo *newInfo) in NewBrBleDiscovered()
232 static void RetainOfflineCode(const NodeInfo *oldInfo, NodeInfo *newInfo) in RetainOfflineCode()
339 static bool IsNetworkIdChanged(NodeInfo *newInfo, NodeInfo *oldInfo) in IsNetworkIdChanged()
647 int32_t LnnUpdateNetworkId(const NodeInfo *newInfo) in LnnUpdateNetworkId()
695 int32_t LnnUpdateNodeInfo(NodeInfo *newInfo) in LnnUpdateNodeInfo()
1458 static void UpdateDevBasicInfoToDLedger(NodeInfo *newInfo, NodeInfo *oldInfo) in UpdateDevBasicInfoToDLedger()
1495 static void UpdateDistributedLedger(NodeInfo *newInfo, NodeInfo *oldInfo) in UpdateDistributedLedger()
1547 int32_t LnnUpdateDistributedNodeInfo(NodeInfo *newInfo, const char *udid) in LnnUpdateDistributedNodeInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp357 InnerBundleInfo newInfo; variable
375 InnerBundleInfo newInfo; variable
397 InnerBundleInfo newInfo; variable
764 InnerBundleInfo newInfo; variable
787 InnerBundleInfo newInfo; variable
856 InnerBundleInfo newInfo; variable
937 InnerBundleInfo newInfo; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_ffi.cpp173 …auto onError = [ffiOnError = CJLambda::Create(callback)](const LoadImageFailEvent& newInfo) -> voi… in FfiOHOSAceFrameworkImageOnError()
192 …onComplete = [ffiOnComplete = CJLambda::Create(callback)](const LoadImageSuccessEvent& newInfo) ->… in FfiOHOSAceFrameworkImageOnComplete()
H A Dcj_span_ffi.cpp89 auto newInfo = *clickInfo; in FfiOHOSAceFrameworkSpanSetOnClick() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/
H A Dappservicefwkinstallerupdateappservice_fuzzer.cpp46 InnerBundleInfo newInfo; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp970 InnerBundleInfo newInfo; variable
1129 InnerBundleInfo newInfo; variable
1509 BundleInfo newInfo; variable
1542 BundleInfo newInfo; variable
1567 BundleInfo newInfo; variable
1587 BundleInfo newInfo; variable
1613 BundleInfo newInfo; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync_deps_mock.cpp69 int32_t LnnUpdateNetworkId(const NodeInfo *newInfo) in LnnUpdateNetworkId()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c251 static uint32_t CheckAndUpdateBusinessAll(BusinessDataAll *curInfo, const BusinessDataAll *newInfo,… in CheckAndUpdateBusinessAll()
297 static int32_t UpdateDeviceInfoBusinessData(DeviceInfo *curInfo, const DeviceInfo *newInfo, int8_t … in UpdateDeviceInfoBusinessData()
302 static int32_t UpdateCapabilityBitmap(DeviceInfo *curInfo, const DeviceInfo *newInfo, in UpdateCapabilityBitmap()
327 static int32_t UpdateDeviceInfoInner(DeviceInfo *curInfo, const DeviceInfo *newInfo, int8_t *update… in UpdateDeviceInfoInner()
367 …ic int32_t UpdateDeviceInfo(DeviceInfo *curInfo, const RxIface *rxIface, const DeviceInfo *newInfo, in UpdateDeviceInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dinner_app_quick_fix.cpp52 bool InnerAppQuickFix::AddHqfInfo(const AppQuickFix &newInfo) in AddHqfInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_channel_test.cpp428 AuthChannelInfo *newInfo = (AuthChannelInfo*)SoftBusCalloc(sizeof(AuthChannelInfo)); variable
492 AuthChannelInfo *newInfo = (AuthChannelInfo*)SoftBusCalloc(sizeof(AuthChannelInfo)); variable
1135 AuthChannelInfo *newInfo = CreateAuthChannelInfo(g_sessionName, isClient); variable
/ohos5.0/base/security/huks/utils/file_iterative_reader/src/
H A Dhks_iterative_reader.c81 struct HksReadFileInfo *newInfo = in HksReAllocFileInfoList() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_test.cpp191 CloudInfo newInfo; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp352 InnerBundleInfo newInfo; in ParseHapFiles() local
675 InnerBundleInfo &newInfo) in CollectProvisionInfo()
700 InnerBundleInfo &newInfo) in SetAppProvisionMetadata()
717 const InstallCheckParam &checkParam, InnerBundleInfo &newInfo) in GetPrivilegeCapability()
1121 bool BundleInstallChecker::IsExistedDistroModule(const InnerBundleInfo &newInfo, const InnerBundleI… in IsExistedDistroModule() argument
1150 bool BundleInstallChecker::IsContainModuleName(const InnerBundleInfo &newInfo, const InnerBundleInf… in IsContainModuleName() argument

123