Home
last modified time | relevance | path

Searched refs:ReportDistributedComponentChange (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1539 ReportDistributedComponentChange(callerInfo, DISTRIBUTED_COMPONENT_ADD, IDistributedSched::CONNECT, in RemoteConnectAbilityMappingLocked()
1703 ReportDistributedComponentChange(itConnect->second, DISTRIBUTED_COMPONENT_REMOVE, in ProcessCallerDied()
1730 ReportDistributedComponentChange(sessionsList.front().GetCallerInfo(), DISTRIBUTED_COMPONENT_REMOVE, in HandleLocalCallerDied()
1766 ReportDistributedComponentChange(itConnect->second, DISTRIBUTED_COMPONENT_REMOVE, in ProcessCalleeDied()
1846 ReportDistributedComponentChange(callerInfo, DISTRIBUTED_COMPONENT_ADD, IDistributedSched::CALL, in SaveCallerComponent()
1881 ReportDistributedComponentChange(sessionsList.front().GetCallerInfo(), DISTRIBUTED_COMPONENT_REMOVE, in RemoveCallerComponent()
1927 ReportDistributedComponentChange(callerInfo, DISTRIBUTED_COMPONENT_REMOVE, in ProcessCalleeOffline()
2086 ReportDistributedComponentChange(connectInfo, DISTRIBUTED_COMPONENT_ADD, in StartAbilityByCallFromRemote()
2129 ReportDistributedComponentChange(itConnect->second, DISTRIBUTED_COMPONENT_REMOVE, in ReleaseAbilityFromRemote()
2283 void DistributedSchedService::ReportDistributedComponentChange(cons function in OHOS::DistributedSchedule::DistributedSchedService
2315 void DistributedSchedService::ReportDistributedComponentChange(const ConnectInfo& connectInfo, int32_t changeType, ReportDistributedComponentChange() function in OHOS::DistributedSchedule::DistributedSchedService
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_first_test.cpp952 * @tc.steps: step1. ReportDistributedComponentChange when componentChangeHandler_ is nullptr in HWTEST_F()
955 DistributedSchedService::GetInstance().ReportDistributedComponentChange(callerInfo, in HWTEST_F()
958 * @tc.steps: step2. ReportDistributedComponentChange when componentChangeHandler_ is nullptr in HWTEST_F()
960 DistributedSchedService::GetInstance().ReportDistributedComponentChange(connectInfo, in HWTEST_F()
963 * @tc.steps: step3. ReportDistributedComponentChange when componentChangeHandler_ is not nullptr in HWTEST_F()
967 DistributedSchedService::GetInstance().ReportDistributedComponentChange(callerInfo, in HWTEST_F()
970 * @tc.steps: step4. ReportDistributedComponentChange when callerInfo.bundleNames is not empty in HWTEST_F()
973 DistributedSchedService::GetInstance().ReportDistributedComponentChange(callerInfo, in HWTEST_F()
976 * @tc.steps: step5. ReportDistributedComponentChange when componentChangeHandler_ is not nullptr in HWTEST_F()
978 DistributedSchedService::GetInstance().ReportDistributedComponentChange(connectInf in HWTEST_F()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h278 void ReportDistributedComponentChange(const CallerInfo& callerInfo, int32_t changeType,
280 void ReportDistributedComponentChange(const ConnectInfo& connectInfo, int32_t changeType,

Completed in 9 milliseconds