Searched refs:old (Results 1 - 7 of 7) sorted by relevance
/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | running_task_count_test.cpp | 145 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 D | runcount_notify_stub_test.cpp | 87 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 D | basic_instruction_unittest.cpp | 131 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 D | downloaduploadmanager_fuzzer.cpp | 374 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 D | request_task.rs | 94 let old = self.rate_limiting.swap(limit, Ordering::SeqCst); 95 if old != limit {
|
/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | file_parser.py | 143 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 D | parse_functions.py | 615 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