Home
last modified time | relevance | path

Searched refs:onCallbackAdapterJobStateChanged (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Diprint_callback.h34 virtual bool onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state,
H A Dprint_callback.h62 bool onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state,
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_callback_proxy.h33 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 Dmock_print_callback_stub.h46 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 Dprint_callback_proxy_test.cpp284 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 Dprint_callback_stub.cpp123 bool result = onCallbackAdapterJobStateChanged(jobId, state, subState); in HandlePrintAdapterJobChangedEvent()
H A Dprint_callback.cpp446 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 Dprint_callback_proxy.cpp154 bool PrintCallbackProxy::onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t s… in onCallbackAdapterJobStateChanged() function in OHOS::Print::PrintCallbackProxy
H A Dprint_service_ability.cpp2582 eventIt->second->onCallbackAdapterJobStateChanged(jobId, state, printAdapterListeningState); in notifyAdapterJobChanged()