Home
last modified time | relevance | path

Searched refs:description_ (Results 1 – 21 of 21) sorted by relevance

/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprinter_info.cpp22 …printerIcon_(PRINT_INVALID_ID), description_(""), hasCapability_(false), hasOption_(false), option… in PrinterInfo()
32 description_ = right.description_; in PrinterInfo()
46 description_ = right.description_; in operator =()
81 description_ = description; in SetDescription()
118 return description_; in GetDescription()
224 if (description_ != "") { in Dump()
225 PRINT_HILOGD("description: %{private}s", description_.c_str()); in Dump()
227 PRINT_HILOGD("description: %{private}s", description_.c_str()); in Dump()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Ddmesg_catcher.cpp137 description_ = needWriteSysrq_ ? "\nSysrqCatcher -- " : "DmesgCatcher -- "; in Catch()
145 description_ += "fullPath:" + fullPath + "\n"; in Catch()
146 FileUtil::SaveStringToFd(fd, description_); in Catch()
148 description_ += "\n"; in Catch()
149 FileUtil::SaveStringToFd(fd, description_); in Catch()
Dopen_stacktrace_catcher.cpp40 description_ = "OpenStacktraceCatcher -- pid is null, packageName is null\n"; in Initialize()
47 description_ = "OpenStacktraceCatcher -- packageName is " + packageName_ + " pid is null\n"; in Initialize()
55description_ = "OpenStacktraceCatcher -- pid==" + std::to_string(pid_) + " packageName is " + pack… in Initialize()
Dbinder_catcher.cpp38 description_ = buf; in Initialize()
Dshell_catcher.cpp36 description_ = "catcher cmd: " + catcherCmd_ + " "; in Initialize()
Devent_log_catcher.cpp114 return description_; in GetDescription()
Dpeer_binder_catcher.cpp54 description_ = buf; in Initialize()
/base/useriam/user_auth_framework/services/context/src/
Dbase_context.cpp33 description_ = ss.str(); in BaseContext()
104 return description_.c_str(); in GetDescription()
Dwidget_context.cpp51 … : contextId_(contextId), description_("UserAuthWidget"), callback_(callback), hasStarted_(false), in WidgetContext()
64 IAM_LOGI("%{public}s start", description_.c_str()); in Start()
66 IAM_LOGI("%{public}s context has started, cannot start again", description_.c_str()); in Start()
75 IAM_LOGI("%{public}s start", description_.c_str()); in Stop()
178 IAM_LOGI("%{public}s start", description_.c_str()); in OnStart()
195 IAM_LOGI("%{public}s receive result code %{public}d", description_.c_str(), resultCode); in OnResult()
201 IAM_LOGI("%{public}s start", description_.c_str()); in OnStop()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp54 return description_; in GetDescription()
59 description_ = TruncateString(description); in SetDescription()
208 ", description = " + description_ + in Dump()
255 if (!parcel.WriteString(description_)) { in Marshalling()
317 description_ = parcel.ReadString(); in ReadFromParcel()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
Devent_log_catcher.h50 std::string description_ = ""; variable
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
Dasync_command_base.cpp45 description_ = ss.str(); in AsyncCommandBase()
125 return description_.c_str(); in GetDescription()
/base/useriam/user_auth_framework/frameworks/native/executors/src/
Dexecutor.cpp49 description_ = ss.str(); in Executor()
147 return description_.c_str(); in GetDescription()
/base/useriam/user_auth_framework/frameworks/native/executors/include/
Dexecutor.h57 std::string description_; variable
/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprinter_info.h83 std::string description_; variable
/base/useriam/user_auth_framework/services/context/inc/
Dbase_context.h61 std::string description_; variable
Dwidget_context.h98 std::string description_ {""};
/base/useriam/user_auth_framework/frameworks/native/executors/include/async_command/
Dasync_command_base.h63 std::string description_; variable
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_slot.h347 std::string description_ {};
/base/useriam/user_auth_framework/frameworks/native/executors/include/framework/
Dframework_executor_callback.h68 std::string description_; variable
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
Dframework_executor_callback.cpp44 description_ = ss.str(); in FrameworkExecutorCallback()
349 return description_.c_str(); in GetDescription()