/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_response_listener.h | 30 explicit CJResponseListener(const std::string &taskId) : taskId_(taskId) {} in CJResponseListener() argument
|
H A D | cj_notify_data_listener.h | 32 CJNotifyDataListener(const std::string &taskId, const SubscribeType &type) in CJNotifyDataListener() argument
|
H A D | cj_listener_list.h | 36 ListenerList(const std::string &taskId, const SubscribeType &type) in ListenerList() argument
|
/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/src/ |
H A D | hitracemeter_ffi.cpp | 22 void FfiOHOSHiTraceStartAsyncTrace(const char* name, int taskId) in FfiOHOSHiTraceStartAsyncTrace() argument 27 void FfiOHOSHiTraceFinishAsyncTrace(const char* name, int taskId) in FfiOHOSHiTraceFinishAsyncTrace() argument
|
H A D | hitracemeter_impl.cpp | 23 void HiTraceMeterImpl::HiTraceStartAsyncTrace(const char* name, int taskId) in HiTraceStartAsyncTrace() argument 28 void HiTraceMeterImpl::HiTraceFinishAsyncTrace(const char* name, int taskId) in HiTraceFinishAsyncTrace() argument
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_meter_c.c | 29 void HiTraceStartAsyncTrace(uint64_t tag, const char* value, int32_t taskId)
in HiTraceStartAsyncTrace() argument 34 void HiTraceFinishAsyncTrace(uint64_t tag, const char* value, int32_t taskId)
in HiTraceFinishAsyncTrace() argument
|
H A D | hitrace_meter_wrapper.cpp | 33 void StartAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in StartAsyncTraceCwrapper() argument 38 void FinishAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in FinishAsyncTraceCwrapper() argument
|
/base/hiviewdfx/hitrace/frameworks/hitrace_ndk/ |
H A D | hitrace_meter_ndk.c | 34 void OH_HiTrace_StartAsyncTrace(const char *name, int32_t taskId) in OH_HiTrace_StartAsyncTrace() argument 39 void OH_HiTrace_FinishAsyncTrace(const char *name, int32_t taskId) in OH_HiTrace_FinishAsyncTrace() argument
|
/base/request/request/frameworks/js/napi/include/ |
H A D | js_notify_data_listener.h | 30 JSNotifyDataListener(napi_env env, const std::string &taskId, const SubscribeType &type) in JSNotifyDataListener() argument
|
H A D | js_response_listener.h | 28 JSResponseListener(napi_env env, const std::string &taskId) : ListenerList(env, taskId, SubscribeType::RESPONSE) in JSResponseListener() argument
|
H A D | listener_list.h | 29 ListenerList(napi_env env, const std::string &taskId, const SubscribeType &type) in ListenerList() argument
|
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/ |
H A D | das_task_main.h | 28 int taskId; member
|
/base/inputmethod/imf/common/src/ |
H A D | inputmethod_trace.cpp | 33 void StartAsync(const std::string &value, int32_t taskId) in StartAsync() argument 38 void FinishAsync(const std::string &value, int32_t taskId) in FinishAsync() argument
|
/base/request/request/frameworks/native/src/ |
H A D | request.cpp | 20 Request::Request(const std::string &taskId) : taskId_(taskId) in Request() argument
|
/base/security/device_auth/services/legacy/authenticators/inc/account_related/ |
H A D | account_task_main.h | 30 int32_t taskId; member
|
/base/security/device_auth/services/legacy/authenticators/src/account_related/ |
H A D | account_multi_task_manager.c | 24 static bool IsManagerHasTaskId(int32_t taskId) in IsManagerHasTaskId() argument 45 static bool CanAddTaskInManager(int32_t taskId) in CanAddTaskInManager() argument 80 static AccountTask *GetTaskFromManager(int32_t taskId) in GetTaskFromManager() argument 91 DeleteTaskFromManager(int32_t taskId) DeleteTaskFromManager() argument [all...] |
H A D | account_task_main.c | 192 AccountTask *CreateAccountTaskT(int32_t *taskId, const CJson *in, CJson *out) in CreateAccountTaskT() argument
|
/base/update/updateservice/services/core/ability/download/data/include/ |
H A D | download_info.h | 35 std::string taskId; member
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_print_manager_adapter_impl.cpp | 31 std::string taskId; in StartPrint() local
|
H A D | ark_hitrace_adapter_impl.cpp | 34 void ArkHiTraceAdapterImpl::StartAsyncTrace(const ArkWebString& value, int32_t taskId, float limit) in StartAsyncTrace() argument 36 real_.StartAsyncTrace(ArkWebStringStructToClass(value), taskId, limit); in StartAsyncTrace() local 39 void ArkHiTraceAdapterImpl::FinishAsyncTrace(const ArkWebString& value, int32_t taskId) in FinishAsyncTrace() argument 41 real_.FinishAsyncTrace(ArkWebStringStructToClass(value), taskId); in FinishAsyncTrace() local
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_hitrace_adapter_wrapper.cpp | 41 void ArkHiTraceAdapterWrapper::StartAsyncTrace(const std::string& value, int32_t taskId, float limit) in StartAsyncTrace() argument 52 void ArkHiTraceAdapterWrapper::FinishAsyncTrace(const std::string& value, int32_t taskId) in FinishAsyncTrace() argument
|
H A D | ark_print_manager_adapter_wrapper.cpp | 26 StartPrint( const std::vector<std::string>& fileList, const std::vector<uint32_t>& fdList, std::string& taskId) StartPrint() argument
|
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
H A D | print_task.h | 73 std::string taskId = ""; member
|
/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_request_ffi.cpp | 26 void FfiOHOSRequestFreeTask(const char *taskId) in FfiOHOSRequestFreeTask() argument 31 RetError FfiOHOSRequestTaskProgressOn(char *event, const char *taskId, void (*callback)(CProgress progress)) in FfiOHOSRequestTaskProgressOn() argument 36 RetError FfiOHOSRequestTaskProgressOff(char *event, const char *taskId, void *callback) in FfiOHOSRequestTaskProgressOff() argument 41 RetError FfiOHOSRequestTaskStart(const char *taskId) in FfiOHOSRequestTaskStart() argument 46 RetError FfiOHOSRequestTaskPause(const char *taskId) in FfiOHOSRequestTaskPause() argument 51 FfiOHOSRequestTaskResume(const char *taskId) FfiOHOSRequestTaskResume() argument 56 FfiOHOSRequestTaskStop(const char *taskId) FfiOHOSRequestTaskStop() argument 66 FfiOHOSRequestGetTask(void* context, const char *taskId, RequestNativeOptionCString token) FfiOHOSRequestGetTask() argument 71 FfiOHOSRequestRemoveTask(const char *taskId) FfiOHOSRequestRemoveTask() argument 76 FfiOHOSRequestShowTask(const char *taskId) FfiOHOSRequestShowTask() argument 81 FfiOHOSRequestTouchTask(const char *taskId, char *token) FfiOHOSRequestTouchTask() argument [all...] |
/base/request/request/services/src/cxx/ |
H A D | request_utils.cpp | 90 bool PublishStateChangeEvent(rust::str bundleName, uint32_t taskId, int32_t state) in PublishStateChangeEvent() argument
|