Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:weakThis
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updateservice/services/core/ability/alarm/src/
H
A
D
timer_manager.cpp
48
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
D
remote_auth_context.cpp
130
[
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
D
remote_auth_invoker_context.cpp
194
[
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
D
soft_bus_client_socket.cpp
127
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
D
common_event_manager_service.cpp
183
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
D
remote_executor_proxy.cpp
306
MsgCallback msgCallback = [
weakThis
= weak_from_this(), scheduleId](const std::shared_ptr<Attributes> &reply) {
in OnSendData()
314
auto sharedThis =
weakThis
.lock();
in OnSendData()
Completed in 4 milliseconds