Home
last modified time | relevance | path

Searched refs:Check (Results 1 - 25 of 49) sorted by relevance

12

/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dsubscribe_info_checker_test.cpp60 * @tc.desc: Check
73 bool ret = SubscribeInfoChecker::GetInstance().Check(infos); in HWTEST_F()
79 * @tc.desc: Check
92 bool ret = SubscribeInfoChecker::GetInstance().Check(infos); in HWTEST_F()
98 * @tc.desc: Check
111 bool ret = SubscribeInfoChecker::GetInstance().Check(infos); in HWTEST_F()
117 * @tc.desc: Check
130 bool ret = SubscribeInfoChecker::GetInstance().Check(infos); in HWTEST_F()
136 * @tc.desc: Check
148 bool ret = SubscribeInfoChecker::GetInstance().Check(info in HWTEST_F()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dcapture.h92 * @tparam Check Decides if captured parameters should be valid before func is invoked.
94 template<bool Check, typename... Other>
99 if constexpr (Check) { in Call()
113 template<bool Check, typename Lambda, typename... Args>
117 return CaptureCallImpl<Check, decltype(other)...>::Call( in CaptureImpl()
/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dvolume_info_test.cpp138 ret = mock.Check(); in HWTEST_F()
192 ret = mock.Check(); in HWTEST_F()
223 ret = mock.Check(); in HWTEST_F()
255 ret = mock.Check(); in HWTEST_F()
314 ret = mock.Check(); in HWTEST_F()
347 ret = mock.Check(); in HWTEST_F()
383 ret = mock.Check(); in HWTEST_F()
397 * @tc.desc: Verify the Check function when mount state is incorrect.
410 ret = mock.Check(); in HWTEST_F()
418 * @tc.desc: Verify the Check functio
[all...]
H A Dprocess_test.cpp60 ret = mock.Check(); in HWTEST_F()
H A Dvolume_manager_test.cpp164 * @tc.desc: Verify the Check function.
178 int32_t result = volumeManager->Check(volId); in HWTEST_F()
188 * @tc.desc: Verify the Check function not existing situation.
200 int32_t result = volumeManager->Check(volId); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/
H A Dsubscribe_info_checker.h32 bool Check(const std::list<SubscribeInfo>& subscribeInfos);
/foundation/arkui/ace_engine/frameworks/component_test/
H A Didle_watcher.cpp41 if (ComponentTestManagerImpl::Get()->pipelineStatusHolder.Check()) { in VsyncCountFirstCheck()
55 if (ComponentTestManagerImpl::Get()->pipelineStatusHolder.Check()) { in VsyncCountSecondCheck()
H A Dpipeline_status.h38 bool Check() in Check() function in OHOS::Ace::ComponentTest::PipelineStatusHolder
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/sync_strategies/
H A Dnetwork_sync_strategy.cpp66 if (!Check(info.strategy)) { in CheckSyncAction()
103 bool NetworkSyncStrategy::Check(uint32_t strategy) in Check() function in OHOS::CloudData::NetworkSyncStrategy
H A Dnetwork_sync_strategy.h51 static bool Check(uint32_t strategy);
/foundation/graphic/graphic_surface/utils/hebc_white_list/test/unittest/
H A Dhebc_white_list_test.cpp39 * Function: Check
44 * 2. call Check
52 bool isInHebcList = HebcWhiteList::GetInstance().Check(appName); in HWTEST_F()
/foundation/graphic/graphic_surface/utils/hebc_white_list/
H A Dhebc_white_list.h36 [[nodiscard]] bool Check(const std::string& appName) noexcept;
H A Dhebc_white_list.cpp30 bool HebcWhiteList::Check(const std::string& name) noexcept
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Ddistributed_crud_transaction_tools.h47 void Check();
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dproperty.h195 if (groupProperty->Check##name(value)) { \
207 if (groupProperty->Check##groupItem(value)) { \
219 if (groupProperty->Check##name(value)) { \
232 if (groupProperty->Check##name(value)) { \
355 bool Check##name(const type& value) const \
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_manager.cpp101 int32_t VolumeManager::Check(const std::string volId) in Check() function in OHOS::StorageDaemon::VolumeManager
109 int32_t err = info->Check(); in Check()
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dsubscribe_info_checker.cpp35 bool SubscribeInfoChecker::Check(const std::list<SubscribeInfo>& subscribeInfos) in Check() function in OHOS::DeviceProfile::SubscribeInfoChecker
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dvolume_manager.h36 int32_t Check(const std::string volId);
H A Dvolume_info.h46 int32_t Check();
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp110 int32_t result = Check(volumePtr->GetId()); in Mount()
150 int32_t VolumeManagerService::Check(std::string volumeId) in Check() function in OHOS::StorageManager::VolumeManagerService
163 int32_t result = sdCommunication->Check(volumeId); in Check()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwatch_dog.cpp47 // Check if GC signal is in pending signal set in CheckGcSignal()
69 // Check again in CheckGcSignal()
127 void Check();
158 sp->Check(); in ThreadWatcher()
240 void ThreadWatcher::Check() in Check() function in OHOS::Ace::ThreadWatcher
284 sp->Check(); in Check()
H A Dwatch_dog_mingw.cpp93 void Check();
121 sp->Check(); in ThreadWatcher()
204 void ThreadWatcher::Check() in Check() function in OHOS::Ace::ThreadWatcher
248 sp->Check(); in Check()
/foundation/filemanagement/storage_service/services/storage_manager/include/volume/
H A Dvolume_manager_service.h49 int32_t Check(std::string volumeId);
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dlru_cache.h110 bool Check() in Check() function in OHOS::Media::LruCache
H A Dmedia_cached_buffer.h89 bool Check();
223 bool Check();

Completed in 9 milliseconds

12