Home
last modified time | relevance | path

Searched refs:DecreaseConnectLocked (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_connect_test.cpp221 DistributedSchedService::GetInstance().DecreaseConnectLocked(uid); in DecreaseConnectCount()
1240 * @tc.steps: step1. call DecreaseConnectLocked in HWTEST_F()
1245 DistributedSchedService::GetInstance().DecreaseConnectLocked(uid); in HWTEST_F()
1271 * @tc.steps: step1. call DecreaseConnectLocked in HWTEST_F()
1275 DistributedSchedService::GetInstance().DecreaseConnectLocked(uid); in HWTEST_F()
H A Ddistributed_sched_call_test.cpp740 DistributedSchedService::GetInstance().DecreaseConnectLocked(uid); in DecreaseConnectCount()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h254 void DecreaseConnectLocked(int32_t uid);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1570 void DistributedSchedService::DecreaseConnectLocked(int32_t uid) in DecreaseConnectLocked() function in OHOS::DistributedSchedule::DistributedSchedService
1573 HILOGE("DecreaseConnectLocked invalid uid %{public}d", uid); in DecreaseConnectLocked()
1583 HILOGD("DecreaseConnectLocked uid %{public}d connection(s) is 0", uid); in DecreaseConnectLocked()
2488 DecreaseConnectLocked(uid); in DisconnectRemoteAbility()
2603 DecreaseConnectLocked(uid); in RemoveConnectAbilityInfo()
2731 DecreaseConnectLocked(callerInfo.uid); in ProcessConnectDied()
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp398 DistributedSchedService::GetInstance().DecreaseConnectLocked(ONE); in ReleaseRemoteAbilityInnerFuzzTest()

Completed in 14 milliseconds