Home
last modified time | relevance | path

Searched refs:OnFirstStrongRef (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/src/
H A Drefbase.cpp320 OnFirstStrongRef(objectId); in IncStrongRef()
390 OnFirstStrongRef(objectId); in AttemptAcquire()
404 OnFirstStrongRef(objectId); in AttemptIncStrongRef()
428 void RefBase::OnFirstStrongRef(const void *objectId) in OnFirstStrongRef() function in OHOS::RefBase
/ohos5.0/foundation/multimedia/image_framework/mock/native/src/
H A Drefbase.cpp322 OnFirstStrongRef(objectId); in IncStrongRef()
389 OnFirstStrongRef(objectId); in AttemptAcquire()
404 OnFirstStrongRef(objectId); in AttemptIncStrongRef()
427 void RefBase::OnFirstStrongRef(const void *) in OnFirstStrongRef() function in OHOS::RefBase
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.cpp505 OnFirstStrongRef(objectId); in IncStrongRef()
587 OnFirstStrongRef(objectId); in AttemptAcquire()
601 OnFirstStrongRef(objectId); in AttemptIncStrongRef()
637 void RefBase::OnFirstStrongRef(const void*) in OnFirstStrongRef() function in OHOS::RefBase
H A Drefbase.h579 virtual void OnFirstStrongRef(const void *);
/ohos5.0/commonlibrary/c_utils/base/src/
H A Drefbase.cpp526 OnFirstStrongRef(objectId); in IncStrongRef()
621 OnFirstStrongRef(objectId); in AttemptAcquire()
635 OnFirstStrongRef(objectId); in AttemptIncStrongRef()
671 void RefBase::OnFirstStrongRef(const void*) in OnFirstStrongRef() function in OHOS::RefBase
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/
H A Dlibipc_core_map60 "virtual thunk to OHOS::IPCObjectStub::OnFirstStrongRef(void const*)";
64 "virtual thunk to OHOS::IPCObjectProxy::OnFirstStrongRef(void const*)";
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_single/
H A Dlibipc_single_map56 "OHOS::IPCObjectStub::OnFirstStrongRef(void const*)";
70 "virtual thunk to OHOS::IPCObjectStub::OnFirstStrongRef(void const*)";
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_process_skeleton.h63 void OnFirstStrongRef(int32_t handle);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_stub.cpp55 void IPCObjectStub::OnFirstStrongRef(const void *objectId) in OnFirstStrongRef() function in OHOS::IPCObjectStub
H A Dipc_object_proxy.h44 void OnFirstStrongRef(const void *objectId) override;
H A Dipc_object_stub.h53 void OnFirstStrongRef(const void *objectId) override;
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp57 void OnFirstStrongRef(const void* objectId) override;
69 void TestRefBase::OnFirstStrongRef(const void* objectId) in OnFirstStrongRef() function in OHOS::TestRefBase
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_process_skeleton.c254 void OnFirstStrongRef(int32_t handle) in OnFirstStrongRef() function
415 OnFirstStrongRef(svc->handle); in WaitForProxyInit()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h100 void OnFirstStrongRef(const void *objectId) override;
H A Dipc_object_stub.h101 void OnFirstStrongRef(const void *objectId) override;
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_refbase_test.cpp211 void OnFirstStrongRef(const void *objectId) override;
285 void IPCObjectProxy::OnFirstStrongRef(const void *objectId) in OnFirstStrongRef() function in OHOS::__anonbd15c9080110::IPCObjectProxy
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h143 virtual void OnFirstStrongRef(const void *objectId);
/ohos5.0/commonlibrary/c_utils/base/include/
H A Drefbase.h569 virtual void OnFirstStrongRef(const void *);
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp247 void OnFirstStrongRef(const void *objectId) override;
327 void IPCObjectProxy::OnFirstStrongRef(const void *objectId) in OnFirstStrongRef() function in OHOS::__anond37c06450110::IPCObjectProxy
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp419 void IPCObjectStub::OnFirstStrongRef(const void *objectId) in OnFirstStrongRef() function in OHOS::IPCObjectStub
H A Dipc_object_proxy.cpp343 void IPCObjectProxy::OnFirstStrongRef(const void *objectId) in OnFirstStrongRef() function in OHOS::IPCObjectProxy
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_proxy_unittest.cpp441 object.OnFirstStrongRef(nullptr);