Home
last modified time | relevance | path

Searched refs:AddStubByTag (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h338 binder_uintptr_t AddStubByTag(binder_uintptr_t stub);
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp177 binder_uintptr_t DBinderService::AddStubByTag(binder_uintptr_t stub) in AddStubByTag() function in OHOS::DBinderService
409 message->stub = AddStubByTag(reinterpret_cast<binder_uintptr_t>(stub.GetRefPtr())); in CreateMessage()