Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c42 } RemoteBinderObjects; typedef
109 RemoteBinderObjects *node = NULL; in GetRegisterService()
111 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_binderList.remoteBinderObjects, RemoteBinderObjects, list) in GetRegisterService()
122 static void AddRegisterService(RemoteBinderObjects *binderObject) in AddRegisterService()
770 RemoteBinderObjects *binderObject = (RemoteBinderObjects *)malloc(sizeof(RemoteBinderObjects)); in RegisterRemoteProxy()