Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_errcode.h43 #define WIFI_NAPI_ASSERT(env, cond, errCode, sysCap) \ argument
55 #define WIFI_NAPI_RETURN(env, cond, errCode, sysCap) \ argument
69 #define WIFI_NAPI_ASSERT(env, cond, errCode, sysCap) \ argument
80 #define WIFI_NAPI_RETURN(env, cond, errCode, sysCap) \ argument
H A Dwifi_napi_utils.h76 int32_t sysCap; variable
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/registry/
H A Dservice_registry.c35 int32 __attribute__((weak)) SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg) in SAMGR_RegisterSystemCapabilityApi()
42 BOOL __attribute__((weak)) SAMGR_QuerySystemCapabilityApi(const char *sysCap) in SAMGR_QuerySystemCapabilityApi()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_errcode.cpp67 static int32_t GetNapiErrCode(const napi_env &env, const int32_t errCodeIn, const int32_t sysCap = … in GetNapiErrCode()
82 static std::string GetNapiErrMsg(const napi_env &env, const int32_t errCode, int sysCap) in GetNapiErrMsg()
181 void HandleSyncErrCode(const napi_env &env, int32_t errCode, int32_t sysCap) in HandleSyncErrCode()
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& typ… in RegisterWifiEvents()
702 int32_t sysCap = findSysCap(type); in Register() local
787 int32_t sysCap = findSysCap(type); in Unregister() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c84 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg) in SAMGR_RegisterSystemCapabilityApi()
90 BOOL SAMGR_QuerySystemCapabilityApi(const char *sysCap) in SAMGR_QuerySystemCapabilityApi()
H A Dremote_register_rpc.c101 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg) in SAMGR_RegisterSystemCapabilityApi()
107 BOOL SAMGR_QuerySystemCapabilityApi(const char *sysCap) in SAMGR_QuerySystemCapabilityApi()
/ohos5.0/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()
137 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg) in SAMGR_GetSysCap()
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()
174 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg) in SAMGR_GetSysCap()
237 char *sysCap = (char *)IpcIoPopString(reply, &len); in ParseGetAllSysCapsReply() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c366 static int32 AddSystemCapability(const char *sysCap) in AddSystemCapability()
374 static BOOL HasSystemCapability(const char *sysCap) in HasSystemCapability()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.c373 char *sysCap = (char *)IpcIoPopString(req, &len); in ProcAddSysCap() local
398 char *sysCap = (char *)IpcIoPopString(req, &len); in ProcGetSysCap() local
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
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp891 void FreeSystemAvailableCapabilitiesInfo(SystemCapability *sysCap) in FreeSystemAvailableCapabilitiesInfo()