Home
last modified time | relevance | path

Searched refs:isFind (Results 1 - 20 of 20) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dgraph_test.cpp286 bool isFind = false; in HWTEST_F() local
289 isFind = true; in HWTEST_F()
294 EXPECT_EQ(isFind, true); in HWTEST_F()
296 isFind = false; in HWTEST_F()
299 isFind = true; in HWTEST_F()
304 EXPECT_EQ(isFind, true); in HWTEST_F()
306 isFind = false; in HWTEST_F()
309 isFind = true; in HWTEST_F()
314 EXPECT_EQ(isFind, false); in HWTEST_F()
339 bool isFind in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_graph.cpp62 bool isFind = false; in IsLowerLevelType() local
70 graph_->Dfs(uStart, [&isFind, &uEnd](uint32_t currNode)-> bool { in IsLowerLevelType()
72 isFind = true; in IsLowerLevelType()
77 return isFind; in IsLowerLevelType()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Di_policy_provider.h88 bool isFind = false; in GetVolumeIndex() local
92 isFind = true; in GetVolumeIndex()
97 return isFind; in GetVolumeIndex()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_file_observer.cpp68 bool isFind; in AddInotifyEvents() local
73 isFind = iter != watchMap_.end(); in AddInotifyEvents()
75 if (isFind) { in AddInotifyEvents()
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_mem_manage.cpp173 void PlayerMemManage::FindDeregisterPlayerFromVec(bool &isFind, AppPlayerInfo &appPlayerInfo, in FindDeregisterPlayerFromVec() argument
181 isFind = true; in FindDeregisterPlayerFromVec()
191 bool isFind = false; in DeregisterPlayerServer() local
197 FindDeregisterPlayerFromVec(isFind, appPlayerInfo, memRecallStruct); in DeregisterPlayerServer()
225 if (!isFind) { in DeregisterPlayerServer()
H A Dplayer_mem_manage.h64 void FindDeregisterPlayerFromVec(bool &isFind, AppPlayerInfo &appPlayerInfo,
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp480 bool isFind = false; in OnUpdateHandleInfo() local
492 isFind = true; in OnUpdateHandleInfo()
495 if (!isFind) { in OnUpdateHandleInfo()
570 bool isFind = false; in UnlinkProcessStream() local
578 isFind = true; in UnlinkProcessStream()
590 AUDIO_DEBUG_LOG("UnlinkProcessStream end, %{public}s the process.", (isFind ? "find and remove" : "not find")); in UnlinkProcessStream()
H A Daudio_process_in_server.cpp439 bool isFind = false; in RemoveProcessStatusListener() local
443 isFind = true; in RemoveProcessStatusListener()
450 AUDIO_INFO_LOG("%{public}s the endpoint.", (isFind ? "find and remove" : "not find")); in RemoveProcessStatusListener()
H A Daudio_endpoint.cpp1153 bool isFind = false; in OnUpdateHandleInfo() local
1176 isFind = true; in OnUpdateHandleInfo()
1179 CHECK_AND_RETURN_RET_LOG(isFind, ERR_OPERATION_FAILED, "Can not find any process to UpdateHandleInfo"); in OnUpdateHandleInfo()
1261 bool isFind = false; in UnlinkProcessStream() local
1269 isFind = true; in UnlinkProcessStream()
1281 AUDIO_DEBUG_LOG("UnlinkProcessStream end, %{public}s the process.", (isFind ? "find and remove" : "not find")); in UnlinkProcessStream()
H A Daudio_service.cpp62 bool isFind = false; in OnProcessRelease() local
83 isFind = true; in OnProcessRelease()
89 if (isFind) { in OnProcessRelease()
/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_manager.c191 bool isFind = false; in TransSessionServerDelItem() local
200 isFind = true; in TransSessionServerDelItem()
204 if (isFind) { in TransSessionServerDelItem()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_service_manager.cpp282 bool isFind = false; in ProcessServiceRequestList() local
289 isFind = true; in ProcessServiceRequestList()
299 if (!isFind) { in ProcessServiceRequestList()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_key.c374 bool isFind = false; in RemoveSessionkeyByIndex() local
378 isFind = true; in RemoveSessionkeyByIndex()
382 if (isFind) { in RemoveSessionkeyByIndex()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c518 bool isFind = false; in SetSessionKeyByChanId() local
525 isFind = true; in SetSessionKeyByChanId()
529 if (isFind && conn != NULL) { in SetSessionKeyByChanId()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c324 bool isFind = true; in TransOnUdpChannelOpenFailed() local
327 isFind = false; in TransOnUdpChannelOpenFailed()
332 if ((isFind) && (channel.isEnable)) { in TransOnUdpChannelOpenFailed()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1501 bool isFind = dataIndex.find(col) != dataIndex.end(); in GetSyncQueryByPk() local
1502 if (!isFind && value.index() == TYPE_INDEX<Nil>) { in GetSyncQueryByPk()
1506 if (!isFind && value.index() != TYPE_INDEX<Nil>) { in GetSyncQueryByPk()
1511 if (isFind && dataIndex[col] != value.index()) { in GetSyncQueryByPk()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp2631 bool isFind = false; in UpdateSessionInfoBySCB() local
2636 isFind = true; in UpdateSessionInfoBySCB()
2640 if (!isFind && coldStartInSCBRecovery_.count(sessionId) == 0) { in UpdateSessionInfoBySCB()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h205 void SetIsFind(bool isFind);
H A Dframe_node.cpp564 void FrameNode::SetIsFind(bool isFind) in SetIsFind() argument
566 isFind_ = isFind; in SetIsFind()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3873 bool isFind = false; in GetSelectionSpanItemIndex() local
3884 isFind = true; in GetSelectionSpanItemIndex()
3888 if (isFind) { in GetSelectionSpanItemIndex()

Completed in 54 milliseconds