Searched defs:sysCaps (Results 1 - 12 of 12) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/parsesyscap_fuzzer/ |
H A D | parsesyscap_fuzzer.cpp | 54 std::vector<std::string> sysCaps; in DoSomethingInterestingWithMyAPI() local
|
/foundation/systemabilitymgr/samgr_lite/samgr/registry/ |
H A D | service_registry.c | 48 int32 __attribute__((weak)) SAMGR_GetSystemCapabilitiesApi(char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN],
in SAMGR_GetSystemCapabilitiesApi() argument
|
/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() argument
|
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() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_parser.cpp | 40 bool ParseStr(const char *buf, const int itemLen, int totalLen, std::vector<std::string> &sysCaps) in ParseStr() argument
|
/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() argument 228 SAMGR_GetSystemCapabilities(const Endpoint *endpoint, char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *sysCapNum) SAMGR_GetSystemCapabilities() argument
|
H A D | endpoint.c | 222 static int32 ParseGetAllSysCapsReply(IpcIo *reply, char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN],
in ParseGetAllSysCapsReply() argument 251 SAMGR_GetSystemCapabilities(const Endpoint *endpoint, char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *sysCapNum) SAMGR_GetSystemCapabilities() argument
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_ms_feature.cpp | 149 char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN]; in GetSystemAvailableCapabilities() local
|
H A D | bundle_parser.cpp | 561 bool BundleParser::CheckAbilityCapIsValid(AbilityInfo &abilityInfo, char sysCaps[][MAX_SYSCAP_NAME_LEN], int sysNum) in CheckAbilityCapIsValid() argument
|
/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], int32 *sysCapNum)
in GetSystemAvailableCapabilities() argument
|
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server_rpc.c | 711 cJSON *sysCaps = cJSON_GetObjectItem(root, "systemCapability"); in ParseSysCap() local
|
H A D | samgr_server.c | 601 cJSON *sysCaps = cJSON_GetObjectItem(root, "systemCapability");
in ParseSysCap() local
|
Completed in 10 milliseconds