Home
last modified time | relevance | path

Searched refs:isFound (Results 1 - 19 of 19) sorted by relevance

/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test.cpp78 bool isFound = false; in SetUpTestCase() local
84 isFound = true; in SetUpTestCase()
88 EXPECT_TRUE(isFound); in SetUpTestCase()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_service.cpp47 bool isFound = false; in RegisterAutoStartupSystemCallback() local
51 isFound = true; in RegisterAutoStartupSystemCallback()
56 if (!isFound) { in RegisterAutoStartupSystemCallback()
77 bool isFound = false; in UnregisterAutoStartupSystemCallback() local
82 isFound = true; in UnregisterAutoStartupSystemCallback()
87 if (!isFound) { in UnregisterAutoStartupSystemCallback()
276 bool isFound = false; in CheckAutoStartupData() local
281 isFound = true; in CheckAutoStartupData()
287 if (!isFound) { in CheckAutoStartupData()
/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp267 bool isFound = false; in AddMonitor() local
271 isFound = true; in AddMonitor()
273 if (isFound && iter->actionsType_.empty()) { in AddMonitor()
274 return UpdateEventTypeMonitor(iter, monitor, handler, isFound); in AddMonitor()
275 } else if (isFound && !iter->actionsType_.empty()) { in AddMonitor()
276 return UpdateActionsTypeMonitor(iter, monitor, isFound); in AddMonitor()
297 const SessionHandler &monitor, SessionHandler &handler, bool isFound) in UpdateEventTypeMonitor()
313 if (isFound) { in UpdateEventTypeMonitor()
325 const SessionHandler &monitor, bool isFound) in UpdateActionsTypeMonitor()
332 if (!isOk && isFound) { in UpdateActionsTypeMonitor()
296 UpdateEventTypeMonitor(const std::set<SessionHandler>::iterator &iter, const SessionHandler &monitor, SessionHandler &handler, bool isFound) UpdateEventTypeMonitor() argument
324 UpdateActionsTypeMonitor(const std::set<SessionHandler>::iterator &iter, const SessionHandler &monitor, bool isFound) UpdateActionsTypeMonitor() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_single_ver_natural_store_testcase.cpp1023 bool isFound = false; in DeleteUserKeyValue001() local
1025 isFound = IsSqlinteExistKey(vecSyncData, KEY_1); in DeleteUserKeyValue001()
1026 EXPECT_EQ(isFound, false); in DeleteUserKeyValue001()
1027 isFound = IsSqlinteExistKey(vecSyncData, KEY_2); in DeleteUserKeyValue001()
1028 EXPECT_EQ(isFound, true); in DeleteUserKeyValue001()
1062 bool isFound = false; in MemoryDbDeleteUserKeyValue001() local
1064 isFound = IsSqlinteExistKey(vecSyncData, KEY_1); in MemoryDbDeleteUserKeyValue001()
1065 EXPECT_EQ(isFound, false); in MemoryDbDeleteUserKeyValue001()
1066 isFound = IsSqlinteExistKey(vecSyncData, KEY_2); in MemoryDbDeleteUserKeyValue001()
1067 EXPECT_EQ(isFound, tru in MemoryDbDeleteUserKeyValue001()
1250 bool isFound = IsSqlinteExistKey(vecSyncData, KEY_1); DeleteUserKeyValue004() local
1292 bool isFound = IsSqlinteExistKey(vecSyncData, KEY_1); MemoryDbDeleteUserKeyValue004() local
1353 bool isFound = IsSqlinteExistKey(vecSyncData, KEY_1); DeleteUserKeyValue005() local
1403 bool isFound = IsSqlinteExistKey(vecSyncData, KEY_1); MemoryDbDeleteUserKeyValue005() local
[all...]
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dmessage_looper.cpp322 bool isFound = false; in RemoveMessage() local
331 isFound = true; in RemoveMessage()
339 if (isFound && (m_msgPool != nullptr)) { in RemoveMessage()
H A Dmmessage_pool.cpp201 bool isFound = false; in PutMsg() local
209 isFound = true; in PutMsg()
214 if (!isFound) { in PutMsg()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer_state_machine.cpp75 bool isFound = false; in StateConvert2Enum() local
80 isFound = true; in StateConvert2Enum()
84 if (isFound == false) { in StateConvert2Enum()
/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h137 const SessionHandler &monitor, SessionHandler &handler, bool isFound);
139 const SessionHandler &monitor, bool isFound);
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c242 uint8_t isFound = NSTACKX_FALSE; in PrepareOneTaskByStatus() local
267 isFound = NSTACKX_TRUE; in PrepareOneTaskByStatus()
279 if (isFound) { in PrepareOneTaskByStatus()
1074 uint8_t isFound = NSTACKX_FALSE; in GetFileListById() local
1089 isFound = NSTACKX_TRUE; in GetFileListById()
1097 if (isFound) { in GetFileListById()
1168 uint8_t isFound = NSTACKX_FALSE; in FileManagerStopTask() local
1179 isFound = NSTACKX_TRUE; in FileManagerStopTask()
1183 if (isFound) { in FileManagerStopTask()
1205 if (isFound) { in FileManagerStopTask()
1821 uint8_t isFound = NSTACKX_FALSE; FileManagerGetTransUpdateInfo() local
[all...]
H A Dnstackx_dfile.c101 uint8_t isFound = NSTACKX_FALSE; in GetDFileSessionNodeById() local
109 isFound = NSTACKX_TRUE; in GetDFileSessionNodeById()
117 if (isFound) { in GetDFileSessionNodeById()
152 uint8_t isFound = NSTACKX_FALSE; in PopDFileSessionNodeById() local
161 isFound = NSTACKX_TRUE; in PopDFileSessionNodeById()
173 if (isFound) { in PopDFileSessionNodeById()
H A Dnstackx_dfile_transfer.c402 uint8_t isFound = NSTACKX_FALSE; in FileManagerTransMsgHandler() local
409 isFound = NSTACKX_TRUE; in FileManagerTransMsgHandler()
413 if (!isFound) { in FileManagerTransMsgHandler()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp537 bool isFound = false; in CalculateInvalidate() local
544 isFound = true; in CalculateInvalidate()
545 } else if (isFound) { in CalculateInvalidate()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_cache_napi.cpp50 bool isFound = false; in RemoveRegisterInfo() local
54 isFound = true; in RemoveRegisterInfo()
60 return isFound; in RemoveRegisterInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp471 bool isFound = false; in IsEntryExist() local
475 isFound = true; in IsEntryExist()
480 return isFound; in IsEntryExist()
495 bool isFound = false; in IsItemValueExist() local
499 isFound = true; in IsItemValueExist()
504 return isFound; in IsItemValueExist()
519 bool isFound = false; in IsKvEntryExist() local
523 isFound = true; in IsKvEntryExist()
529 return isFound; in IsKvEntryExist()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp746 bool isFound = false; in DeleteInnerUidInfoFromUidArray() local
752 isFound = true; in DeleteInnerUidInfoFromUidArray()
757 if (isFound) { in DeleteInnerUidInfoFromUidArray()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp356 bool isFound = false; in AddClientInfo() local
364 isFound = !(curGc.ip.empty()); in AddClientInfo()
368 if (isFound) { in AddClientInfo()
372 if (!isFound) { in AddClientInfo()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c544 bool isFound = GetFeatureCap(networkId, &localFeature, &remoteFeature); in IsSupportWifiDirect() local
545 if (!isFound) { in IsSupportWifiDirect()
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1099 bool isFound = false; in TransWaitingRequestCallback() local
1103 isFound = true; in TransWaitingRequestCallback()
1107 if (!isFound) { in TransWaitingRequestCallback()
1807 bool isFound = false; in TransWaitingFreeCallback() local
1811 isFound = true; in TransWaitingFreeCallback()
1815 if (!isFound) { in TransWaitingFreeCallback()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_service.cpp287 bool isFound = std::count(params.begin(), params.end(), param) != 0; in isFilterMatched() local
288 return (mode == FilterMode::INCLUDE && isFound) || (mode == FilterMode::EXCLUDE && !isFound); in isFilterMatched()

Completed in 34 milliseconds