Home
last modified time | relevance | path

Searched defs:isReady (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_listener_stub.cpp53 bool isReady = data.ReadBool(); in OnRemoteRequest() local
59 bool isReady = data.ReadBool(); in OnRemoteRequest() local
87 void ScreenCaptureListenerStub::OnAudioBufferAvailable(bool isReady, AudioCaptureSourceType type) in OnAudioBufferAvailable()
94 void ScreenCaptureListenerStub::OnVideoBufferAvailable(bool isReady) in OnVideoBufferAvailable()
H A Dscreen_capture_listener_proxy.cpp52 void ScreenCaptureListenerProxy::OnAudioBufferAvailable(bool isReady, AudioCaptureSourceType type) in OnAudioBufferAvailable()
67 void ScreenCaptureListenerProxy::OnVideoBufferAvailable(bool isReady) in OnVideoBufferAvailable()
117 void ScreenCaptureListenerCallback::OnAudioBufferAvailable(bool isReady, AudioCaptureSourceType typ… in OnAudioBufferAvailable()
127 void ScreenCaptureListenerCallback::OnVideoBufferAvailable(bool isReady) in OnVideoBufferAvailable()
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/include/
H A Dmock_domain_has_domain_info_callback.h37 bool isReady = false; variable
56 bool isReady = false; variable
H A Dmock_domain_get_access_token_callback.h36 bool isReady = false; variable
H A Dmock_domain_auth_callback.h37 bool isReady = false; variable
H A Dmock_domain_auth_callback_for_listener.h39 bool isReady = false; variable
H A Dmock_domain_create_domain_account_callback.h41 bool isReady = false; variable
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_ndk_screen_capture.cpp29 …stScreenCaptureNdkCallback::OnAudioBufferAvailable(OH_AVScreenCapture *screenCapture, bool isReady, in OnAudioBufferAvailable()
35 …stScreenCaptureNdkCallback::OnVideoBufferAvailable(OH_AVScreenCapture *screenCapture, bool isReady) in OnVideoBufferAvailable()
H A Dtest_screen_capture.cpp29 void TestScreenCaptureCallbackTest::OnAudioBufferAvailable(bool isReady, AudioCaptureSourceType typ… in OnAudioBufferAvailable()
34 void TestScreenCaptureCallbackTest::OnVideoBufferAvailable(bool isReady) in OnVideoBufferAvailable()
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/include/
H A Daccount_iam_client_test_callback.h54 bool isReady = false; variable
78 bool isReady = false; variable
102 bool isReady = false; variable
126 bool isReady = false; variable
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_screen_capture_callback_adapter_impl.cpp30 void ArkScreenCaptureCallbackAdapterImpl::OnAudioBufferAvailable(bool isReady, int32_t type) in OnAudioBufferAvailable()
35 void ArkScreenCaptureCallbackAdapterImpl::OnVideoBufferAvailable(bool isReady) in OnVideoBufferAvailable()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_screen_capture_callback_adapter_wrapper.cpp33 bool isReady, OHOS::NWeb::AudioCaptureSourceTypeAdapter type) in OnAudioBufferAvailable()
38 void ArkScreenCaptureCallbackAdapterWrapper::OnVideoBufferAvailable(bool isReady) in OnVideoBufferAvailable()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/include/
H A Dscreen_capture_server_function_unittest.h62 void OnAudioBufferAvailable(bool isReady, AudioCaptureSourceType type) {}; in OnAudioBufferAvailable()
63 void OnVideoBufferAvailable(bool isReady) {}; in OnVideoBufferAvailable()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_callback.h38 void OnAudioBufferAvailable(bool isReady, AudioCaptureSourceType type) override in OnAudioBufferAvailable()
43 void OnVideoBufferAvailable(bool isReady) override in OnVideoBufferAvailable()
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/include/
H A Dwait_for_result.h32 bool isReady = false; variable
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
H A Dmock_domain_account_callback_stub.h35 bool isReady = false; variable
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/
H A Dservice_router_mgr_helper.h56 bool isReady = false; variable
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dapp_file_access_ext_connection.h50 bool isReady = false; member
/ohos5.0/foundation/communication/ipc/utils/include/
H A Drpc_session_handle.h36 bool isReady; member
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_ext_connection.h52 bool isReady = false; member
/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H A Dscreen_capture_adapter_impl.cpp239 void OHScreenCaptureCallback::OnAudioBufferAvailable(bool isReady, OHOS::Media::AudioCaptureSourceT… in OnAudioBufferAvailable()
246 void OHScreenCaptureCallback::OnVideoBufferAvailable(bool isReady) in OnVideoBufferAvailable()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H A Dscreen_capture_native_mock.cpp35 void ScreenCaptureNativeCallbackMock::OnAudioBufferAvailable(bool isReady, AudioCaptureSourceType t… in OnAudioBufferAvailable()
43 void ScreenCaptureNativeCallbackMock::OnVideoBufferAvailable(bool isReady) in OnVideoBufferAvailable()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp100 void CoAuthService::SetIsReady(bool isReady) in SetIsReady()
107 void CoAuthService::SetAccessTokenReady(bool isReady) in SetAccessTokenReady()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp38 void ScreenCaptureCapiMock::OnAudioBufferAvailable(OH_AVScreenCapture *screenCapture, bool isReady, in OnAudioBufferAvailable()
47 void ScreenCaptureCapiMock::OnVideoBufferAvailable(OH_AVScreenCapture *screenCapture, bool isReady) in OnVideoBufferAvailable()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp292 void OnAudioBufferAvailable(bool isReady, AudioCaptureSourceTypeAdapter type) override in OnAudioBufferAvailable()
298 void OnVideoBufferAvailable(bool isReady) override in OnVideoBufferAvailable()

12