Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint_rpc.c34 static int CompareIServerProxy(const IServerProxy *proxy1, const IServerProxy *proxy2);
48 … endpoint->routers = VECTOR_Make((VECTOR_Key)GetIServerProxy, (VECTOR_Compare)CompareIServerProxy); in SAMGR_CreateEndpoint()
324 static int CompareIServerProxy(const IServerProxy *proxy1, const IServerProxy *proxy2) in CompareIServerProxy() function
H A Dendpoint.c67 static int CompareIServerProxy(const IServerProxy *proxy1, const IServerProxy *proxy2);
93 … endpoint->routers = VECTOR_Make((VECTOR_Key)GetIServerProxy, (VECTOR_Compare)CompareIServerProxy); in SAMGR_CreateEndpoint()
475 static int CompareIServerProxy(const IServerProxy *proxy1, const IServerProxy *proxy2) in CompareIServerProxy() function