Searched defs:MAX_SYSCAP_NAME_LEN (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/registry/ |
H A D | service_registry.h | 27 #define MAX_SYSCAP_NAME_LEN 64 macro
|
H A D | service_registry.c | 48 …_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 D | remote_register.c | 100 int32 SAMGR_GetSystemCapabilitiesApi(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *size) in SAMGR_GetSystemCapabilitiesApi()
|
H A D | remote_register_rpc.c | 117 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 D | endpoint_rpc.c | 192 static int32 ParseGetAllSysCapsReply(IpcIo *reply, char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN… in ParseGetAllSysCapsReply() 229 … char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *sysCapNum) in SAMGR_GetSystemCapabilities()
|
H A D | endpoint.h | 40 #define MAX_SYSCAP_NAME_LEN 64 macro
|
H A D | endpoint.c | 222 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 D | samgr_lite.h | 70 #define MAX_SYSCAP_NAME_LEN 64 macro
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server.h | 31 #define MAX_SYSCAP_NAME_LEN 64 macro
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | ability_info.h | 52 #define MAX_SYSCAP_NAME_LEN 64 macro
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | samgr_lite.c | 382 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 D | bundle_manager_service.cpp | 608 uint8_t ManagerService::GetSystemAvailableCapabilities(char syscap[][MAX_SYSCAP_NAME_LEN], int32_t … in GetSystemAvailableCapabilities()
|
H A D | bundle_parser.cpp | 561 …leParser::CheckAbilityCapIsValid(AbilityInfo &abilityInfo, char sysCaps[][MAX_SYSCAP_NAME_LEN], in… in CheckAbilityCapIsValid()
|