Home
last modified time | relevance | path

Searched defs:workId (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_conn_manager_test.cpp59 string workId = "u1000_123"; variable
73 string workId = "u1000_123"; variable
88 string workId = "u1000_123"; variable
104 string workId = "u1000_123"; variable
117 string workId = "u1000_123"; variable
189 string workId = "u1000_123"; variable
218 string workId = "u1000_123"; variable
243 string workId = "u1000_123"; variable
H A Dworkschedulerservice_test.cpp112 int32_t IsLastWorkTimeout(int32_t workId, bool &result) { return 0; } in IsLastWorkTimeout()
114 int32_t GetWorkStatus(int32_t &workId, std::shared_ptr<WorkInfo>& workInfo) { return 0; } in GetWorkStatus()
273 int32_t workId; variable
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandclearworks_fuzzer/
H A Dworkschedulerstopandclearworks_fuzzer.cpp40 int32_t workId = 1; in TirggerBatteryStatusListener() local
58 int32_t workId = 2; in TirggerStorageLevelListener() local
76 int32_t workId = 3; in TirggerChargerListener() local
94 int32_t workId = 4; in TirggerNetworkListener() local
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/test/unittest/work_scheduler_jsunittest/
H A Dwork_scheduler_jsunit.test.js57 workId: -1, property in AnonymousFunction66a9f10e0100.AnonymousFunction66a9f10e0600.workInfo
106 workId: 3, property in AnonymousFunction66a9f10e0100.AnonymousFunction66a9f10e0800.workInfo3
127 workId: 4, property in AnonymousFunction66a9f10e0100.AnonymousFunction66a9f10e0900.workInfo4
148 workId: 5, property in AnonymousFunction66a9f10e0100.AnonymousFunction66a9f10e0a00.workInfo5
260 workId: 10, property in AnonymousFunction66a9f10e0100.AnonymousFunction66a9f10e0f00.workInfo10
334 workId: 12, property in AnonymousFunction66a9f10e0100.AnonymousFunction66a9f10e1100.workInfo12
1025 workId: 33, property in AnonymousFunction66a9f10e0100.AnonymousFunction66a9f10e2600.workInfo33
1053 workId: 34, property in AnonymousFunction66a9f10e0100.AnonymousFunction66a9f10e2700.workInfo34
1084 workId: 35, property in AnonymousFunction66a9f10e0100.AnonymousFunction66a9f10e2800.workInfo35
1156 workId: 38, property in AnonymousFunction66a9f10e0100.AnonymousFunction66a9f10e2b00.workInfo38
[all …]
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_conn_manager.cpp42 void WorkConnManager::AddConnInfo(string &workId, sptr<WorkSchedulerConnection> &connection) in AddConnInfo()
48 void WorkConnManager::RemoveConnInfo(string &workId) in RemoveConnInfo()
54 sptr<WorkSchedulerConnection> WorkConnManager::GetConnInfo(string &workId) in GetConnInfo()
H A Dwork_queue.cpp141 bool WorkQueue::Contains(std::shared_ptr<std::string> workId) in Contains()
152 shared_ptr<WorkStatus> WorkQueue::Find(string workId) in Find()
H A Dwork_scheduler_service.cpp206 string workId = "u" + to_string(work->GetUid()) + "_" + to_string(work->GetWorkId()); in InitPreinstalledWork() local
236 … string workId = "u" + to_string(workInfo->GetUid()) + "_" + to_string(workInfo->GetWorkId()); in ReadPersistedWorks() local
804 for (auto workId : workIdList) { in StopAndClearWorksByUid() local
814 int32_t WorkSchedulerService::IsLastWorkTimeout(int32_t workId, bool &result) in IsLastWorkTimeout()
842 int32_t WorkSchedulerService::GetWorkStatus(int32_t &workId, std::shared_ptr<WorkInfo>& workInfo) in GetWorkStatus()
H A Dwork_policy_manager.cpp260 int32_t WorkPolicyManager::IsLastWorkTimeout(int32_t workId, int32_t uid, bool &result) in IsLastWorkTimeout()
542 shared_ptr<WorkInfo> WorkPolicyManager::GetWorkStatus(int32_t &uid, int32_t &workId) in GetWorkStatus()
H A Dwork_status.cpp137 string WorkStatus::MakeWorkId(int32_t workId, int32_t uid) in MakeWorkId()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/opensession_fuzzer/
H A Dopensession_fuzzer.cpp30 char *workId = nullptr; in OpenSessionTest() local
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp96 int32_t workId = 1; variable
110 int32_t workId = 1; variable
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dget_work_status.cpp32 int32_t workId = -1; member
38 int32_t workId {-1}; member
H A Dis_last_work_time_out.cpp32 int32_t workId = -1; member
38 int32_t workId {-1}; member
H A Dcommon.cpp63 int32_t workId = GetIntProperty(env, objValue, "workId", E_WORKID_ERR); in GetBaseWorkInfo() local
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp126 ErrCode WorkSchedulerSrvClient::IsLastWorkTimeout(int32_t workId, bool &result) in IsLastWorkTimeout()
149 ErrCode WorkSchedulerSrvClient::GetWorkStatus(int32_t workId, std::shared_ptr<WorkInfo> &workInfo) in GetWorkStatus()
H A Dwork_info.cpp40 void WorkInfo::SetWorkId(int32_t workId) in SetWorkId()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetworkstatus_fuzzer/
H A Dworkschedulergetworkstatus_fuzzer.cpp47 int32_t workId = 1; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandcancelwork_fuzzer/
H A Dworkschedulerstopandcancelwork_fuzzer.cpp47 int32_t workId = 1; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopwork_fuzzer/
H A Dworkschedulerstopwork_fuzzer.cpp47 int32_t workId = 1; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp52 int32_t CJ_GetWorkStatus(int32_t workId, RetWorkInfo& result) in CJ_GetWorkStatus()
93 int32_t CJ_IsLastWorkTimeOut(int32_t workId, bool& result) in CJ_IsLastWorkTimeOut()
H A Dwork_scheduler_ffi.h28 int32_t workId; member
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_proxy.cpp144 int32_t WorkSchedServiceProxy::IsLastWorkTimeout(int32_t workId, bool &result) in IsLastWorkTimeout()
209 int32_t WorkSchedServiceProxy::GetWorkStatus(int32_t &workId, std::shared_ptr<WorkInfo>& workInfo) in GetWorkStatus()
H A Dwork_sched_service_stub.cpp209 int32_t workId = data.ReadInt32(); in IsLastWorkTimeoutStub() local
220 int32_t workId; in GetWorkStatusStub() local
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp196 void SetCommonInfo(napi_env env, napi_value workInfoData, int32_t workId, in SetCommonInfo()
349 int32_t workId = workInfo.GetWorkId(); in OnWorkStart() local
401 int32_t workId = workInfo.GetWorkId(); in OnWorkStop() local
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/
H A Dworkschedulerstartwork_fuzzer.cpp50 int32_t workId = 10000; in CreateWorkInfo() local