Searched defs:pThis (Results 1 – 7 of 7) sorted by relevance
153 void OH_UdsPlainText_Destroy(OH_UdsPlainText* pThis) in OH_UdsPlainText_Destroy()205 void OH_UdsHyperlink_Destroy(OH_UdsHyperlink* pThis) in OH_UdsHyperlink_Destroy()257 void OH_UdsHtml_Destroy(OH_UdsHtml* pThis) in OH_UdsHtml_Destroy()264 const char* OH_UdsHtml_GetType(OH_UdsHtml* pThis) in OH_UdsHtml_GetType()269 const char* OH_UdsHtml_GetContent(OH_UdsHtml* pThis) in OH_UdsHtml_GetContent()313 void OH_UdsAppItem_Destroy(OH_UdsAppItem* pThis) in OH_UdsAppItem_Destroy()320 const char* OH_UdsAppItem_GetType(OH_UdsAppItem* pThis) in OH_UdsAppItem_GetType()325 const char* OH_UdsAppItem_GetId(OH_UdsAppItem* pThis) in OH_UdsAppItem_GetId()330 const char* OH_UdsAppItem_GetName(OH_UdsAppItem* pThis) in OH_UdsAppItem_GetName()417 void OH_UdsFileUri_Destroy(OH_UdsFileUri* pThis) in OH_UdsFileUri_Destroy()[all …]
84 static bool IsUtdInvalid(OH_Utd* pThis) in IsUtdInvalid()121 auto pThis = new (std::nothrow) OH_Utd(); in OH_Utd_Create() local144 void OH_Utd_Destroy(OH_Utd* pThis) in OH_Utd_Destroy()157 const char* OH_Utd_GetTypeId(OH_Utd* pThis) in OH_Utd_GetTypeId()162 const char* OH_Utd_GetDescription(OH_Utd* pThis) in OH_Utd_GetDescription()167 const char* OH_Utd_GetReferenceUrl(OH_Utd* pThis) in OH_Utd_GetReferenceUrl()172 const char* OH_Utd_GetIconFile(OH_Utd* pThis) in OH_Utd_GetIconFile()177 const char** OH_Utd_GetBelongingToTypes(OH_Utd* pThis, unsigned int* count) in OH_Utd_GetBelongingToTypes()186 const char** OH_Utd_GetFilenameExtensions(OH_Utd* pThis, unsigned int* count) in OH_Utd_GetFilenameExtensions()195 const char** OH_Utd_GetMimeTypes(OH_Utd* pThis, unsigned int* count) in OH_Utd_GetMimeTypes()
234 auto *pThis = reinterpret_cast<Thread*>(pObj); in ThreadProc() local
182 DistributedInputHandler *pThis = reinterpret_cast<DistributedInputHandler *>(param); in CollectEventsThread() local
107 DistributedInputCollector *pThis = reinterpret_cast<DistributedInputCollector *>(param); in CollectEventsThread() local
57 RouterAdvertisementDaemon *RouterAdvertisementDaemon::pThis = nullptr; member in OHOS::NetManagerStandard::RouterAdvertisementDaemon
127 static RouterAdvertisementDaemon *pThis; variable