Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 30) sorted by relevance

12

/CafeSDK-2.12.13-1/system/include/nn/ac/
Dac_ApiDebug.h109 nn::Result Connect( ConfigId id );
128 nn::Result ConnectAsync( ConfigId id );
195 nn::Result WriteConfig( ConfigId id, const Config* pConfig );
212 nn::Result ReadConfig( ConfigId id, Config* pConfig );
228 nn::Result DeleteConfig( ConfigId id );
249 nn::Result IsConfigExisting( ConfigId id, bool* pIsExisting );
265 nn::Result SetStartupId( ConfigId id );
278 nn::Result GetStartupId( ConfigId* id );
312 NN_EXTERN_C ACResult ACConnectWithConfigId( ACConfigId id );
316 NN_EXTERN_C ACResult ACConnectWithConfigIdAsync( ACConfigId id );
[all …]
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeEvtLog.cs81 public void WriteToEventLog(Int32 id, string strErrDetail) in WriteToEventLog() argument
94 id); in WriteToEventLog()
109 public void WriteToEventLog(Int32 id, DateTime time, string strErrDetail) in WriteToEventLog() argument
111 … WriteToEventLog(id, string.Format("[{0}] {1}", time.ToString("HH:mm:ss:fff"), strErrDetail)); in WriteToEventLog()
114 …public void WriteToEventLog(Int32 id, DateTime time, string status, string process, string strErrD… in WriteToEventLog() argument
116 …WriteToEventLog(id, string.Format("[{0}][{1}][{2}] {3}", time.ToString("HH:mm:ss:fff"), status, pr… in WriteToEventLog()
/CafeSDK-2.12.13-1/system/include/nn/cfg/CTR/
Dcfg_UserInfo.h131 …u32 id; //!< Simpl… member
143 u32 id; //!< Simple address information ID. member
151 …return static_cast<CfgCountryCode>((id & CFG_SIMPLE_ADDRESS_ID_COUNTRY_MASK) >> CFG_SIMPLE_ADDRESS… in GetCountryCode()
160 return (id & CFG_SIMPLE_ADDRESS_ID_REGION_MASK) >> CFG_SIMPLE_ADDRESS_ID_REGION_SHIFT; in GetRegionCode()
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c41 u32 id; member
110 static u32 BSearchIndex(FontData_t* pFont, u32 id);
256 u32 id = (u32) pStr[cIn]; in DEMOFontPuts() local
261 if(id == 10) in DEMOFontPuts()
268 else if(id >= 32 && id <= 127) in DEMOFontPuts()
271 index = BSearchIndex(pFont,id); in DEMOFontPuts()
458 u32 id = pCharData[i*8 + 0]; in GetFontCharData() local
469 pFont->pCharDataBuffer[i].id = id; in GetFontCharData()
573 static u32 BSearchIndex(FontData_t* pFont, u32 id) in BSearchIndex() argument
580 if (id >= 32 && id < 32+pFont->numCharData && in BSearchIndex()
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Uda.h40 void GX2API GX2UDAResetAlertFireCount(GX2UDAAlertID id);
57 void GX2API GX2UDASetAlertEnable(GX2UDAAlertID id, GX2Boolean enable);
Dgx2Perf.h222 GX2Boolean GX2API GX2PerfMetricEnable(GX2PerfData *perfData, GX2PerfType type, u32 id);
387 GX2Boolean GX2API GX2PerfGetResultByFrame(GX2PerfData *perfData, GX2PerfType type, u32 id, GX2Metri…
403 GX2Boolean GX2API GX2PerfGetResultByTagId(GX2PerfData *perfData, GX2PerfType type, u32 id,
422 GX2Boolean GX2API GX2PerfGetResultByTagSequence(GX2PerfData *perfData, GX2PerfType type, u32 id,
468 GX2_INLINE GX2Boolean GX2PerfMetricEnable(GX2PerfData *perfData, GX2PerfType type, u32 id){ return … in GX2PerfMetricEnable() argument
482 GX2_INLINE GX2Boolean GX2PerfGetResultByFrame(GX2PerfData *perfData, GX2PerfType type, u32 id, GX2M… in GX2PerfGetResultByFrame() argument
483 GX2_INLINE GX2Boolean GX2PerfGetResultByTagId(GX2PerfData *perfData, GX2PerfType type, u32 id, u32 … in GX2PerfGetResultByTagId() argument
484 GX2_INLINE GX2Boolean GX2PerfGetResultByTagSequence(GX2PerfData *perfData, GX2PerfType type, u32 id in GX2PerfGetResultByTagSequence() argument
Dgx2Perf_deprecated.h223 void GX2API _GX2InitCounterInfo(_GX2CounterInfo *info, _GX2CounterId id,
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp46 u8 id[256]; member
117 u32 id; in DecodeRLEImage() local
180 id = (width * y + x)*offset; in DecodeRLEImage()
183 pImg[id] = red; in DecodeRLEImage()
184 pImg[id + 1] = green; in DecodeRLEImage()
185 pImg[id + 2] = blue; in DecodeRLEImage()
186 pImg[id + 3] = alpha; in DecodeRLEImage()
196 if (id + 3 >= size - 1) break; in DecodeRLEImage()
248 id = (width * y + x) * offset; in DecodeRLEImage()
251 pImg[id] = red; in DecodeRLEImage()
[all …]
/CafeSDK-2.12.13-1/system/include/nn/act/
Dact_Types.h58 #define ACT_SIMPLE_ADDRESS_COUNTRY( id ) ((u8)(((u32)id & ACT_SIMPLE_ADDRESS_COUNTRY_MASK) >… argument
59 #define ACT_SIMPLE_ADDRESS_AREA( id ) ((u8)(((u32)id & ACT_SIMPLE_ADDRESS_AREA_MASK) >… argument
/CafeSDK-2.12.13-1/system/include/nn/swkbd/
Dswkbd_SoundTypes.h99 virtual bool trigSe( Se id, ControllerType controller_type ) = 0;
138 virtual bool trig( ControllerEvent id, ControllerType controller_type ) = 0;
Dswkbd_AppearArg.h178 void setControllerType( ControllerType id ) in setControllerType() argument
180 mKeyboardArg.mConfigArg.mControllerType = id; in setControllerType()
/CafeSDK-2.12.13-1/system/include/nn/boss/
Dboss_Types.h55 TitleID(u64 id);
202 char id[TASK_ID_LENGTH_WITH_NULL];//!< Buffer that stores the task ID. member
Dboss_DataStoreTypes.h53 DataIdType id; //!< Data ID. member
Dboss_DataStoreUploadSetting.h169 void SetDataId( u64 id );
/CafeSDK-2.12.13-1/system/include/nn/ec/
Dec_Cart.h67 nn::Result RemoveItemById(NsUniqueId id);
/CafeSDK-2.12.13-1/system/include/cafe/
Dsysapp.h286 SysArgID id; member
405 BOOL SYSCheckSystemApplicationExists( SysCheckableSystemApplicationID id );
Dos.h152 void OSRegisterVersion( const char* id );
Dmp4dmx.h260 s32 id; member
/CafeSDK-2.12.13-1/system/bin/tool/
Duninstalltitle.sh88 die You must specify a title id to uninstall
/CafeSDK-2.12.13-1/system/src/lib/gfd/headers/cafe/gfd/
DgfdFormat.h85 …u32 id; ///< A unique identifier for this block, allowing it to be referenced … member
/CafeSDK-2.12.13-1/system/include/cafe/gfd/
DgfdFormat.h85 …u32 id; ///< A unique identifier for this block, allowing it to be referenced … member
/CafeSDK-2.12.13-1/system/include/cafe/nssl/
Dnsslclient.h872 NSSL_RVAL NSSLExportInternalServerCertificate(NSSLServerCertID id,
919 NSSL_RVAL NSSLExportInternalClientCertificate(NSSLClientCertID id,
/CafeSDK-2.12.13-1/system/include/nn/uds/CAFE/
Duds_Type.h242 u32 id; //!< ID assigned each time <tt>@ref CreateEndpoint</tt> is called. member
291 u32 id; //!< Endpoint ID (<tt>EndpointDescriptor.id</tt>). member
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileTexture.cpp368 int id = 0; in GFDReadFileTexture() local
430 id++; in GFDReadFileTexture()
/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dtypecheck-gcc.h143 #define _CURL_WARNING(id, message) \ argument
145 __attribute__((noinline)) id(void) { __asm__(""); }

12