Home
last modified time | relevance | path

Searched refs:typeStr (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
Dnapi_util.cpp113 std::string typeStr = ""; in CreateErrMsg() local
116 typeStr = "number"; in CreateErrMsg()
119 typeStr = "string"; in CreateErrMsg()
122 typeStr = "function"; in CreateErrMsg()
127 return CreateErrMsg(name, typeStr); in CreateErrMsg()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp463 std::string typeStr = ""; in CreateErrMsg() local
466 typeStr = "boolean"; in CreateErrMsg()
469 typeStr = "number"; in CreateErrMsg()
472 typeStr = "string"; in CreateErrMsg()
475 typeStr = "object"; in CreateErrMsg()
480 return CreateErrMsg(name, typeStr); in CreateErrMsg()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp165 std::string typeStr; in IsRef() local
167 typeStr.assign(it + 1, index - 1); in IsRef()
178 if (typeStr == tValue) { in IsRef()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp229 std::string typeStr; in IsRef() local
231 typeStr.assign(it + 1, index - 1); in IsRef()
242 if (typeStr == tValue) { in IsRef()
/base/hiviewdfx/hilog/services/hilogd/
Dlog_buffer.cpp68 string typeStr = LogType2Str(i); in InitBuffHead() local
69 if (typeStr == "invalid") { in InitBuffHead()
72 string tmpStr = msg + typeStr; in InitBuffHead()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp863 …std::string typeStr = SubUniqueIdentifyFromString(GenerateSlotKey(bundleKey) + KEY_UNDER_LINE, slo… in ParseSlotFromDisturbeDB() local
864 …ionConstant::SlotType slotType = static_cast<NotificationConstant::SlotType>(StringToInt(typeStr)); in ParseSlotFromDisturbeDB()
869 std::string findString = GenerateSlotKey(bundleKey, typeStr) + KEY_UNDER_LINE; in ParseSlotFromDisturbeDB()
878 std::string typeStr = FindLastString(GenerateBundleKey(bundleKey), entry.first); in ParseBundlePropertyFromDisturbeDB() local
881 auto iter = bundleMap_.find(typeStr); in ParseBundlePropertyFromDisturbeDB()
891 std::string typeStr = FindLastString(findString, entry.first); in ParseSlot() local
895 typeStr.c_str(), in ParseSlot()
898 auto iter = slotMap_.find(typeStr); in ParseSlot()
904 if (!typeStr.compare(KEY_SLOT_VIBRATION_STYLE)) { in ParseSlot()
/base/hiviewdfx/faultloggerd/services/
Dfault_logger_daemon.cpp455 std::string typeStr = GetRequestTypeName(type); in CreateFileForRequest() local
456 if (typeStr == "unsupported") { in CreateFileForRequest()
475 const std::string path = filePath + "/" + typeStr + "-" + std::to_string(pid) + crashTime.str(); in CreateFileForRequest()
/base/update/updater/services/fs_manager/
Dpartitions.cpp116 std::string typeStr = "type"; in SdmmcGetProductInfo() local
119 bool ret = ReadDeviceSysfsFile(dev, typeStr, type); in SdmmcGetProductInfo()