Home
last modified time | relevance | path

Searched refs:weakThis (Results 1 - 6 of 6) sorted by relevance

/base/update/updateservice/services/core/ability/alarm/src/
H A Dtimer_manager.cpp48 auto weakThis = weak_from_this(); in RegisterLooperEvent() local
54 [weakThis, eventType, callback]() { in RegisterLooperEvent()
55 if (weakThis.expired()) { // 判断宿主是否销毁 in RegisterLooperEvent()
/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp130 [weakThis = weak_from_this(), this]() { in OnStart()
131 auto sharedThis = weakThis.lock(); in OnStart()
227 MsgCallback msgCallback = [weakThis = weak_from_this(), this](const std::shared_ptr<Attributes> &reply) { in SendQueryExecutorInfoMsg()
230 auto sharedThis = weakThis.lock(); in SendQueryExecutorInfoMsg()
249 handler->PostTask([weakThis = weak_from_this(), this]() { in SendQueryExecutorInfoMsg()
250 auto sharedThis = weakThis.lock(); in SendQueryExecutorInfoMsg()
H A Dremote_auth_invoker_context.cpp194 [weakThis = weak_from_this(), this]() { in OnStart()
195 auto sharedThis = weakThis.lock(); in OnStart()
259 MsgCallback msgCallback = [weakThis = weak_from_this(), this](const std::shared_ptr<Attributes> &reply) { in SendRequest()
262 auto sharedThis = weakThis.lock(); in SendRequest()
/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_client_socket.cpp127 keepAliveTimerId_ = RelativeTimer::GetInstance().Register([weakThis = weak_from_this(), this]() { in RefreshKeepAliveTimer()
128 auto sharedThis = weakThis.lock(); in RefreshKeepAliveTimer()
/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp183 wptr<CommonEventManagerService> weakThis = this; in PublishCommonEventDetailed() local
193 weakThis] () { in PublishCommonEventDetailed()
203 sptr<CommonEventManagerService> commonEventManagerService = weakThis.promote(); in PublishCommonEventDetailed()
/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp306 MsgCallback msgCallback = [weakThis = weak_from_this(), scheduleId](const std::shared_ptr<Attributes> &reply) { in OnSendData()
314 auto sharedThis = weakThis.lock(); in OnSendData()

Completed in 7 milliseconds