Home
last modified time | relevance | path

Searched refs:description_ (Results 1 - 25 of 27) sorted by relevance

12

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Ddmesg_catcher.cpp133 description_ = needWriteSysrq_ ? "\nSysrqCatcher -- " : "DmesgCatcher -- "; in Catch()
141 description_ += "fullPath:" + fullPath + "\n"; in Catch()
142 FileUtil::SaveStringToFd(fd, description_); in Catch()
144 description_ += "\n"; in Catch()
145 FileUtil::SaveStringToFd(fd, description_); in Catch()
H A Dopen_stacktrace_catcher.cpp43 description_ = "OpenStacktraceCatcher -- pid is null, packageName is null\n"; in Initialize()
54 description_ = "OpenStacktraceCatcher -- packageName is " + packageName_ + " pid is null\n"; in Initialize()
62 description_ = "OpenStacktraceCatcher -- pid==" + std::to_string(pid_) + " packageName is " + packageName_ + "\n"; in Initialize()
H A Dffrt_catcher.cpp30 description_ = "FfrtCatcher --\n"; in Initialize()
H A Dbinder_catcher.cpp38 description_ = buf; in Initialize()
H A Dmemory_catcher.cpp33 description_ = "MemoryCatcher --\n"; in Initialize()
H A Devent_log_catcher.cpp119 return description_; in GetDescription()
H A Dshell_catcher.cpp37 description_ = "catcher cmd: " + catcherCmd_ + " "; in Initialize()
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp28 description_(""), in PrinterInfo()
53 description_(right.description_), in PrinterInfo()
79 description_ = right.description_; in operator =()
122 description_ = description; in SetDescription()
189 return description_; in GetDescription()
406 PRINT_HILOGD("description: %{private}s", description_.c_str()); in Dump()
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_request.cpp27 description_ = ""; in GeoConvertRequest()
83 return description_; in GetDescription()
88 description_ = description; in SetDescription()
190 parcel.WriteString16(Str8ToStr16(description_)); // description in Marshalling()
221 description_ = Str16ToStr8(parcel.ReadString16()); // description in ReadFromParcel()
/base/useriam/user_auth_framework/services/context/src/
H A Dbase_context.cpp35 description_ = ss.str(); in BaseContext()
120 return description_.c_str(); in GetDescription()
H A Dwidget_context.cpp64 : contextId_(contextId), description_("UserAuthWidget"), callerCallback_(callback), hasStarted_(false), in WidgetContext()
81 IAM_LOGI("%{public}s start", description_.c_str()); in Start()
83 IAM_LOGI("%{public}s context has started, cannot start again", description_.c_str()); in Start()
92 IAM_LOGI("%{public}s start", description_.c_str()); in Stop()
200 IAM_LOGI("%{public}s start", description_.c_str()); in OnStart()
220 IAM_LOGI("%{public}s receive result code %{public}d", description_.c_str(), resultCode); in OnResult()
226 IAM_LOGI("%{public}s start", description_.c_str()); in OnStop()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_catcher.h46 std::string description_ = ""; member in OHOS::HiviewDFX::EventLogCatcher
/base/security/access_token/services/accesstokenmanager/main/cpp/src/form_manager/
H A Dform_instance.cpp74 description_ = Str16ToStr8(u16description); in ReadFromParcel()
111 if (!parcel.WriteString16(Str8ToStr16(description_))) { in Marshalling()
/base/security/access_token/services/accesstokenmanager/main/cpp/include/form_manager/
H A Dform_instance.h60 std::string description_; member
/base/useriam/user_auth_framework/frameworks/native/executors/include/
H A Dexecutor.h62 std::string description_; member in OHOS::UserIam::UserAuth::Executor
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Dexecutor.cpp51 description_ = ss.str(); in Executor()
190 return description_.c_str(); in GetDescription()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp61 return description_; in GetDescription()
66 description_ = TruncateString(description); in SetDescription()
299 ", description = " + description_ + in Dump()
348 if (!parcel.WriteString(description_)) { in Marshalling()
430 description_ = parcel.ReadString(); in ReadFromParcel()
/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_request.h78 std::string description_; member in OHOS::Location::GeoConvertRequest
/base/useriam/user_auth_framework/frameworks/native/executors/include/async_command/
H A Dasync_command_base.h65 std::string description_; member in OHOS::UserIam::UserAuth::AsyncCommandBase
/base/useriam/user_auth_framework/services/context/inc/
H A Dbase_context.h66 std::string description_; member in OHOS::UserIam::UserAuth::BaseContext
H A Dwidget_context.h125 std::string description_ {""};
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dasync_command_base.cpp45 description_ = ss.str(); in AsyncCommandBase()
178 return description_.c_str(); in GetDescription()
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h125 std::string description_; member in OHOS::Print::final
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h466 std::string description_ {};
/base/useriam/user_auth_framework/frameworks/native/executors/include/framework/
H A Dframework_executor_callback.h73 std::string description_; member in OHOS::UserIam::UserAuth::FrameworkExecutorCallback

Completed in 10 milliseconds

12