mirror of
https://github.com/openharmony/distributedschedule_samgr_lite.git
synced 2026-07-19 17:13:31 -04:00
ccpcheck bugfix
Signed-off-by: majiajun <864428661@qq.com> Change-Id: I9d9282f933886a02ec7bb06ddaae1b54b432876e
This commit is contained in:
@@ -44,7 +44,7 @@ static IUnknown *GetDefaultFeatureApi(const char *serviceName);
|
||||
static IUnknown *GetFeatureApi(const char *serviceName, const char *feature);
|
||||
static int32 AddSystemCapability(const char *sysCap);
|
||||
static BOOL HasSystemCapability(const char *sysCap);
|
||||
static int32 GetSystemAvailableCapabilities(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *size);
|
||||
static int32 GetSystemAvailableCapabilities(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *sysCapNum);
|
||||
#ifdef MINI_SAMGR_LITE_RPC
|
||||
static IUnknown *GetRemoteDefaultFeatureApi(char *deviceId, const char *serviceName);
|
||||
#endif
|
||||
@@ -575,4 +575,4 @@ static IUnknown *GetRemoteDefaultFeatureApi(char *deviceId, const char *serviceN
|
||||
{
|
||||
return SAMGR_CreateIRemoteProxy(deviceId, serviceName, NULL);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user