Searched refs:onCallbackAdapterJobStateChanged (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | iprint_callback.h | 34 virtual bool onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state,
|
H A D | print_callback.h | 62 bool onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state,
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_callback_proxy.h | 33 bool onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state,
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/ |
H A D | mock_print_callback_stub.h | 46 bool onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state, in onCallbackAdapterJobStateChanged() function
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_callback_proxy_test.cpp | 284 EXPECT_FALSE(proxy->onCallbackAdapterJobStateChanged(jobId, testState, testSubState)); 310 EXPECT_FALSE(proxy->onCallbackAdapterJobStateChanged(jobId, testState, testSubState));
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_callback_stub.cpp | 123 bool result = onCallbackAdapterJobStateChanged(jobId, state, subState); in HandlePrintAdapterJobChangedEvent()
|
H A D | print_callback.cpp | 446 bool PrintCallback::onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state, in onCallbackAdapterJobStateChanged() function in OHOS::Print::PrintCallback
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_callback_proxy.cpp | 154 bool PrintCallbackProxy::onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t s… in onCallbackAdapterJobStateChanged() function in OHOS::Print::PrintCallbackProxy
|
H A D | print_service_ability.cpp | 2582 eventIt->second->onCallbackAdapterJobStateChanged(jobId, state, printAdapterListeningState); in notifyAdapterJobChanged()
|