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:CreateWeakRef
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H
A
D
refbase.h
477
WeakRefCounter *
CreateWeakRef
(void *cookie);
1298
refs_ = other->
CreateWeakRef
(other);
in wptr()
1320
refs_ = other->
CreateWeakRef
(other.GetRefPtr());
in wptr()
1342
refs_ = other->
CreateWeakRef
(other.GetRefPtr());
in wptr()
1354
newWeakRef = other->
CreateWeakRef
(other);
in operator =()
1375
newWeakRef = object->
CreateWeakRef
(object);
in operator =()
1409
newWeakRef = other->
CreateWeakRef
(other.GetRefPtr());
in operator =()
1445
newWeakRef = other->
CreateWeakRef
(other.GetRefPtr());
in operator =()
H
A
D
refbase.cpp
504
WeakRefCounter *RefBase::
CreateWeakRef
(void *cookie)
in CreateWeakRef()
function in OHOS::RefBase
/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H
A
D
refbase.h
127
WeakRefCounter *
CreateWeakRef
(void *cookie);
467
refs_ = other->
CreateWeakRef
(other);
in wptr()
487
refs_ = other->
CreateWeakRef
(other.GetRefPtr());
in wptr()
505
refs_ = other->
CreateWeakRef
(other.GetRefPtr());
in wptr()
516
newWeakRef = other->
CreateWeakRef
(other);
in operator =()
535
newWeakRef = object->
CreateWeakRef
(object);
in operator =()
567
newWeakRef = other->
CreateWeakRef
(other.GetRefPtr());
in operator =()
599
newWeakRef = other->
CreateWeakRef
(other->GetRefPtr());
in operator =()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
mock_refbase_test.cpp
335
* @tc.desc: test
CreateWeakRef
343
WeakRefCounter *createwk = refb.
CreateWeakRef
(cookie);
in HWTEST_F()
350
* @tc.desc: test
CreateWeakRef
358
WeakRefCounter *createwk = refb.
CreateWeakRef
(cookie);
in HWTEST_F()
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H
A
D
base_object.cpp
158
weakRef = new (addr) WeakReferenceImpl(static_cast<IObject *>(this),
CreateWeakRef
(addr));
in GetWeakReference()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_utils_bridge.h
190
static ArkUINativeModuleValue
CreateWeakRef
(EcmaVM* vm, const RefPtr<AceType>& ref);
H
A
D
arkts_native_utils_bridge.cpp
42
return NativeUtilsBridge::
CreateWeakRef
(vm, refPtr);
in CreateNativeWeakRef()
45
ArkUINativeModuleValue NativeUtilsBridge::
CreateWeakRef
(EcmaVM* vm, const RefPtr<AceType>& ref)
in CreateWeakRef()
function in OHOS::Ace::NG::NativeUtilsBridge
H
A
D
arkts_native_api_impl_bridge.cpp
327
auto nativeRef = NativeUtilsBridge::
CreateWeakRef
(vm, sceneNode);
in RequireDynamicSyncScene()
/foundation/multimedia/image_framework/mock/native/src/
H
A
D
refbase.cpp
348
WeakRefCounter *RefBase::
CreateWeakRef
(void *cookie)
in CreateWeakRef()
function in OHOS::RefBase
/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/src/
H
A
D
refbase.cpp
350
WeakRefCounter *RefBase::
CreateWeakRef
(void *cookie)
in CreateWeakRef()
function in OHOS::RefBase
Completed in 17 milliseconds