Searched refs:FILE_NAME (Results 1 - 5 of 5) sorted by relevance
/base/web/webview/ohos_nweb/include/ |
H A D | nweb_log.h | 30 #define FILE_NAME (__builtin_strrchr("/" __FILE__, '/') + 1) macro 39 FILE_NAME, __LINE__, ##__VA_ARGS__); \ 48 FILE_NAME, __LINE__, ##__VA_ARGS__); \ 57 FILE_NAME, __LINE__, ##__VA_ARGS__); \ 66 FILE_NAME, __LINE__, ##__VA_ARGS__); \ 75 FILE_NAME, __LINE__, ##__VA_ARGS__); \
|
/base/powermgr/powermgr_lite/frameworks/include/ |
H A D | hilog_wrapper.h | 31 #define FILE_NAME (__builtin_strrchr(__FILE__, '/') ? __builtin_strrchr(__FILE__, '/') + 1 : __FILE__) macro 32 #define FILE_FORMATED(fmt, ...) "[%s] %s# " fmt, FILE_NAME, __FUNCTION__, ##__VA_ARGS__
|
/base/powermgr/battery_lite/frameworks/native/include/ |
H A D | hilog_wrapper.h | 27 #define FILE_NAME (__builtin_strrchr(__FILE__, '/') ? __builtin_strrchr(__FILE__, '/') + 1 : __FILE__) macro 28 #define FILE_FORMATED(fmt, ...) "[%s] %s# " fmt, FILE_NAME, __FUNCTION__, ##__VA_ARGS__
|
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/ |
H A D | vcard_fuzzer.cpp | 40 constexpr const char *FILE_NAME = "example.vcf"; member 46 file.open(FILE_NAME, std::ios::out); in WriteTestData() 75 VCardManager::GetInstance().Decode(FILE_NAME, errorCode); in DecodeVcard() 96 VCardManager::GetInstance().Decode(FILE_NAME, errorCode); in DecodeVcardData() 107 VCardManager::GetInstance().Decode(FILE_NAME, errorCode); in DecodeVcardRelation() 120 VCardManager::GetInstance().Decode(FILE_NAME, errorCode); in DecodeVcardRelationData() 219 VCardManager::GetInstance().Decode(FILE_NAME, errorCode); in DecodeVcardRelationV30() 230 VCardManager::GetInstance().Decode(FILE_NAME, errorCode); in DecodeVcardRelationDataV30() 240 VCardManager::GetInstance().Decode(FILE_NAME, errorCode); in DecodeVcardRelationV40() 252 VCardManager::GetInstance().Decode(FILE_NAME, errorCod in DecodeVcardRelationDataV40() [all...] |
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/ |
H A D | watermark_image_serializer.cpp | 26 const char* const FILE_NAME = "fileName"; member 44 cJSON* fileName = cJSON_GetObjectItem(item, FILE_NAME); in Deserialize() 75 cJSON_AddStringToObject(item, FILE_NAME, it.second.fileName.c_str()); in Serialize()
|
Completed in 2 milliseconds