Home
last modified time | relevance | path

Searched refs:IsCallbackEmpty (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/client/client_executor/include/
H A Dasync_handler.h45 bool IsCallbackEmpty();
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/callback/open_dlp_file_callback/
H A Dopen_dlp_file_callback_manager.h50 bool IsCallbackEmpty();
H A Dopen_dlp_file_callback_manager.cpp204 bool OpenDlpFileCallbackManager::IsCallbackEmpty() in IsCallbackEmpty() function in OHOS::Security::DlpPermission::OpenDlpFileCallbackManager
/ohos5.0/foundation/ai/ai_engine/services/client/client_executor/source/
H A Dasync_handler.cpp96 bool AsyncHandler::IsCallbackEmpty() in IsCallbackEmpty() function in OHOS::AI::AsyncHandler
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client_adapter.cpp194 if (algorithmInfo.isAsync && saAsyncHandler->IsCallbackEmpty()) { in UnLoadAlgorithm()