Home
last modified time | relevance | path

Searched defs:pThis (Results 1 - 6 of 6) sorted by relevance

/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread.cpp234 auto *pThis = reinterpret_cast<Thread*>(pObj); in ThreadProc() local
/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp182 DistributedInputHandler *pThis = reinterpret_cast<DistributedInputHandler *>(param); in CollectEventsThread() local
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Drouter_advertisement_daemon.h127 static RouterAdvertisementDaemon *pThis; member in OHOS::NetManagerStandard::RouterAdvertisementDaemon
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp84 static bool IsUtdInvalid(OH_Utd* pThis) in IsUtdInvalid() argument
121 auto pThis = new (std::nothrow) OH_Utd(); in OH_Utd_Create() local
144 OH_Utd_Destroy(OH_Utd* pThis) OH_Utd_Destroy() argument
157 OH_Utd_GetTypeId(OH_Utd* pThis) OH_Utd_GetTypeId() argument
162 OH_Utd_GetDescription(OH_Utd* pThis) OH_Utd_GetDescription() argument
167 OH_Utd_GetReferenceUrl(OH_Utd* pThis) OH_Utd_GetReferenceUrl() argument
172 OH_Utd_GetIconFile(OH_Utd* pThis) OH_Utd_GetIconFile() argument
177 OH_Utd_GetBelongingToTypes(OH_Utd* pThis, unsigned int* count) OH_Utd_GetBelongingToTypes() argument
186 OH_Utd_GetFilenameExtensions(OH_Utd* pThis, unsigned int* count) OH_Utd_GetFilenameExtensions() argument
195 OH_Utd_GetMimeTypes(OH_Utd* pThis, unsigned int* count) OH_Utd_GetMimeTypes() argument
[all...]
H A Duds.cpp29 static const char* GetUdsStrValue(UdsObject* pThis, NdkStructId ndkStructId, const char* paramName) in GetUdsStrValue() argument
38 static int GetUdsUint8Value(UdsObject* pThis, const char* paramName, const char* paramNameLen, unsigned char** data, in GetUdsUint8Value() argument
65 bool IsInvalidUdsObjectPtr(const UdsObject *pThis, int cid) in IsInvalidUdsObjectPtr() argument
70 IsInvalidUdsObjectByType(const UdsObject* pThis, const UDType& type) IsInvalidUdsObjectByType() argument
152 OH_UdsPlainText_Destroy(OH_UdsPlainText* pThis) OH_UdsPlainText_Destroy() argument
159 OH_UdsPlainText_GetType(OH_UdsPlainText* pThis) OH_UdsPlainText_GetType() argument
164 OH_UdsPlainText_GetContent(OH_UdsPlainText* pThis) OH_UdsPlainText_GetContent() argument
169 OH_UdsPlainText_GetAbstract(OH_UdsPlainText* pThis) OH_UdsPlainText_GetAbstract() argument
174 OH_UdsPlainText_SetContent(OH_UdsPlainText* pThis, const char* content) OH_UdsPlainText_SetContent() argument
182 OH_UdsPlainText_SetAbstract(OH_UdsPlainText* pThis, const char* abstract) OH_UdsPlainText_SetAbstract() argument
204 OH_UdsHyperlink_Destroy(OH_UdsHyperlink* pThis) OH_UdsHyperlink_Destroy() argument
211 OH_UdsHyperlink_GetType(OH_UdsHyperlink* pThis) OH_UdsHyperlink_GetType() argument
216 OH_UdsHyperlink_GetUrl(OH_UdsHyperlink* pThis) OH_UdsHyperlink_GetUrl() argument
221 OH_UdsHyperlink_GetDescription(OH_UdsHyperlink* pThis) OH_UdsHyperlink_GetDescription() argument
226 OH_UdsHyperlink_SetUrl(OH_UdsHyperlink* pThis, const char* url) OH_UdsHyperlink_SetUrl() argument
234 OH_UdsHyperlink_SetDescription(OH_UdsHyperlink* pThis, const char* description) OH_UdsHyperlink_SetDescription() argument
256 OH_UdsHtml_Destroy(OH_UdsHtml* pThis) OH_UdsHtml_Destroy() argument
263 OH_UdsHtml_GetType(OH_UdsHtml* pThis) OH_UdsHtml_GetType() argument
268 OH_UdsHtml_GetContent(OH_UdsHtml* pThis) OH_UdsHtml_GetContent() argument
273 OH_UdsHtml_GetPlainContent(OH_UdsHtml* pThis) OH_UdsHtml_GetPlainContent() argument
278 OH_UdsHtml_SetContent(OH_UdsHtml* pThis, const char* content) OH_UdsHtml_SetContent() argument
286 OH_UdsHtml_SetPlainContent(OH_UdsHtml* pThis, const char* plainContent) OH_UdsHtml_SetPlainContent() argument
312 OH_UdsAppItem_Destroy(OH_UdsAppItem* pThis) OH_UdsAppItem_Destroy() argument
319 OH_UdsAppItem_GetType(OH_UdsAppItem* pThis) OH_UdsAppItem_GetType() argument
324 OH_UdsAppItem_GetId(OH_UdsAppItem* pThis) OH_UdsAppItem_GetId() argument
329 OH_UdsAppItem_GetName(OH_UdsAppItem* pThis) OH_UdsAppItem_GetName() argument
334 OH_UdsAppItem_GetIconId(OH_UdsAppItem* pThis) OH_UdsAppItem_GetIconId() argument
339 OH_UdsAppItem_GetLabelId(OH_UdsAppItem* pThis) OH_UdsAppItem_GetLabelId() argument
344 OH_UdsAppItem_GetBundleName(OH_UdsAppItem* pThis) OH_UdsAppItem_GetBundleName() argument
349 OH_UdsAppItem_GetAbilityName(OH_UdsAppItem* pThis) OH_UdsAppItem_GetAbilityName() argument
354 OH_UdsAppItem_SetId(OH_UdsAppItem* pThis, const char* appId) OH_UdsAppItem_SetId() argument
362 OH_UdsAppItem_SetName(OH_UdsAppItem* pThis, const char* appName) OH_UdsAppItem_SetName() argument
370 OH_UdsAppItem_SetIconId(OH_UdsAppItem* pThis, const char* appIconId) OH_UdsAppItem_SetIconId() argument
378 OH_UdsAppItem_SetLabelId(OH_UdsAppItem* pThis, const char* appLabelId) OH_UdsAppItem_SetLabelId() argument
386 OH_UdsAppItem_SetBundleName(OH_UdsAppItem* pThis, const char* bundleName) OH_UdsAppItem_SetBundleName() argument
394 OH_UdsAppItem_SetAbilityName(OH_UdsAppItem* pThis, const char* abilityName) OH_UdsAppItem_SetAbilityName() argument
416 OH_UdsFileUri_Destroy(OH_UdsFileUri* pThis) OH_UdsFileUri_Destroy() argument
423 OH_UdsFileUri_GetType(OH_UdsFileUri* pThis) OH_UdsFileUri_GetType() argument
428 OH_UdsFileUri_GetFileUri(OH_UdsFileUri* pThis) OH_UdsFileUri_GetFileUri() argument
433 OH_UdsFileUri_GetFileType(OH_UdsFileUri* pThis) OH_UdsFileUri_GetFileType() argument
438 OH_UdsFileUri_SetFileUri(OH_UdsFileUri* pThis, const char* fileUri) OH_UdsFileUri_SetFileUri() argument
446 OH_UdsFileUri_SetFileType(OH_UdsFileUri* pThis, const char* fileType) OH_UdsFileUri_SetFileType() argument
467 OH_UdsPixelMap_Destroy(OH_UdsPixelMap* pThis) OH_UdsPixelMap_Destroy() argument
474 OH_UdsPixelMap_GetType(OH_UdsPixelMap* pThis) OH_UdsPixelMap_GetType() argument
479 OH_UdsPixelMap_GetPixelMap(OH_UdsPixelMap* pThis, OH_PixelmapNative* pixelmapNative) OH_UdsPixelMap_GetPixelMap() argument
492 OH_UdsPixelMap_SetPixelMap(OH_UdsPixelMap* pThis, OH_PixelmapNative* pixelmapNative) OH_UdsPixelMap_SetPixelMap() argument
569 OH_UdsContentForm_Destroy(OH_UdsContentForm* pThis) OH_UdsContentForm_Destroy() argument
576 OH_UdsContentForm_GetType(OH_UdsContentForm* pThis) OH_UdsContentForm_GetType() argument
581 OH_UdsContentForm_GetThumbData(OH_UdsContentForm* pThis, unsigned char** thumbData, unsigned int* len) OH_UdsContentForm_GetThumbData() argument
589 OH_UdsContentForm_GetDescription(OH_UdsContentForm* pThis) OH_UdsContentForm_GetDescription() argument
594 OH_UdsContentForm_GetTitle(OH_UdsContentForm* pThis) OH_UdsContentForm_GetTitle() argument
599 OH_UdsContentForm_GetAppIcon(OH_UdsContentForm* pThis, unsigned char** appIcon, unsigned int* len) OH_UdsContentForm_GetAppIcon() argument
607 OH_UdsContentForm_GetAppName(OH_UdsContentForm* pThis) OH_UdsContentForm_GetAppName() argument
612 OH_UdsContentForm_GetLinkUri(OH_UdsContentForm* pThis) OH_UdsContentForm_GetLinkUri() argument
617 OH_UdsContentForm_SetThumbData(OH_UdsContentForm* pThis, const unsigned char* thumbData, unsigned int len) OH_UdsContentForm_SetThumbData() argument
634 OH_UdsContentForm_SetDescription(OH_UdsContentForm* pThis, const char* description) OH_UdsContentForm_SetDescription() argument
642 OH_UdsContentForm_SetTitle(OH_UdsContentForm* pThis, const char* title) OH_UdsContentForm_SetTitle() argument
650 OH_UdsContentForm_SetAppIcon(OH_UdsContentForm* pThis, const unsigned char* appIcon, unsigned int len) OH_UdsContentForm_SetAppIcon() argument
667 OH_UdsContentForm_SetAppName(OH_UdsContentForm* pThis, const char* appName) OH_UdsContentForm_SetAppName() argument
675 OH_UdsContentForm_SetLinkUri(OH_UdsContentForm* pThis, const char* linkUri) OH_UdsContentForm_SetLinkUri() argument
[all...]
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp107 DistributedInputCollector *pThis = reinterpret_cast<DistributedInputCollector *>(param); in CollectEventsThread() local

Completed in 4 milliseconds