Searched refs:MOCK_DEVICE_ID (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_call_test.cpp | 42 const std::string MOCK_DEVICE_ID = "1234567890";
member 142 want.SetElementName(MOCK_DEVICE_ID, "ohos.demo.test", "abilityTest");
in HWTEST_F() 167 mockWant.SetElementName(MOCK_DEVICE_ID, "ohos.demo.test", "abilityTest");
in HWTEST_F() 171 callerInfo.sourceDeviceId = MOCK_DEVICE_ID;
in HWTEST_F() 194 mockWant.SetElementName(MOCK_DEVICE_ID, "ohos.demo.test", "abilityTest");
in HWTEST_F() 196 callerInfo.sourceDeviceId = MOCK_DEVICE_ID;
in HWTEST_F() 223 want.SetElementName(MOCK_DEVICE_ID, "ohos.demo.test", "abilityTest");
in HWTEST_F() 230 mockWant.SetElementName(MOCK_DEVICE_ID, "ohos.demo.xxx", "xxx");
in HWTEST_F() 246 AppExecFwk::ElementName element(MOCK_DEVICE_ID, "ohos.demo.test", "abilityTest");
in HWTEST_F() 267 AppExecFwk::ElementName element(MOCK_DEVICE_ID, "oho in HWTEST_F() [all...] |
H A D | distributed_sched_continuation_test.cpp | 36 const std::u16string MOCK_DEVICE_ID = u"MOCK_DEVICE_ID";
member 302 DistributedSchedService::GetInstance().NotifyCompleteContinuation(MOCK_DEVICE_ID, -1, true);
in HWTEST_F() 319 DistributedSchedService::GetInstance().NotifyCompleteContinuation(MOCK_DEVICE_ID, MOCK_SESSION_ID, true);
in HWTEST_F()
|
Completed in 5 milliseconds