Home
last modified time | relevance | path

Searched refs:AttachValidObject (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dprocess_skeleton_unittest.cpp113 bool ret = skeleton->AttachValidObject(object.GetRefPtr(), str);
129 skeleton->AttachValidObject(object.GetRefPtr(), str);
146 skeleton->AttachValidObject(object.GetRefPtr(), str);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dprocess_skeleton.h63 bool AttachValidObject(IRemoteObject *object, const std::u16string &desc);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dprocess_skeleton.cpp238 bool ProcessSkeleton::AttachValidObject(IRemoteObject *object, const std::u16string &desc) in AttachValidObject() function in OHOS::ProcessSkeleton
H A Dipc_object_stub.cpp81 current->AttachValidObject(this, str); in IPCObjectStub()
H A Dipc_object_proxy.cpp77 current->AttachValidObject(this, str); in IPCObjectProxy()