Searched refs:CommonScvId (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/client_manager/include/ |
H A D | softbus_client_info_manager.h | 28 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 D | bus_center_client_proxy.c | 31 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 D | softbus_client_info_manager.c | 50 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 D | softbus_client_stub.c | 89 struct CommonScvId svcId = {0}; in InnerRegisterService() 218 struct CommonScvId svcId = {0}; in ClientRegisterService()
|
H A D | softbus_server_proxy.c | 69 int32_t RegisterService(const char *name, const struct CommonScvId *svcId) in RegisterService()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/include/ |
H A D | softbus_server_proxy.h | 26 int32_t RegisterService(const char *name, const struct CommonScvId *svcId);
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/ |
H A D | softbus_server_stub.c | 102 struct CommonScvId svcId = {0}; in ClientDeathCb() 125 struct CommonScvId svcId = {0}; in ServerRegisterService()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_server_ipc_interface_code.h | 31 struct CommonScvId { struct
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/ |
H A D | trans_client_proxy.c | 31 struct CommonScvId svcId = {0}; in GetSvcIdentityByPkgName()
|