| /foundation/communication/ipc/services/dbinder/test/unittest/ |
| D | dbinder_service_unittest.cpp | 177 sptr<IRemoteObject> binderObject = nullptr; variable 245 binder_uintptr_t binderObject = 0; variable 387 binder_uintptr_t binderObject = 1564618; variable 402 binder_uintptr_t binderObject = 1564618; variable 433 binder_uintptr_t binderObject = 12345; variable 449 binder_uintptr_t binderObject = 12345; variable 465 binder_uintptr_t binderObject = 12345; variable 480 binder_uintptr_t binderObject = 161561; variable 612 binder_uintptr_t binderObject = 100; variable 646 binder_uintptr_t binderObject = 100; variable [all …]
|
| /foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
| D | dbinder_sa_death_recipient.cpp | 27 DbinderSaDeathRecipient::DbinderSaDeathRecipient(binder_uintptr_t binderObject) : binderObject_(bin… in DbinderSaDeathRecipient()
|
| D | dbinder_service.cpp | 290 binder_uintptr_t binderObject) in FindOrNewDBinderStub() 308 const std::string &deviceID, int32_t binderObject, uint32_t pid, uint32_t uid) in MakeRemoteBinder() 490 binder_uintptr_t binderObject = replyMessage->binderObject; in LoadSystemAbilityComplete() local 646 std::u16string DBinderService::GetRegisterService(binder_uintptr_t binderObject) in GetRegisterService() 658 …l DBinderService::RegisterRemoteProxy(std::u16string serviceName, sptr<IRemoteObject> binderObject) in RegisterRemoteProxy() 929 bool DBinderService::DetachProxyObject(binder_uintptr_t binderObject) in DetachProxyObject() 936 bool DBinderService::AttachProxyObject(sptr<IRemoteObject> object, binder_uintptr_t binderObject) in AttachProxyObject() 944 sptr<IRemoteObject> DBinderService::QueryProxyObject(binder_uintptr_t binderObject) in QueryProxyObject() 1033 const binder_uintptr_t binderObject = reinterpret_cast<binder_uintptr_t>(dbStub.GetRefPtr()); in NoticeCallbackProxy() local
|
| /foundation/communication/ipc/services/dbinder/c/src/ |
| D | dbinder_service.c | 107 static char *GetRegisterService(uintptr_t binderObject) in GetRegisterService() 122 static void AddRegisterService(RemoteBinderObjects *binderObject) in AddRegisterService() 145 uintptr_t binderObject) in QueryDBinderStub() 169 const char *deviceID, uint32_t idLen, uintptr_t binderObject) in FindOrNewDBinderStub() 429 static ProxyObject *QueryProxyObject(uintptr_t binderObject) in QueryProxyObject() 470 static ProxyObject *FindOrNewProxy(uintptr_t binderObject, int32_t systemAbilityId) in FindOrNewProxy() 651 static bool HasDBinderStub(uintptr_t binderObject) in HasDBinderStub() 770 RemoteBinderObjects *binderObject = (RemoteBinderObjects *)malloc(sizeof(RemoteBinderObjects)); in RegisterRemoteProxy() local 803 uintptr_t binderObject, uint64_t pid, void *remoteObject) in MakeRemoteBinder()
|
| D | dbinder_stub.c | 121 uintptr_t binderObject, DBinderServiceStub *dBinderServiceStub) in GetDBinderStub()
|
| /foundation/communication/ipc/services/dbinder/c/ipc_adapter/mini/ |
| D | dbinder_ipc_adapter.c | 23 const char *deviceID, uintptr_t binderObject) in IsSameStub()
|
| /foundation/communication/ipc/services/dbinder/c/include/ |
| D | dbinder_stub.h | 33 uintptr_t binderObject; member
|
| D | dbinder_types.h | 81 uintptr_t binderObject; member 110 uintptr_t binderObject; member
|
| /foundation/communication/ipc/services/dbinder/c/ipc_adapter/small/ |
| D | dbinder_ipc_adapter.c | 27 const char *deviceID, uintptr_t binderObject) in IsSameStub()
|
| /foundation/communication/ipc/ipc/native/src/mock/include/ |
| D | dbinder_base_invoker.h | 135 uint32_t DBinderBaseInvoker<T>::TranslateBinderType(flat_binder_object *binderObject, char *session… in TranslateBinderType() 150 void DBinderBaseInvoker<T>::ClearBinderType(flat_binder_object *binderObject) in ClearBinderType() 158 uint32_t DBinderBaseInvoker<T>::TranslateHandleType(flat_binder_object *binderObject, char *session… in TranslateHandleType() 182 void DBinderBaseInvoker<T>::ClearHandleType(flat_binder_object *binderObject) in ClearHandleType() 213 bool DBinderBaseInvoker<T>::TranslateRemoteHandleType(flat_binder_object *binderObject, char *sessi… in TranslateRemoteHandleType() 264 …auto binderObject = reinterpret_cast<flat_binder_object *>(dataBuffer + *(binderObjectsOffsets + i… in IRemoteObjectTranslateWhenSend() local 315 …auto binderObject = reinterpret_cast<flat_binder_object *>(dataBuffer + *(binderObjectsOffsets + i… in IRemoteObjectTranslateWhenRcv() local
|
| /foundation/communication/ipc/services/dbinder/test/fuzztest/dbinderservice_fuzzer/ |
| D | dbinderservice_fuzzer.cpp | 61 sptr<IRemoteObject> binderObject = NULL; in RegisterRemoteProxy1Test() local
|
| /foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
| D | dbinder_service.h | 71 binder_uintptr_t binderObject; member
|