Home
last modified time | relevance | path

Searched defs:sysCap (Results 1 - 12 of 12) sorted by relevance

/foundation/systemabilitymgr/samgr_lite/samgr/registry/
H A Dservice_registry.c35 int32 __attribute__((weak)) SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg) in SAMGR_RegisterSystemCapabilityApi() argument
42 BOOL __attribute__((weak)) SAMGR_QuerySystemCapabilityApi(const char *sysCap) in SAMGR_QuerySystemCapabilityApi() argument
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c84 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg) in SAMGR_RegisterSystemCapabilityApi() argument
90 BOOL SAMGR_QuerySystemCapabilityApi(const char *sysCap) in SAMGR_QuerySystemCapabilityApi() argument
H A Dremote_register_rpc.c101 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg) in SAMGR_RegisterSystemCapabilityApi() argument
107 BOOL SAMGR_QuerySystemCapabilityApi(const char *sysCap) in SAMGR_QuerySystemCapabilityApi() argument
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_errcode.cpp82 static std::string GetNapiErrMsg(const napi_env &env, const int32_t errCode, int sysCap) in GetNapiErrMsg() argument
181 void HandleSyncErrCode(const napi_env &env, int32_t errCode, int32_t sysCap) in HandleSyncErrCode() argument
[all...]
H A Dwifi_napi_event.cpp521 int32_t sysCap = SYSCAP_WIFI_STA; in findSysCap() local
615 NO_SANITIZE("cfi") ErrCode EventRegister::RegisterWifiEvents(int32_t sysCap, const std::string& type) in RegisterWifiEvents() argument
702 int32_t sysCap = findSysCap(type); Register() local
783 int32_t sysCap = findSysCap(type); Unregister() local
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint_rpc.c101 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg) in SAMGR_AddSysCap() argument
137 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg) in SAMGR_GetSysCap() argument
214 char *sysCap = (char *)ReadString(reply, (size_t *)&len); in ParseGetAllSysCapsReply() local
H A Dendpoint.c142 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg) in SAMGR_AddSysCap() argument
174 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg) in SAMGR_GetSysCap() argument
237 char *sysCap = (char *)IpcIoPopString(reply, &len); in ParseGetAllSysCapsReply() local
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp891 void FreeSystemAvailableCapabilitiesInfo(SystemCapability *sysCap) in FreeSystemAvailableCapabilitiesInfo() argument
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c366 static int32 AddSystemCapability(const char *sysCap) in AddSystemCapability() argument
374 static BOOL HasSystemCapability(const char *sysCap) in HasSystemCapability() argument
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c485 char *sysCap = (char *)ReadString(req, &len); in ProcAddSysCap() local
510 char *sysCap = (char *)ReadString(req, &len); in ProcGetSysCap() local
H A Dsamgr_server.c373 char *sysCap = (char *)IpcIoPopString(req, &len); in ProcAddSysCap() local
398 char *sysCap = (char *)IpcIoPopString(req, &len); in ProcGetSysCap() local
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_utils.h76 int32_t sysCap; member in OHOS::Wifi::AsyncContext

Completed in 10 milliseconds