Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 136) sorted by relevance

123456

/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/common/src/
H A Dux_page_table_c.c284 uxpte_t old = 0; in UxpteAdd() local
287 old = UxpteLoad(pte); in UxpteAdd()
288 if (old + incNum < old || old + incNum < incNum) { in UxpteAdd()
291 newVal = old + incNum; in UxpteAdd()
292 if (ULONG_MAX - old < incNum) { in UxpteAdd()
304 uxpte_t old; in UxpteSub() local
306 old = UxpteLoad(pte); in UxpteSub()
307 } while (!UxpteCAS_(pte, old, old - decNum)); in UxpteSub()
312 uxpte_t old = UxpteLoad(pte); in UxpteClear_() local
318 old = UxpteLoad(pte); in UxpteClear_()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.cpp41 Upgrade::DBStatus Upgrade::UpdateStore(const StoreMeta &old, const StoreMeta &meta, const std::vect… in UpdateStore() argument
43 if (old.version < StoreMeta::UUID_CHANGED_TAG && old.storeType == DEVICE_COLLABORATION) { in UpdateStore()
44 auto upStatus = Upgrade::GetInstance().UpdateUuid(old, meta, pwd); in UpdateStore()
50 if (old.dataDir == meta.dataDir) { in UpdateStore()
59 auto backupFile = exporter_(old, password); in UpdateStore()
69 cleaner_(old); in UpdateStore()
73 Upgrade::DBStatus Upgrade::ExportStore(const StoreMeta &old, const StoreMeta &meta) in ExportStore() argument
75 if (old.dataDir == meta.dataDir) { in ExportStore()
84 auto backupFile = exporter_(old, password); in ExportStore()
105 Upgrade::DBStatus Upgrade::UpdateUuid(const StoreMeta &old, const StoreMeta &meta, const std::vecto… in UpdateUuid() argument
H A Dupgrade.h42 …DBStatus UpdateStore(const StoreMeta &old, const StoreMeta &meta, const std::vector<uint8_t> &pwd);
43 DBStatus ExportStore(const StoreMeta &old, const StoreMeta &meta);
45 … DBStatus UpdateUuid(const StoreMeta &old, const StoreMeta &meta, const std::vector<uint8_t> &pwd);
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/include/
H A Dosal_atomic_def.h64 unsigned long old = *p; in OsalTestSetBitWrapper() local
65 *p = old | mask; in OsalTestSetBitWrapper()
68 return ((old & mask) != 0); in OsalTestSetBitWrapper()
77 unsigned long old = *p; in OsalTestClearBitWrapper() local
78 *p = old & ~mask; in OsalTestClearBitWrapper()
81 return ((old & mask) != 0); in OsalTestClearBitWrapper()
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/include/
H A Dosal_atomic_def.h64 unsigned long old = *p; in OsalTestSetBitWrapper() local
65 *p = old | mask; in OsalTestSetBitWrapper()
68 return ((old & mask) != 0); in OsalTestSetBitWrapper()
77 unsigned long old = *p; in OsalTestClearBitWrapper() local
78 *p = old & ~mask; in OsalTestClearBitWrapper()
81 return ((old & mask) != 0); in OsalTestClearBitWrapper()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/include/
H A Dosal_atomic_def.h64 unsigned long old = *p; in OsalTestSetBitWrapper() local
65 *p = old | mask; in OsalTestSetBitWrapper()
68 return ((old & mask) != 0); in OsalTestSetBitWrapper()
77 unsigned long old = *p; in OsalTestClearBitWrapper() local
78 *p = old & ~mask; in OsalTestClearBitWrapper()
81 return ((old & mask) != 0); in OsalTestClearBitWrapper()
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_manager.h51 auto old = count.load(); in DecreCount() local
52 if (old <= 0) { in DecreCount()
56 if (count.compare_exchange_weak(old, old - 1, std::memory_order_relaxed)) { in DecreCount()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dentry_page_info.h47 std::string old(std::move(params_)); in ReplacePageParams()
49 return old; in ReplacePageParams()
59 bool old = recoverable_; in ReplaceRecoverable() local
61 return old; in ReplaceRecoverable()
/ohos5.0/foundation/deviceprofile/device_info_manager/
H A Ddeviceprofile.gni16 old_device_profile_path = "//foundation/deviceprofile/device_info_manager/old"
18 "//foundation/deviceprofile/device_info_manager/old/services"
20 "//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits"
22 "//foundation/deviceprofile/device_info_manager/old/test"
/ohos5.0/docs/en/application-dev/reference/common/
H A D_j_s_v_m___create_v_m_options.md20 | size_t [maxOldGenerationSize](#maxoldgenerationsize) | Maximum size of the old-generation memory.…
22 | size_t [initialOldGenerationSize](#initialoldgenerationsize) | Initial size of the old-generation…
38 Initial size of the old-generation memory.
65 Maximum size of the old-generation memory.
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-arkui.md190 | ohos.prompt | ActionMenuOptions |old : title?: string;<br>new : title?: string \| Resource; | 变更…
191 | ohos.prompt | ShowDialogOptions |old : message?: string;<br>new : message?: string \| Resource; …
192 | ohos.prompt | ShowDialogOptions |old : title?: string;<br>new : title?: string \| Resource; | 变更…
193 | ohos.prompt | Button |old : color: string;<br>new : color: string \| Resource; | 变更 |
194 | ohos.prompt | Button |old : text: string;<br>new : text: string \| Resource; | 变更 |
195 | ohos.prompt | ShowToastOptions |old : message: string;<br>new : message: string \| Resource; | 变…
196 | ArkUI | BorderOptions |old : style?: BorderStyle;<br>new : style?: EdgeStyles \| BorderStyle; | 变…
197 | ArkUI | BorderOptions |old : radius?: Length;<br>new : radius?: BorderRadiuses \| Length; | 变更 |
198 | ArkUI | BorderOptions |old : color?: ResourceColor;<br>new : color?: EdgeColors \| ResourceColor;…
199 | ArkUI | BorderOptions |old : width?: Length;<br>new : width?: EdgeWidths \| Length; | 变更 |
[all …]
H A Djs-apidiff-file-management.md12 | ohos.volumeManager | volumeManager | old :<br>getVolumeById(id: string, callback: AsyncCallback\<…
13 | ohos.volumeManager | volumeManager | old :<br>format(volId: string, callback: AsyncCallback\<void…
14 | ohos.volumeManager | volumeManager | old :<br>partition(volId: string, fstype: string, callback: …
H A Djs-apidiff-unitest.md47 | ohos.uitest | UiDriver |old : drag(startx: number, starty: number, endx: number, endy: number): P…
48 | ohos.uitest | UiComponent |old : scrollToBottom(): Promise\<void>;<br>new : scrollToTop(speed?: n…
49 | ohos.uitest | UiComponent |old : scrollToTop(): Promise\<void>;<br>new : scrollToTop(speed?: numb…
/ohos5.0/foundation/multimedia/av_session/
H A Dhisysevent.yaml25 OLD_BUNDLE_NAME: {type: STRING, desc: old bundle name}
26 OLD_MODULE_NAME: {type: STRING, desc: old module name}
27 OLD_ABILITY_NAME: {type: STRING, desc: old ability name}
28 OLD_SESSION_PID: {type: INT32, desc: old session pid}
29 OLD_SESSION_UID: {type: INT32, desc: old session uid}
30 OLD_SESSION_ID: {type: STRING, desc: old session id}
31 OLD_SESSION_TAG: {type: STRING, desc: old session tag}
32 OLD_SESSION_TYPE: {type: INT32, desc: old session type}
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-arkui.md190 | ohos.prompt | ActionMenuOptions |old : title?: string;<br>new : title?: string \| Resource; | Up…
191 | ohos.prompt | ShowDialogOptions |old : message?: string;<br>new : message?: string \| Resource; …
192 | ohos.prompt | ShowDialogOptions |old : title?: string;<br>new : title?: string \| Resource; | Up…
193 | ohos.prompt | Button |old : color: string;<br>new : color: string \| Resource; | Updated|
194 | ohos.prompt | Button |old : text: string;<br>new : text: string \| Resource; | Updated|
195 | ohos.prompt | ShowToastOptions |old : message: string;<br>new : message: string \| Resource; | U…
196 | ArkUI | BorderOptions |old : style?: BorderStyle;<br>new : style?: EdgeStyles \| BorderStyle; | U…
197 | ArkUI | BorderOptions |old : radius?: Length;<br>new : radius?: BorderRadiuses \| Length; | Upda…
198 | ArkUI | BorderOptions |old : color?: ResourceColor;<br>new : color?: EdgeColors \| ResourceColor;…
199 | ArkUI | BorderOptions |old : width?: Length;<br>new : width?: EdgeWidths \| Length; | Updated|
[all …]
H A Djs-apidiff-file-management.md12 | ohos.volumeManager | volumeManager | old :<br>getVolumeById(id: string, callback: AsyncCallback\<…
13 | ohos.volumeManager | volumeManager | old :<br>format(volId: string, callback: AsyncCallback\<void…
14 | ohos.volumeManager | volumeManager | old :<br>partition(volId: string, fstype: string, callback: …
H A Djs-apidiff-unitest.md47 | ohos.uitest | UiDriver |old : drag(startx: number, starty: number, endx: number, endy: number): P…
48 | ohos.uitest | UiComponent |old : scrollToBottom(): Promise\<void>;<br>new : scrollToTop(speed?: n…
49 | ohos.uitest | UiComponent |old : scrollToTop(): Promise\<void>;<br>new : scrollToTop(speed?: numb…
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Druncount_notify_stub_test.cpp87 int old = FwkRunningTaskCountManager::GetInstance()->GetCount(); variable
93 FwkRunningTaskCountManager::GetInstance()->SetCount(old);
95 EXPECT_EQ(count, old);
H A Drunning_task_count_test.cpp145 int old = FwkRunningTaskCountManager::GetInstance()->GetCount(); variable
150 FwkRunningTaskCountManager::GetInstance()->SetCount(old);
152 EXPECT_EQ(count, old);
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dflat_container.cpp172 if (const auto old = interface_pointer_cast<IContainer>(cont->GetParent())) { in SetObjectParent() local
173 if (old == interface_pointer_cast<IContainer>(parent)) { in SetObjectParent()
177 old->Remove(object); in SetObjectParent()
H A Dcontainer.cpp225 if (const auto old = interface_pointer_cast<IContainer>(cont->GetParent())) { in SetObjectParent() local
226 if (old == interface_pointer_cast<IContainer>(parent)) { in SetObjectParent()
230 old->Remove(object); in SetObjectParent()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.36/
H A Dchangelogs-multimedia.md11 …troduce a device parameter. To match new service features, you are not advised to use the old APIs.
17 When you use the old APIs, a message is displayed, indicating that they are deprecated. You are adv…
40 Replace the old APIs in the code with the new APIs.
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_event.cpp421 LogTraceKey &old = g_traceIds.at(iter->second); in StartLogTraceId() local
422 if (old.evtType != eventType || old.action != action) { in StartLogTraceId()
423 old.evtType = eventType; in StartLogTraceId()
424 old.action = action; in StartLogTraceId()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H A Dwindows.rs53 let old = unsafe { libc::signal(sig_num, sig_handler as usize) }; in sig_handler() localVariable
54 if old == SIG_ERR as sighandler_t { in sig_handler()
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dgc-introduction.md3 …ting and tracing GC. Based on the generational model (young generation and old generation), ArkTS …
14 - Old Space: stores old generation, that is, long-surviving objects. Multiple algorithms are used t…
118old GC trigger threshold ranges from 20 MB to 300 MB. In most cases, the threshold of the first ol…
119 … of the old generation, and sweeps other spaces. The trigger frequency is much lower than that of …
126 - **Description**: Performs full compression on the young generation and old generation. Full GC is…
171 - Description: Adjusts the old space threshold based on the minimum increase step and average survi…
194 - Shared Old Space: stores common shared objects. The young generation and old generation are not d…

123456