Searched refs:NULL_STR (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_memory_test.cpp | 37 string NULL_STR = ""; variable 86 ASSERT_FALSE(parseSmapsInfo->GetHasPidValue("RSS", NULL_STR, pid)); 87 ASSERT_FALSE(parseSmapsInfo->GetHasPidValue("PSS", NULL_STR, pid)); 88 ASSERT_FALSE(parseSmapsInfo->GetHasPidValue("Size", NULL_STR, pid)); 89 … ASSERT_FALSE(parseSmapsInfo->GetSmapsValue(MemoryFilter::MemoryType::NOT_SPECIFIED_PID, NULL_STR, 90 NULL_STR, pid)); 142 getHardwareInfo->GetResverRegPath(NULL_STR); 160 int value = static_cast<int>(memoryInfo->GetProcValue(INVALID_PID, NULL_STR));
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/ |
H A D | rust_utils_file_test.rs | 26 pub const NULL_STR: &str = ""; const 69 let filename = NULL_STR.to_string(); in test_load_string_from_file_002() 78 let content = NULL_STR.to_string(); in test_load_string_from_file_003() 129 let content = NULL_STR.to_string(); in test_load_string_from_fd_002() 197 let new_content = NULL_STR.to_string(); in test_save_string_to_file_001() 229 let new_content = NULL_STR.to_string(); in test_save_string_to_file_003() 242 let new_content = NULL_STR.to_string(); in test_save_string_to_file_004() 448 let str_value = NULL_STR.to_string(); in test_string_exists_in_file_002() 553 let str = NULL_STR.to_string(); in test_count_str_in_file_002()
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_file_test.cpp | 35 static constexpr char NULL_STR[] = ""; member in OHOS::__anon9a9253d00110::UtilsFileTest 105 string filename = NULL_STR; 118 string content = NULL_STR; 189 string content = NULL_STR; 595 string str = NULL_STR; 729 string str = NULL_STR;
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/ |
H A D | file_benchmark_test.cpp | 34 static constexpr char NULL_STR[] = ""; variable 145 string filename = NULL_STR; in BENCHMARK_F() 163 string content = NULL_STR; in BENCHMARK_F() 259 string content = NULL_STR; in BENCHMARK_F() 720 string str = NULL_STR; in BENCHMARK_F() 906 string str = NULL_STR; in BENCHMARK_F()
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | encoder.rs | 258 writer.write_all(NULL_STR)?; in encode_null()
|
H A D | consts.rs | 69 pub(crate) const NULL_STR: &[u8] = b"null";
|