Searched refs:DEFAULT_STRING (Results 1 – 12 of 12) sorted by relevance
/base/hiviewdfx/hiview/plugins/usage_event_report/event/ |
D | app_usage_event.cpp | 27 {KEY_OF_PACKAGE, DEFAULT_STRING}, {KEY_OF_VERSION, DEFAULT_STRING}, in AppUsageEvent() 28 {KEY_OF_USAGE, DEFAULT_UINT64}, {KEY_OF_DATE, DEFAULT_STRING} in AppUsageEvent()
|
/base/hiviewdfx/hiview/base/event_report/event/ |
D | plugin_fault_event.cpp | 26 this->paramMap_ = { {KEY_OF_PLUGIN_NAME, DEFAULT_STRING}, {KEY_OF_REASON, DEFAULT_STRING} }; in PluginFaultEvent()
|
D | plugin_event.cpp | 26 this->paramMap_ = { {KEY_OF_PLUGIN_NAME, DEFAULT_STRING}, {KEY_OF_RESULT, DEFAULT_UINT32} }; in PluginEvent()
|
D | plugin_stats_event.cpp | 33 {KEY_OF_PLUGIN_NAME, DEFAULT_STRING}, {KEY_OF_PROC_NAME, DEFAULT_STRING}, in PluginStatsEvent()
|
D | param_value.cpp | 84 return IsString() ? std::get<std::string>(this->value_) : DEFAULT_STRING; in GetString()
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
D | dlp_file_kits.cpp | 92 return DEFAULT_STRING; in GetDlpFileRealSuffix() 104 return DEFAULT_STRING; in GetMimeTypeBySuffix() 161 if (fileName == DEFAULT_STRING || !IsDlpFileName(fileName)) { in GetSandboxFlag() 173 if (realSuffix != DEFAULT_STRING) { in GetSandboxFlag() 176 if (realType != DEFAULT_STRING) { in GetSandboxFlag()
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/ |
D | dlp_file_kits.h | 38 static const std::string DEFAULT_STRING = ""; variable
|
/base/update/updater/services/ui/language/ |
D | language_ui_msg_id.h | 76 DEFAULT_STRING, enumerator
|
/base/hiviewdfx/hiview/base/event_report/event/include/ |
D | param_value.h | 29 const std::string DEFAULT_STRING = ""; variable
|
/base/location/frameworks/location_common/common/source/ |
D | common_utils.cpp | 246 return DEFAULT_STRING; in Str16ToStr8() 248 std::wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t> convert(DEFAULT_STRING); in Str16ToStr8() 250 return result == DEFAULT_STRING ? "" : result; in Str16ToStr8()
|
/base/location/interfaces/inner_api/include/ |
D | common_utils.h | 88 const char DEFAULT_STRING[] = "error"; variable
|
/base/location/test/location_common/source/ |
D | common_utils_test.cpp | 258 EXPECT_EQ(DEFAULT_STRING, CommonUtils::Str16ToStr8(DEFAULT_USTRING));
|