/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_paste_board_client_adapter_impl.cpp | 94 void ArkPasteBoardClientAdapterImpl::RemovePasteboardChangedObserver(int32_t callbackId) in RemovePasteboardChangedObserver() function in OHOS::ArkWeb::ArkPasteBoardClientAdapterImpl 96 real_.RemovePasteboardChangedObserver(callbackId); in RemovePasteboardChangedObserver()
|
H A D | ark_paste_board_client_adapter_impl.h | 45 void RemovePasteboardChangedObserver(int32_t callbackId) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_paste_board_client_adapter_wrapper.cpp | 133 void ArkPasteBoardClientAdapterWrapper::RemovePasteboardChangedObserver(int32_t callbackId) in RemovePasteboardChangedObserver() function in OHOS::ArkWeb::ArkPasteBoardClientAdapterWrapper 138 ctocpp_->RemovePasteboardChangedObserver(callbackId); in RemovePasteboardChangedObserver()
|
H A D | ark_paste_board_client_adapter_wrapper.h | 45 void RemovePasteboardChangedObserver(int32_t callbackId) override;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/removepasteboardchangedobserver_fuzzer/ |
H A D | removepasteboardchangedobserver_fuzzer.cpp | 34 PasteBoardClientAdapterImpl::GetInstance().RemovePasteboardChangedObserver(callbackId); in RemovePasteboardChangedObserverFuzzTest()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_pasteboard_client_adapter.h | 108 virtual void RemovePasteboardChangedObserver(int32_t callbackId) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | pasteboard_client_adapter.h | 108 virtual void RemovePasteboardChangedObserver(int32_t callbackId) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/pasteboard_adapter/include/ |
H A D | pasteboard_client_adapter_impl.h | 102 void RemovePasteboardChangedObserver(int32_t callbackId) override;
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/ |
H A D | pasteboard_client.h | 331 void RemovePasteboardChangedObserver(sptr<PasteboardObserver> callback);
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/ |
H A D | pasteboardclient_fuzzer.cpp | 103 PasteboardClient::GetInstance()->RemovePasteboardChangedObserver(callback); in FuzzPasteboardclient002() 140 PasteboardClient::GetInstance()->RemovePasteboardChangedObserver(nullptr); in FuzzPasteboard()
|
/ohos5.0/base/web/webview/ohos_adapter/pasteboard_adapter/src/ |
H A D | pasteboard_client_adapter_impl.cpp | 675 void PasteBoardClientAdapterImpl::RemovePasteboardChangedObserver( in RemovePasteboardChangedObserver() function in OHOS::NWeb::PasteBoardClientAdapterImpl 688 PasteboardClient::GetInstance()->RemovePasteboardChangedObserver(observer); in RemovePasteboardChangedObserver()
|
/ohos5.0/base/web/webview/test/unittest/pasteboard_adapter/ |
H A D | pasteboard_client_adapter_test.cpp | 1087 PasteBoardClientAdapterImpl::GetInstance().RemovePasteboardChangedObserver(id); 1089 PasteBoardClientAdapterImpl::GetInstance().RemovePasteboardChangedObserver(-1);
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
H A D | paste_service_test.cpp | 1019 PasteboardClient::GetInstance()->RemovePasteboardChangedObserver(nullptr); 1052 …PasteboardClient::GetInstance()->RemovePasteboardChangedObserver(PasteboardServiceTest::pasteboard…
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_client.cpp | 521 void PasteboardClient::RemovePasteboardChangedObserver(sptr<PasteboardObserver> callback) in RemovePasteboardChangedObserver() function in OHOS::MiscServices::PasteboardClient
|