Home
last modified time | relevance | path

Searched defs:taskId (Results 126 - 150 of 237) sorted by relevance

12345678910

/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dexecutor_pool.h116 bool Remove(TaskId taskId, bool wait = false) in Remove() argument
130 TaskId Reset(TaskId taskId, Duration interval) in Reset() argument
143 TaskId Execute(Task task, TaskId taskId) in Execute() argument
148 execs_->Push(std::move(innerTask), taskId, INVALID_TIME); Execute() local
199 auto taskId = ++taskId_; GenTaskId() local
[all...]
H A Dexecutor.h49 TaskId taskId = INVALID_TASK_ID; member
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp146 std::string taskId = "taskId"; in HWTEST_F() local
167 std::string taskId = "taskId"; in HWTEST_F() local
187 std::string taskId = "taskId"; in HWTEST_F() local
207 std::string taskId in HWTEST_F() local
231 std::string taskId = "taskId"; HWTEST_F() local
252 std::string taskId = "taskId"; HWTEST_F() local
280 std::string taskId = "taskId"; HWTEST_F() local
307 std::string taskId = "taskId"; HWTEST_F() local
341 std::string taskId = "taskId"; HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp113 std::string taskId = "taskId"; in HWTEST_F() local
130 std::string taskId = "taskId"; in HWTEST_F() local
408 std::string taskId = "taskId"; in HWTEST_F() local
422 std::string taskId = "taskId"; HWTEST_F() local
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_service_proxy_test.cpp761 uint64_t taskId = 100; in HWTEST_F() local
781 uint64_t taskId = 100; in HWTEST_F() local
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h55 Task(TaskType taskType, const std::string &taskId, const std::string &taskParam) : taskType_(taskType), in Task() argument
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h152 int32_t DownloadAsset(const uint64_t taskId, in DownloadAsset() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/
H A Dtask_test.cpp237 std::string taskId; in HWTEST_F() local
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_test.cpp470 uint64_t taskId = 100; in HWTEST_F() local
496 uint64_t taskId = 100; in HWTEST_F() local
/kernel/liteos_a/kernel/extended/trace/
H A Dtrace_offline.c82 VOID OsTraceObjAdd(UINT32 eventType, UINT32 taskId) in OsTraceObjAdd() argument
/kernel/liteos_m/components/trace/
H A Dtrace_offline.c84 VOID OsTraceObjAdd(UINT32 eventType, UINT32 taskId) in OsTraceObjAdd() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_scheduler.h75 uint32 taskId; member in maple::MplTask
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/hitracemeter/
H A Dnapi_hitrace_meter.cpp206 int taskId = 0; in JSTraceStart() local
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/bytrace_napi/
H A Dbytrace_napi_common.cpp161 int taskId = 0; in JSTraceStart() local
/base/hiviewdfx/hitrace/test/unittest/common/native/
H A Dhitracechaincpp_test.cpp695 int taskId = 123; in HWTEST_F() local
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_inner_test.cpp212 uint64_t taskId = 1; in HWTEST_F() local
/base/print/print_fwk/test/fuzztest/scanmanagerclient_fuzzer/
H A Dscanmanagerclient_fuzzer.cpp167 std::string taskId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestOn() local
183 std::string taskId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestOff() local
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp339 int32_t ScanServiceProxy::On(const std::string taskId, const std::string &type, const sptr<IScanCallback> &listener) in On() argument
374 int32_t ScanServiceProxy::Off(const std::string taskId, const std::string &type) in Off() argument
H A Dscan_manager_client.cpp447 int32_t ScanManagerClient::On(const std::string &taskId, const std::string &type, const sptr<IScanCallback> &listener) in On() argument
469 int32_t ScanManagerClient::Off(const std::string &taskId, const std::string &type) in Off() argument
/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp270 std::string taskId = data.ReadString(); in OnEventOn() local
299 std::string taskId = data.ReadString(); in OnEventOff() local
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_stub_test.cpp800 std::string taskId = "1234"; in HWTEST_F() local
825 std::string taskId = "1234"; in HWTEST_F() local
850 std::string taskId = "1234"; in HWTEST_F() local
878 std::string taskId = "1234"; in HWTEST_F() local
906 std::string taskId = "1234"; in HWTEST_F() local
[all...]
/base/request/request/services/include/
H A Dc_task_config.h28 uint32_t taskId; member
H A Dc_task_info.h28 uint32_t taskId; member
105 uint32_t taskId; member
/base/request/request/services/src/cxx/
H A Dnotification_bar.cpp185 void RequestCompletedNotification(uint8_t action, uint32_t taskId, int32_t uid, rust::string fileName, bool isSucceed) in RequestCompletedNotification() argument
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_manager_impl_test.cpp304 string taskId = "taskId"; in HWTEST_F() local
321 string taskId = "taskId"; in HWTEST_F() local
444 std::string taskId; HWTEST_F() local
680 string taskId = "taskId"; HWTEST_F() local
709 string taskId = "taskId"; HWTEST_F() local
[all...]

Completed in 18 milliseconds

12345678910