Home
last modified time | relevance | path

Searched defs:pThis (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp153 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 …]
H A Dutd.cpp84 static bool IsUtdInvalid(OH_Utd* pThis) in IsUtdInvalid()
121 auto pThis = new (std::nothrow) OH_Utd(); in OH_Utd_Create() local
144 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()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread.cpp234 auto *pThis = reinterpret_cast<Thread*>(pObj); in ThreadProc() local
/ohos5.0/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp182 DistributedInputHandler *pThis = reinterpret_cast<DistributedInputHandler *>(param); in CollectEventsThread() local
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp107 DistributedInputCollector *pThis = reinterpret_cast<DistributedInputCollector *>(param); in CollectEventsThread() local
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Drouter_advertisement_daemon.cpp57 RouterAdvertisementDaemon *RouterAdvertisementDaemon::pThis = nullptr; member in OHOS::NetManagerStandard::RouterAdvertisementDaemon
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Drouter_advertisement_daemon.h127 static RouterAdvertisementDaemon *pThis; variable