Home
last modified time | relevance | path

Searched refs:old (Results 1 - 7 of 7) sorted by relevance

/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drunning_task_count_test.cpp145 int old = FwkRunningTaskCountManager::GetInstance()->GetCount(); in HWTEST_F() local
150 FwkRunningTaskCountManager::GetInstance()->SetCount(old); in HWTEST_F()
152 EXPECT_EQ(count, old); in HWTEST_F()
H A Druncount_notify_stub_test.cpp87 int old = FwkRunningTaskCountManager::GetInstance()->GetCount(); in HWTEST_F() local
93 FwkRunningTaskCountManager::GetInstance()->SetCount(old); in HWTEST_F()
95 EXPECT_EQ(count, old); in HWTEST_F()
/base/update/updater/test/unittest/script/script_instruction/
H A Dbasic_instruction_unittest.cpp131 std::streambuf* old = std::cout.rdbuf(buffer.rdbuf()); in TestBasicInstructionStdout() local
144 std::cout.rdbuf(old); in TestBasicInstructionStdout()
/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
H A Ddownloaduploadmanager_fuzzer.cpp374 int old = FwkRunningTaskCountManager::GetInstance()->GetCount(); in RunningTaskCountFuzzTestGetAndSetCount() local
378 FwkRunningTaskCountManager::GetInstance()->SetCount(old); in RunningTaskCountFuzzTestGetAndSetCount()
422 int old = FwkRunningTaskCountManager::GetInstance()->GetCount(); in RunCountNotifyStubFuzzTestOnCallBack() local
428 FwkRunningTaskCountManager::GetInstance()->SetCount(old); in RunCountNotifyStubFuzzTestOnCallBack()
/base/request/request/services/src/task/
H A Drequest_task.rs94 let old = self.rate_limiting.swap(limit, Ordering::SeqCst);
95 if old != limit {
/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dfile_parser.py143 def format_translation_changes(old, new):
144 """ Return a comment stating what is different between the old and new
151 oldargs = [x.replace('struct _', '') for x in old['args']]
152 oldretval = old['retval'].replace('struct _', '')
177 '\n // WAS: '+old['retval']+ \
/base/hiviewdfx/hitrace/tools/hitrace_converter/
H A Dparse_functions.py615 old = parse_int_field(one_event, "old", False)
618 return "file=0x%x dev=%d:%d ino=0x%x old=0x%x new=0x%x" \
619 % (file, s_dev >> 20, s_dev & 0xfffff, i_ino, old, new)
776 PRINT_FMT_FILE_CHECK_AND_ADVANCE_WB_ERR = '"file=%p dev=%d:%d ino=0x%lx old=0x%x new=0x%x", REC->file, ((unsigned int)((REC->s_dev) >> 20)), ((unsigned int)((REC->s_dev) & ((1U << 20) - 1))), REC->i_ino, REC->old, REC->new'

Completed in 9 milliseconds