Home
last modified time | relevance | path

Searched refs:isReady (Results 1 - 25 of 37) sorted by relevance

12

/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()
35 ctocpp_->OnAudioBufferAvailable(isReady, (int32_t)type); in OnAudioBufferAvailable()
38 void ArkScreenCaptureCallbackAdapterWrapper::OnVideoBufferAvailable(bool isReady) in OnVideoBufferAvailable() argument
40 return ctocpp_->OnVideoBufferAvailable(isReady); in OnVideoBufferAvailable()
32 OnAudioBufferAvailable( bool isReady, OHOS::NWeb::AudioCaptureSourceTypeAdapter type) OnAudioBufferAvailable() argument
H A Dark_screen_capture_callback_adapter_wrapper.h31 void OnAudioBufferAvailable(bool isReady, OHOS::NWeb::AudioCaptureSourceTypeAdapter type) override;
33 void OnVideoBufferAvailable(bool isReady) override;
/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() argument
32 real_->OnAudioBufferAvailable(isReady, (OHOS::NWeb::AudioCaptureSourceTypeAdapter)type); in OnAudioBufferAvailable()
35 void ArkScreenCaptureCallbackAdapterImpl::OnVideoBufferAvailable(bool isReady) in OnVideoBufferAvailable() argument
37 real_->OnVideoBufferAvailable(isReady); in OnVideoBufferAvailable()
H A Dark_screen_capture_callback_adapter_impl.h31 void OnAudioBufferAvailable(bool isReady, int32_t type) override;
33 void OnVideoBufferAvailable(bool isReady) override;
/base/account/os_account/frameworks/account_iam/test/unittest/include/
H A Daccount_iam_client_test_callback.h41 isReady = true; in OnAcquireInfo()
49 isReady = true; in OnResult()
54 bool isReady = false; member in OHOS::AccountTest::final
73 isReady = true; in OnCredentialInfo()
78 bool isReady = false; member in OHOS::AccountTest::final
97 isReady = true; in OnEnrolledId()
102 bool isReady = false; member in OHOS::AccountTest::final
121 isReady = true; in OnResult()
126 bool isReady = false; member in OHOS::AccountTest::final
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Dmock_domain_create_domain_account_callback.cpp41 isReady = true; in OnResult()
51 isReady = true; in OnResult()
61 isReady = true; in OnResult()
67 isReady = true; in OnResult()
H A Dmock_domain_auth_callback.cpp48 isReady = true; in OnResult()
57 isReady = true; in OnResult()
H A Dmock_domain_has_domain_info_callback.cpp42 isReady = true; in OnResult()
62 isReady = true; in OnResult()
H A Ddomain_account_client_module_test.cpp242 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
266 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
281 std::chrono::seconds(WAIT_TIME), [lockCallback = testCallbackSec]() { return lockCallback->isReady; }); in HWTEST_F()
305 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
360 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
418 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
434 std::chrono::seconds(WAIT_TIME), [lockCallback = testAuthCallback]() { return lockCallback->isReady; }); in HWTEST_F()
569 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
585 std::chrono::seconds(WAIT_TIME), [lockCallback = testAuthCallback]() { return lockCallback->isReady; }); in HWTEST_F()
614 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
[all...]
H A Dmock_domain_get_access_token_callback.cpp39 isReady = true; in OnResult()
H A Dmock_domain_auth_callback_for_listener.cpp44 isReady = true; in OnResult()
/base/account/os_account/frameworks/domain_account/test/moduletest/include/
H A Dmock_domain_has_domain_info_callback.h37 bool isReady = false; member in OHOS::AccountSA::TestHasDomainInfoCallback
56 bool isReady = false; member in OHOS::AccountSA::TestGetDomainAccountInfoCallback
H A Dmock_domain_auth_callback_for_listener.h39 bool isReady = false; member in OHOS::AccountSA::TestDomainAuthCallbackForListener
H A Dmock_domain_create_domain_account_callback.h41 bool isReady = false; member in OHOS::AccountSA::TestCreateDomainAccountCallback
H A Dmock_domain_auth_callback.h37 bool isReady = false; member in OHOS::AccountSA::TestDomainAuthCallback
H A Dmock_domain_get_access_token_callback.h36 bool isReady = false; member in OHOS::AccountSA::TestGetAccessTokenCallback
/base/useriam/user_auth_framework/services/ipc/inc/
H A Dco_auth_service.h39 void SetIsReady(bool isReady);
40 void SetAccessTokenReady(bool isReady);
/base/web/webview/ohos_adapter/screen_capture_adapter/include/
H A Dscreen_capture_adapter_impl.h30 void OnAudioBufferAvailable(bool isReady, OHOS::Media::AudioCaptureSourceType type) override;
32 void OnVideoBufferAvailable(bool isReady) override;
/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_client_test.cpp249 [lockPtr = ptr]() { return lockPtr->isReady; }); in Wait()
256 [lockPtr = ptr]() { return lockPtr->isReady; }); in Wait()
299 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
326 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
330 testCallback->isReady = false; in HWTEST_F()
336 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
357 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
379 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
381 testCallback->isReady = false; in HWTEST_F()
386 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
[all...]
H A Daccount_iam_callback_service_test.cpp112 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
134 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
137 testCallback->isReady = false; in HWTEST_F()
142 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = testCallback]() { return lockCallback->isReady; }); in HWTEST_F()
/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
H A Dmock_domain_account_callback_stub.cpp37 isReady = true; in OnResult()
H A Dmock_domain_account_callback_stub.h35 bool isReady = false; member in OHOS::AccountSA::MockDomainAccountCallbackStub
/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp100 void CoAuthService::SetIsReady(bool isReady) in SetIsReady() argument
103 isReady_ = isReady; in SetIsReady()
104 IAM_LOGI("Set isReady %{public}d", isReady); in SetIsReady()
107 void CoAuthService::SetAccessTokenReady(bool isReady) in SetAccessTokenReady() argument
110 accessTokenReady_ = isReady; in SetAccessTokenReady()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_screen_capture_adapter.h137 virtual void OnAudioBufferAvailable(bool isReady, int32_t type) = 0;
140 virtual void OnVideoBufferAvailable(bool isReady) = 0;
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_subscribe_module_test.cpp141 isReady = true; in OnAccountsChanged()
148 bool isReady = false; member in OHOS::AccountTest::final
258 lock, std::chrono::seconds(WAIT_TIME), [lockCallback = subscriberTestPtr]() { return lockCallback->isReady; }); in HWTEST_F()

Completed in 9 milliseconds

12