Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/frame/small/client_manager/include/
H A Dsoftbus_client_info_manager.h28 int SERVER_RegisterService(const char *name, const struct CommonScvId *svcId);
30 int SERVER_GetIdentityByPkgName(const char *name, struct CommonScvId *svcId);
36 int SERVER_GetAllClientIdentity(struct CommonScvId *svcId, int num);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dbus_center_client_proxy.c31 struct CommonScvId svcId = {0}; in GetSvcIdentityByPkgName()
48 … struct CommonScvId *svcId = (struct CommonScvId *)SoftBusMalloc(sizeof(struct CommonScvId) * num); in GetAllClientIdentity()
53 (void)memset_s(svcId, sizeof(struct CommonScvId) * num, 0, sizeof(struct CommonScvId) * num); in GetAllClientIdentity()
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/client_manager/src/
H A Dsoftbus_client_info_manager.c50 int SERVER_RegisterService(const char *name, const struct CommonScvId *svcId) in SERVER_RegisterService()
93 int SERVER_GetIdentityByPkgName(const char *name, struct CommonScvId *svcId) in SERVER_GetIdentityByPkgName()
146 int SERVER_GetAllClientIdentity(struct CommonScvId *svcId, int num) in SERVER_GetAllClientIdentity()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_client_stub.c89 struct CommonScvId svcId = {0}; in InnerRegisterService()
218 struct CommonScvId svcId = {0}; in ClientRegisterService()
H A Dsoftbus_server_proxy.c69 int32_t RegisterService(const char *name, const struct CommonScvId *svcId) in RegisterService()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/include/
H A Dsoftbus_server_proxy.h26 int32_t RegisterService(const char *name, const struct CommonScvId *svcId);
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_stub.c102 struct CommonScvId svcId = {0}; in ClientDeathCb()
125 struct CommonScvId svcId = {0}; in ServerRegisterService()
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_server_ipc_interface_code.h31 struct CommonScvId { struct
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/
H A Dtrans_client_proxy.c31 struct CommonScvId svcId = {0}; in GetSvcIdentityByPkgName()