Searched refs:callerInfo1 (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_service_second_test.cpp | 696 CallerInfo callerInfo1; variable 697 callerInfo1.uid = 0; 698 callerInfo1.sourceDeviceId = "255.255.255.255"; 701 …T_EQ(DistributedSchedService::GetInstance().StopExtensionAbilityFromRemote(remoteWant, callerInfo1, 877 CallerInfo callerInfo1; variable 878 …t result = DistributedSchedService::GetInstance().SetCallerInfo(0, LOCAL_DEVICEID, 0, callerInfo1);
|
H A D | distributed_sched_service_first_test.cpp | 1343 CallerInfo callerInfo1; variable 1344 callerInfo1.uid = 0; 1345 callerInfo1.sourceDeviceId = "255.255.255.255"; 1351 abilityInfo, 0, callerInfo1, accountInfo); 1360 abilityInfo, 0, callerInfo1, accountInfo);
|
H A D | distributed_sched_stub_test.cpp | 2160 CallerInfo callerInfo1; variable 2161 DistributedSchedService::GetInstance().SaveExtraInfo(extraInfoJson1, callerInfo1, accountInfo); 2197 CallerInfo callerInfo1; variable 2198 DistributedSchedService::GetInstance().SaveExtraInfo(extraInfoJson1, callerInfo1, accountInfo);
|