Home
last modified time | relevance | path

Searched defs:binderObject (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp322 binder_uintptr_t binderObject = 0; variable
527 binder_uintptr_t binderObject = 12345; variable
725 binder_uintptr_t binderObject = 100; variable
762 binder_uintptr_t binderObject = 100; variable
885 binder_uintptr_t binderObject = 100; variable
906 binder_uintptr_t binderObject = 100; variable
926 binder_uintptr_t binderObject = 100; variable
984 binder_uintptr_t binderObject = 10; variable
1087 binder_uintptr_t binderObject = 1; variable
1205 binder_uintptr_t binderObject = 100; variable
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h24 flat_binder_object *binderObject, char *sessionOffset, std::shared_ptr<T> session) in TranslateBinderType()
37 template<class T> void DBinderBaseInvoker<T>::ClearBinderType(flat_binder_object *binderObject) in ClearBinderType()
45 flat_binder_object *binderObject, char *sessionOffset, std::shared_ptr<T> session) in TranslateHandleType()
67 template<class T> void DBinderBaseInvoker<T>::ClearHandleType(flat_binder_object *binderObject) in ClearHandleType()
75 flat_binder_object *binderObject, char *sessionOffset, uint32_t binderVersion) in TranslateRemoteHandleType()
125 …auto binderObject = reinterpret_cast<flat_binder_object *>(dataBuffer + *(binderObjectsOffsets + i… in IRemoteObjectTranslateWhenSend() local
173 …auto binderObject = reinterpret_cast<flat_binder_object *>(dataBuffer + *(binderObjectsOffsets + i… in IRemoteObjectTranslateWhenRcv() local
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_sa_death_recipient.cpp25 DbinderSaDeathRecipient::DbinderSaDeathRecipient(binder_uintptr_t binderObject) : binderObject_(bin… in DbinderSaDeathRecipient()
H A Ddbinder_service.cpp297 binder_uintptr_t binderObject) in FindOrNewDBinderStub()
320 const std::string &deviceID, int32_t binderObject, uint32_t pid, uint32_t uid) in MakeRemoteBinder()
555 binder_uintptr_t binderObject = replyMessage->binderObject; in LoadSystemAbilityComplete() local
614 int32_t binderObject = static_cast<int32_t>(message->binderObject); in CheckAndAmendSaId() local
813 std::u16string DBinderService::GetRegisterService(binder_uintptr_t binderObject) in GetRegisterService()
825 …l DBinderService::RegisterRemoteProxy(std::u16string serviceName, sptr<IRemoteObject> binderObject) in RegisterRemoteProxy()
1078 bool DBinderService::DetachProxyObject(binder_uintptr_t binderObject) in DetachProxyObject()
1085 bool DBinderService::AttachProxyObject(sptr<IRemoteObject> object, binder_uintptr_t binderObject) in AttachProxyObject()
1093 sptr<IRemoteObject> DBinderService::QueryProxyObject(binder_uintptr_t binderObject) in QueryProxyObject()
1181 const binder_uintptr_t binderObject = reinterpret_cast<binder_uintptr_t>(dbStub.GetRefPtr()); in NoticeCallbackProxy() local
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c107 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()
H A Ddbinder_stub.c120 uintptr_t binderObject, DBinderServiceStub *dBinderServiceStub) in GetDBinderStub()
/ohos5.0/foundation/communication/ipc/services/dbinder/c/ipc_adapter/mini/
H A Ddbinder_ipc_adapter.c23 const char *deviceID, uintptr_t binderObject) in IsSameStub()
/ohos5.0/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_stub.h33 uintptr_t binderObject; member
H A Ddbinder_types.h81 uintptr_t binderObject; member
110 uintptr_t binderObject; member
/ohos5.0/foundation/communication/ipc/services/dbinder/c/ipc_adapter/small/
H A Ddbinder_ipc_adapter.c27 const char *deviceID, uintptr_t binderObject) in IsSameStub()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/fuzztest/dbinderservice_fuzzer/
H A Ddbinderservice_fuzzer.cpp61 sptr<IRemoteObject> binderObject = NULL; in RegisterRemoteProxy1Test() local
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h67 binder_uintptr_t binderObject; member