/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_listener_stub.cpp | 53 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 D | screen_capture_listener_proxy.cpp | 52 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 D | mock_domain_has_domain_info_callback.h | 37 bool isReady = false; variable 56 bool isReady = false; variable
|
H A D | mock_domain_get_access_token_callback.h | 36 bool isReady = false; variable
|
H A D | mock_domain_auth_callback.h | 37 bool isReady = false; variable
|
H A D | mock_domain_auth_callback_for_listener.h | 39 bool isReady = false; variable
|
H A D | mock_domain_create_domain_account_callback.h | 41 bool isReady = false; variable
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_ndk_screen_capture.cpp | 29 …stScreenCaptureNdkCallback::OnAudioBufferAvailable(OH_AVScreenCapture *screenCapture, bool isReady, in OnAudioBufferAvailable() 35 …stScreenCaptureNdkCallback::OnVideoBufferAvailable(OH_AVScreenCapture *screenCapture, bool isReady) in OnVideoBufferAvailable()
|
H A D | test_screen_capture.cpp | 29 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 D | account_iam_client_test_callback.h | 54 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 D | ark_screen_capture_callback_adapter_impl.cpp | 30 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 D | ark_screen_capture_callback_adapter_wrapper.cpp | 33 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 D | screen_capture_server_function_unittest.h | 62 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 D | avscreen_capture_callback.h | 38 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 D | wait_for_result.h | 32 bool isReady = false; variable
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/ |
H A D | mock_domain_account_callback_stub.h | 35 bool isReady = false; variable
|
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/ |
H A D | service_router_mgr_helper.h | 56 bool isReady = false; variable
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/ |
H A D | app_file_access_ext_connection.h | 50 bool isReady = false; member
|
/ohos5.0/foundation/communication/ipc/utils/include/ |
H A D | rpc_session_handle.h | 36 bool isReady; member
|
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/ |
H A D | file_access_ext_connection.h | 52 bool isReady = false; member
|
/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/src/ |
H A D | screen_capture_adapter_impl.cpp | 239 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 D | screen_capture_native_mock.cpp | 35 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 D | co_auth_service.cpp | 100 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 D | screen_capture_capi_mock.cpp | 38 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 D | screen_capture_adapter_impl_test.cpp | 292 void OnAudioBufferAvailable(bool isReady, AudioCaptureSourceTypeAdapter type) override in OnAudioBufferAvailable() 298 void OnVideoBufferAvailable(bool isReady) override in OnVideoBufferAvailable()
|