/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
H A D | wifi_napi_errcode.h | 43 #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 D | wifi_napi_utils.h | 76 int32_t sysCap; variable
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/registry/ |
H A D | service_registry.c | 35 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 D | wifi_napi_errcode.cpp | 67 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 D | wifi_napi_event.cpp | 521 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 D | remote_register.c | 84 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg) in SAMGR_RegisterSystemCapabilityApi() 90 BOOL SAMGR_QuerySystemCapabilityApi(const char *sysCap) in SAMGR_QuerySystemCapabilityApi()
|
H A D | remote_register_rpc.c | 101 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 D | endpoint_rpc.c | 101 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 D | endpoint.c | 142 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 D | samgr_lite.c | 366 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 D | samgr_server.c | 373 char *sysCap = (char *)IpcIoPopString(req, &len); in ProcAddSysCap() local 398 char *sysCap = (char *)IpcIoPopString(req, &len); in ProcGetSysCap() local
|
H A D | samgr_server_rpc.c | 485 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 D | bundle_manager.cpp | 891 void FreeSystemAvailableCapabilitiesInfo(SystemCapability *sysCap) in FreeSystemAvailableCapabilitiesInfo()
|