Searched refs:onCallbackAdapterJobStateChanged (Results 1 - 9 of 9) sorted by relevance
/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,
|
/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,
|
/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,
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_callback_stub.cpp | 122 bool result = onCallbackAdapterJobStateChanged(jobId, state, subState); in HandlePrintAdapterJobChangedEvent()
|
H A D | print_callback.cpp | 442 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 D | print_callback_proxy.cpp | 129 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 D | print_service_ability.cpp | 2524 eventIt->second->onCallbackAdapterJobStateChanged(jobId, state, printAdapterListeningState); in notifyAdapterJobChanged()
|
/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_callback_proxy_test.cpp | 284 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