Searched defs:Attributes (Results 1 – 7 of 7) sorted by relevance
48 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnResult()73 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnAcquireInfo()
341 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnMessage()374 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in ContinueSchedule()
144 …k sendKeepAliveCallback = [connectionName = connectionName_](const std::shared_ptr<Attributes> &) { in SendKeepAliveMessage()
98 MsgCallback callback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in FuzzSoftBusBaseSocketFisrst()
39 typedef UserIam::UserAuth::Attributes Attributes; typedef
999 Attributes::Attributes() : impl_(new (std::nothrow) Attributes::Impl()) in Attributes() function in OHOS::UserIam::UserAuth::Attributes1003 Attributes::Attributes(const std::vector<uint8_t> &raw) : impl_(new (std::nothrow) Attributes::Impl… in Attributes() function in OHOS::UserIam::UserAuth::Attributes1007 Attributes::Attributes(Attributes &&other) noexcept : impl_(std::move(other.impl_)) in Attributes() function in OHOS::UserIam::UserAuth::Attributes
282 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnEndExecute()