Home
last modified time | relevance | path

Searched defs:MAX_SYSCAP_NAME_LEN (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/registry/
H A Dservice_registry.h27 #define MAX_SYSCAP_NAME_LEN 64 macro
H A Dservice_registry.c48 …_attribute__((weak)) SAMGR_GetSystemCapabilitiesApi(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_L… in SAMGR_GetSystemCapabilitiesApi()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c100 int32 SAMGR_GetSystemCapabilitiesApi(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *size) in SAMGR_GetSystemCapabilitiesApi()
H A Dremote_register_rpc.c117 int32 SAMGR_GetSystemCapabilitiesApi(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *size) in SAMGR_GetSystemCapabilitiesApi()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint_rpc.c192 static int32 ParseGetAllSysCapsReply(IpcIo *reply, char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN… in ParseGetAllSysCapsReply()
229char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *sysCapNum) in SAMGR_GetSystemCapabilities()
H A Dendpoint.h40 #define MAX_SYSCAP_NAME_LEN 64 macro
H A Dendpoint.c222 static int32 ParseGetAllSysCapsReply(IpcIo *reply, char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN… in ParseGetAllSysCapsReply()
252 char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *sysCapNum) in SAMGR_GetSystemCapabilities()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dsamgr_lite.h70 #define MAX_SYSCAP_NAME_LEN 64 macro
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.h31 #define MAX_SYSCAP_NAME_LEN 64 macro
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dability_info.h52 #define MAX_SYSCAP_NAME_LEN 64 macro
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c382 static int32 GetSystemAvailableCapabilities(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int3… in GetSystemAvailableCapabilities()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp608 uint8_t ManagerService::GetSystemAvailableCapabilities(char syscap[][MAX_SYSCAP_NAME_LEN], int32_t … in GetSystemAvailableCapabilities()
H A Dbundle_parser.cpp561 …leParser::CheckAbilityCapIsValid(AbilityInfo &abilityInfo, char sysCaps[][MAX_SYSCAP_NAME_LEN], in… in CheckAbilityCapIsValid()