/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/opensession_fuzzer/ |
H A D | opensession_fuzzer.cpp | 30 char *workId = nullptr; in OpenSessionTest() local
|
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetworkstatus_fuzzer/ |
H A D | workschedulergetworkstatus_fuzzer.cpp | 47 int32_t workId = 1; in DoSomethingInterestingWithMyAPI() local
|
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandcancelwork_fuzzer/ |
H A D | workschedulerstopandcancelwork_fuzzer.cpp | 47 int32_t workId = 1; in DoSomethingInterestingWithMyAPI() local
|
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | work_sched_client_test.cpp | 96 int32_t workId = 1;
in HWTEST_F() local 110 int32_t workId = 1;
in HWTEST_F() local
|
/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_conn_manager_test.cpp | 59 string workId = "u1000_123"; in HWTEST_F() local 73 string workId = "u1000_123"; in HWTEST_F() local 88 string workId = "u1000_123"; in HWTEST_F() local 104 string workId = "u1000_123"; HWTEST_F() local 117 string workId = "u1000_123"; HWTEST_F() local 189 string workId = "u1000_123"; HWTEST_F() local 218 string workId = "u1000_123"; HWTEST_F() local 243 string workId = "u1000_123"; HWTEST_F() local [all...] |
H A D | workschedulerservice_test.cpp | 112 int32_t IsLastWorkTimeout(int32_t workId, bool &result) { return 0; }
in IsLastWorkTimeout() argument 114 int32_t GetWorkStatus(int32_t &workId, std::shared_ptr<WorkInfo>& workInfo) { return 0; }
in GetWorkStatus() argument 272 int32_t workId;
in HWTEST_F() local
|
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopwork_fuzzer/ |
H A D | workschedulerstopwork_fuzzer.cpp | 47 int32_t workId = 1; in DoSomethingInterestingWithMyAPI() local
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/ |
H A D | work_scheduler_ffi.h | 28 int32_t workId; member
|
H A D | work_scheduler_ffi.cpp | 52 int32_t CJ_GetWorkStatus(int32_t workId, RetWorkInfo& result) in CJ_GetWorkStatus() argument 93 int32_t CJ_IsLastWorkTimeOut(int32_t workId, bool& result) in CJ_IsLastWorkTimeOut() argument
|
/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() argument 48 void WorkConnManager::RemoveConnInfo(string &workId) in RemoveConnInfo() argument 54 sptr<WorkSchedulerConnection> WorkConnManager::GetConnInfo(string &workId) in GetConnInfo() argument
|
H A D | work_queue.cpp | 141 bool WorkQueue::Contains(std::shared_ptr<std::string> workId) in Contains() argument 152 shared_ptr<WorkStatus> WorkQueue::Find(string workId) in Find() argument
|
H A D | work_status.cpp | 124 string WorkStatus::MakeWorkId(int32_t workId, int32_t uid) in MakeWorkId() argument
|
H A D | work_policy_manager.cpp | 258 int32_t WorkPolicyManager::IsLastWorkTimeout(int32_t workId, int32_t uid, bool &result) in IsLastWorkTimeout() argument 517 shared_ptr<WorkInfo> WorkPolicyManager::GetWorkStatus(int32_t &uid, int32_t &workId) in GetWorkStatus() argument [all...] |
H A D | work_scheduler_service.cpp | 201 string workId = "u" + to_string(work->GetUid()) + "_" + to_string(work->GetWorkId()); in InitPreinstalledWork() local 228 string workId = "u" + to_string(workInfo->GetUid()) + "_" + to_string(workInfo->GetWorkId()); in ReadPersistedWorks() local 742 int32_t WorkSchedulerService::IsLastWorkTimeout(int32_t workId, bool &result) in IsLastWorkTimeout() argument 770 int32_t WorkSchedulerService::GetWorkStatus(int32_t &workId, st argument [all...] |
/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() argument 209 int32_t WorkSchedServiceProxy::GetWorkStatus(int32_t &workId, std::shared_ptr<WorkInfo>& workInfo) in GetWorkStatus() argument
|
H A D | work_sched_service_stub.cpp | 186 int32_t workId = data.ReadInt32(); in IsLastWorkTimeoutStub() local 197 int32_t workId; in GetWorkStatusStub() local
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | is_last_work_time_out.cpp | 32 int32_t workId = -1; member
|
H A D | get_work_status.cpp | 32 int32_t workId = -1; member
|
H A D | common.cpp | 63 int32_t workId = GetIntProperty(env, objValue, "workId", E_WORKID_ERR); in GetBaseWorkInfo() local
|
/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
|
/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | workscheduler_srv_client.cpp | 126 ErrCode WorkSchedulerSrvClient::IsLastWorkTimeout(int32_t workId, bool &result) in IsLastWorkTimeout() argument 149 ErrCode WorkSchedulerSrvClient::GetWorkStatus(int32_t workId, std::shared_ptr<WorkInfo> &workInfo) in GetWorkStatus() argument
|
H A D | work_info.cpp | 40 void WorkInfo::SetWorkId(int32_t workId) in SetWorkId() argument
|
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/ |
H A D | workschedulerstartwork_fuzzer.cpp | 50 int32_t workId = 10000; in CreateWorkInfo() local
|
/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() argument 349 int32_t workId = workInfo.GetWorkId(); in OnWorkStart() local 401 int32_t workId = workInfo.GetWorkId(); in OnWorkStop() local
|