Home
last modified time | relevance | path

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

/base/accesscontrol/sandbox_manager/test/fuzztest/services/mock/
H A Devent_handler.h33 static std::shared_ptr<EventRunner> Create(bool inNewThread, ThreadMode mode) in Create() argument
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_runner.h58 * @param inNewThread True if create new thread to start the 'EventRunner' automatically.
61 static std::shared_ptr<EventRunner> Create(bool inNewThread = true);
66 * @param inNewThread True if create new thread to start the 'EventRunner' automatically.
67 * @param threadMode thread mode, use ffrt or new thread, for inNewThread = true.
70 static std::shared_ptr<EventRunner> Create(bool inNewThread, ThreadMode threadMode);
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp541 std::shared_ptr<EventRunner> EventRunner::Create(bool inNewThread) in Create() argument
543 HILOGD("inNewThread is %{public}d", inNewThread); in Create()
544 if (inNewThread) { in Create()
564 std::shared_ptr<EventRunner> EventRunner::Create(bool inNewThread, ThreadMode threadMode) in Create() argument
566 HILOGD("inNewThread is %{public}d %{public}d", inNewThread, threadMode); in Create()
567 if (inNewThread) { in Create()

Completed in 3 milliseconds