Home
last modified time | relevance | path

Searched refs:typeStr (Results 1 - 10 of 10) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A 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/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1023 std::string typeStr = SubUniqueIdentifyFromString(GenerateSlotKey(bundleKey) + KEY_UNDER_LINE, slotKey); in ParseSlotFromDisturbeDB() local
1024 NotificationConstant::SlotType slotType = static_cast<NotificationConstant::SlotType>(StringToInt(typeStr)); in ParseSlotFromDisturbeDB()
1033 std::string findString = GenerateSlotKey(bundleKey, typeStr) + KEY_UNDER_LINE; in ParseSlotFromDisturbeDB()
1042 std::string typeStr = FindLastString(GenerateBundleKey(bundleKey), entry.first); in ParseBundlePropertyFromDisturbeDB() local
1045 if (typeStr.compare(KEY_BUNDLE_NAME) == 0) { in ParseBundlePropertyFromDisturbeDB()
1048 if (typeStr.compare(KEY_BUNDLE_IMPORTANCE) == 0) { in ParseBundlePropertyFromDisturbeDB()
1051 if (typeStr.compare(KEY_BUNDLE_SHOW_BADGE) == 0) { in ParseBundlePropertyFromDisturbeDB()
1054 if (typeStr.compare(KEY_BUNDLE_BADGE_TOTAL_NUM) == 0) { in ParseBundlePropertyFromDisturbeDB()
1057 if (typeStr.compare(KEY_BUNDLE_ENABLE_NOTIFICATION) == 0) { in ParseBundlePropertyFromDisturbeDB()
1060 if (typeStr in ParseBundlePropertyFromDisturbeDB()
1074 std::string typeStr = FindLastString(findString, entry.first); ParseSlot() local
1083 SetSoltProperty(sptr<NotificationSlot> &slot, std::string &typeStr, std::string &valueStr, const std::string &findString, const int32_t &userId) SetSoltProperty() argument
1131 ExecuteDisturbeDB(sptr<NotificationSlot> &slot, std::string &typeStr, std::string &valueStr, const std::string &findString, const int32_t &userId) ExecuteDisturbeDB() argument
[all...]
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp521 std::string typeStr = ""; in CreateErrMsg() local
524 typeStr = "boolean"; in CreateErrMsg()
527 typeStr = "number"; in CreateErrMsg()
530 typeStr = "string"; in CreateErrMsg()
533 typeStr = "object"; in CreateErrMsg()
538 return CreateErrMsg(name, typeStr); in CreateErrMsg()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A 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/
H A Dres_desc.cpp238 std::string typeStr; in IsRef() local
240 typeStr.assign(it + 1, index - 1); in IsRef()
251 if (typeStr == tValue) { in IsRef()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp74 string typeStr = LogType2Str(i); in InitBuffHead() local
75 if (typeStr == "invalid") { in InitBuffHead()
78 string tmpStr = msg + typeStr; in InitBuffHead()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h321 void SetSoltProperty(sptr<NotificationSlot> &slot, std::string &typeStr, std::string &valueStr,
323 void ExecuteDisturbeDB(sptr<NotificationSlot> &slot, std::string &typeStr, std::string &valueStr,
/base/update/updater/services/fs_manager/
H A Dpartitions.cpp113 std::string typeStr = "type"; in SdmmcGetProductInfo() local
116 bool ret = ReadDeviceSysfsFile(dev, typeStr, type); in SdmmcGetProductInfo()
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp703 std::string typeStr = GetRequestTypeName(type); in CreateFileForRequest() local
704 if (typeStr == "unsupported") { in CreateFileForRequest()
717 std::string ss = folderPath + "/" + typeStr + "-" + std::to_string(pid); in CreateFileForRequest()
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp764 std::string typeStr; in PhoneNumberFormatConstructor() local
765 VariableConvertor::GetOptionValue(env, argv[1], "type", typeStr); in PhoneNumberFormatConstructor()
766 options.insert(std::make_pair("type", typeStr)); in PhoneNumberFormatConstructor()

Completed in 13 milliseconds