Home
last modified time | relevance | path

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

/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,
/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,
/base/print/print_fwk/services/print_service/include/
H A Dprint_callback_proxy.h33 bool onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state,
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_callback_stub.cpp122 bool result = onCallbackAdapterJobStateChanged(jobId, state, subState); in HandlePrintAdapterJobChangedEvent()
H A Dprint_callback.cpp442 bool PrintCallback::onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state,
445 PRINT_HILOGI("PrintCallback onCallbackAdapterJobStateChanged Notification in, jobId:%{public}s subState:%{public}d",
448 PRINT_HILOGI("onCallbackAdapterJobStateChanged run c++");
452 PRINT_HILOGI("onCallbackAdapterJobStateChanged run ets");
/base/print/print_fwk/services/print_service/src/
H A Dprint_callback_proxy.cpp129 bool PrintCallbackProxy::onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state, in onCallbackAdapterJobStateChanged() function in OHOS::Print::PrintCallbackProxy
132 PRINT_HILOGI("PrintCallbackProxy::onCallbackAdapterJobStateChanged Start"); in onCallbackAdapterJobStateChanged()
151 PRINT_HILOGI("PrintCallbackProxy::onCallbackAdapterJobStateChanged End"); in onCallbackAdapterJobStateChanged()
H A Dprint_service_ability.cpp2524 eventIt->second->onCallbackAdapterJobStateChanged(jobId, state, printAdapterListeningState); in notifyAdapterJobChanged()
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_callback_proxy_test.cpp284 EXPECT_FALSE(proxy->onCallbackAdapterJobStateChanged(jobId, testState, testSubState)); in HWTEST_F()
310 EXPECT_FALSE(proxy->onCallbackAdapterJobStateChanged(jobId, testState, testSubState)); in HWTEST_F()

Completed in 10 milliseconds