Home
last modified time | relevance | path

Searched refs:GetStub (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_record_napi.h55 std::shared_ptr<PastedataRecordEntryGetterImpl> GetStub() in GetStub() function in OHOS::MiscServicesNapi::PastedataRecordEntryGetterInstance
H A Dsystempasteboard_napi.h59 sptr<PasteboardObserverImpl> GetStub();
94 std::shared_ptr<PasteboardDelayGetterImpl> GetStub() in GetStub() function in OHOS::MiscServicesNapi::PasteboardDelayGetterInstance
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp51 sptr<PasteboardObserverInstance::PasteboardObserverImpl> PasteboardObserverInstance::GetStub() in GetStub() function in OHOS::MiscServicesNapi::PasteboardObserverInstance
289 observer->GetStub()->SetObserverWrapper(observer); in On()
290 PasteboardClient::GetInstance()->Subscribe(PasteboardObserverType::OBSERVER_LOCAL, observer->GetStub()); in On()
546 ret = PasteboardClient::GetInstance()->SetUnifiedData(*(context->obj), context->delayGetter->GetStub()); in SetUnifiedData()
638 delayGetter->GetStub()->SetDelayGetterWrapper(delayGetter); in SetUnifiedDataSync()
645 PasteboardClient::GetInstance()->SetUnifiedData(*unifiedData, delayGetter->GetStub()) : in SetUnifiedDataSync()
730 context->delayGetter->GetStub()->SetDelayGetterWrapper(context->delayGetter); in SetDataCommon()
1143 delObserver->GetStub()); in DeleteObserver()
H A Dnapi_pasteboard.cpp391 entryGetter->GetStub()->SetEntryGetterWrapper(entryGetter); in JSCreateRecord()
506 entryGetter->GetStub()->SetEntryGetterWrapper(entryGetter); in JSCreateData()
507 return CreateMultiTypeDelayData(env, mimeTypes, entryGetter->GetStub()); in JSCreateData()
H A Dnapi_pastedata_record.cpp166 obj->value_ = PasteboardClient::GetInstance()->CreateMultiDelayRecord(mimeTypes, entryGetter->GetStub()); in NewEntryGetterRecordInstance()

Completed in 6 milliseconds