Searched refs:subServiceType (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_state_test.cpp | 61 int32_t subServiceType = 0; in CreateObject() local 65 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, in CreateObject() 101 int32_t subServiceType = 0; in CreateObject() local 105 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, in CreateObject() 141 int32_t subServiceType = 0; in CreateObject() local 145 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, in CreateObject() 182 int32_t subServiceType = 0; in CreateObject() local 186 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, in CreateObject() 225 int32_t subServiceType = 0; in CreateObject() local 229 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, directio in CreateObject() 266 int32_t subServiceType = 0; CreateObject() local 307 int32_t subServiceType = 0; CreateObject() local 348 int32_t subServiceType = 0; CreateObject() local 387 int32_t subServiceType = 0; CreateObject() local [all...] |
H A D | dsched_continue_manager_test.cpp | 85 int32_t subServiceType = 0; in CreateObject() local 89 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, in CreateObject()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue.h | 133 DSchedContinue(int32_t subServiceType, int32_t direction, const sptr<IRemoteObject>& callback,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 122 DSchedContinue::DSchedContinue(int32_t subServiceType, int32_t direction, const sptr<IRemoteObject>& callback, in DSchedContinue() argument 123 const DSchedContinueInfo& continueInfo) : subServiceType_(subServiceType), direction_(direction), in DSchedContinue()
|
Completed in 6 milliseconds