/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_conn_manager_test.cpp | 59 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 D | workschedulerservice_test.cpp | 112 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 D | workschedulerstopandclearworks_fuzzer.cpp | 40 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 D | work_scheduler_jsunit.test.js | 57 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 D | work_conn_manager.cpp | 42 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 D | work_queue.cpp | 141 bool WorkQueue::Contains(std::shared_ptr<std::string> workId) in Contains() 152 shared_ptr<WorkStatus> WorkQueue::Find(string workId) in Find()
|
H A D | work_scheduler_service.cpp | 206 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 D | work_policy_manager.cpp | 260 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 D | work_status.cpp | 137 string WorkStatus::MakeWorkId(int32_t workId, int32_t uid) in MakeWorkId()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/opensession_fuzzer/ |
H A D | opensession_fuzzer.cpp | 30 char *workId = nullptr; in OpenSessionTest() local
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | work_sched_client_test.cpp | 96 int32_t workId = 1; variable 110 int32_t workId = 1; variable
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | get_work_status.cpp | 32 int32_t workId = -1; member 38 int32_t workId {-1}; member
|
H A D | is_last_work_time_out.cpp | 32 int32_t workId = -1; member 38 int32_t workId {-1}; member
|
H A D | common.cpp | 63 int32_t workId = GetIntProperty(env, objValue, "workId", E_WORKID_ERR); in GetBaseWorkInfo() local
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | workscheduler_srv_client.cpp | 126 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 D | work_info.cpp | 40 void WorkInfo::SetWorkId(int32_t workId) in SetWorkId()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetworkstatus_fuzzer/ |
H A D | workschedulergetworkstatus_fuzzer.cpp | 47 int32_t workId = 1; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandcancelwork_fuzzer/ |
H A D | workschedulerstopandcancelwork_fuzzer.cpp | 47 int32_t workId = 1; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopwork_fuzzer/ |
H A D | workschedulerstopwork_fuzzer.cpp | 47 int32_t workId = 1; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/ |
H A D | work_scheduler_ffi.cpp | 52 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 D | work_scheduler_ffi.h | 28 int32_t workId; member
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/ |
H A D | work_sched_service_proxy.cpp | 144 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 D | work_sched_service_stub.cpp | 209 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 D | js_work_scheduler_extension.cpp | 196 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 D | workschedulerstartwork_fuzzer.cpp | 50 int32_t workId = 10000; in CreateWorkInfo() local
|