Home
last modified time | relevance | path

Searched defs:value (Results 4501 - 4525 of 12367) sorted by relevance

1...<<181182183184185186187188189190>>...495

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/
H A Dcgroup_controller.cpp98 std::string value = std::to_string(tid); in AddTidToCgroup() local
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/utils/
H A Dressched_utils.cpp128 void ResSchedUtils::ReportDataInProcess(uint32_t resType, int64_t value, const nlohmann::json& payload) in ReportDataInProcess() argument
178 void ResSchedUtils::DispatchResourceExt(uint32_t resType, int64_t value, const nlohmann::json& payload) in DispatchResourceExt() argument
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/fuzztest/socperfplugin_fuzzer/
H A Dsocperfplugin_fuzzer.cpp37 int64_t value = *(reinterpret_cast<const int64_t *>(data)); in TestWindowFocus() local
46 int64_t value = *(reinterpret_cast<const int64_t *>(data)); in TestClickRecognize() local
55 int64_t value = *(reinterpret_cast<const int64_t *>(data)); in TestLoadPage() local
64 int64_t value = *(reinterpret_cast<const int64_t *>(data)); in TestSlideRecognize() local
73 int64_t value = *(reinterpret_cast<const int64_t *>(data)); in TestWebGesture() local
82 int64_t value = *(reinterpret_cast<const int64_t *>(data)); TestPopPage() local
91 int64_t value = *(reinterpret_cast<const int64_t *>(data)); TestAppAbilityStart() local
100 int64_t value = *(reinterpret_cast<const int64_t *>(data)); TestResizeWindow() local
109 int64_t value = *(reinterpret_cast<const int64_t *>(data)); TestMoveWindow() local
118 int64_t value = *(reinterpret_cast<const int64_t *>(data)); TestShowRemoteAnimation() local
127 int64_t value = *(reinterpret_cast<const int64_t *>(data)); TestDragStatusBar() local
136 int64_t value = *(reinterpret_cast<const int64_t *>(data)); TestWebGestureMove() local
145 int64_t value = *(reinterpret_cast<const int64_t *>(data)); TestWebSlideNormal() local
154 int64_t value = *(reinterpret_cast<const int64_t *>(data)); TestLoadUrl() local
163 int64_t value = *(reinterpret_cast<const int64_t *>(data)); TestMouseWheel() local
172 int64_t value = *(reinterpret_cast<const int64_t *>(data)); TestAppStateChange() local
191 int64_t value = *(reinterpret_cast<const int64_t *>(data + sizeof(int64_t))); TestUseBySo() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedcommonevent_fuzzer/
H A Dresschedcommonevent_fuzzer.cpp183 int32_t value = GetData<int32_t>(); in ResSchedCommonReceiveEventFuzzTest() local
220 int32_t value = GetData<int32_t>(); in ResSchedPkgCommonEventFuzzTest() local
254 int32_t value = GetData<int32_t>(); in ResSchedPkgOtherCommonEventFuzzTest() local
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp64 int32_t ResSchedExeMgr::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() argument
91 void ResSchedExeMgr::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& payload) in SendRequestAsync() argument
142 BuildTraceStr(const std::string& func, uint32_t resType, int64_t value) BuildTraceStr() argument
193 ParseValue(int32_t& value, const char* name, const nlohmann::json& payload) ParseValue() argument
[all...]
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp30 shared_ptr<Condition> value = ParseCondition(type, conditionVal); in OnConditionChanged() local
63 shared_ptr<Condition> value = make_shared<Condition>(); in ParseCondition() local
[all...]
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/mock/parcel_abnormal/src/
H A Dmock_message_parcel.cpp107 bool Parcel::WriteString16(const std::u16string &value) in WriteString16() argument
112 bool Parcel::ReadInt32(int32_t &value) in ReadInt32() argument
117 bool Parcel::WriteInt32(int32_t value) in WriteInt32() argument
127 bool Parcel::WriteString(const std::string &value) in WriteString() argument
132 bool Parcel::WriteUint32(uint32_t value) in WriteUint32() argument
/foundation/resourceschedule/ffrt/src/eu/
H A Dosattr_manager.h68 void SetCGroupPara(const std::string &filename, T& value) in SetCGroupPara() argument
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_coroutine.cpp130 uint64_t value = 0; in testCallBack() local
/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_service_stub.cpp50 int64_t value = 0; in ReportDataInner() local
/foundation/resourceschedule/resource_schedule_service/ressched/common/src/
H A Doobe_datashare_utils.cpp49 ErrCode DataShareUtils::GetStringValue(const std::string& key, std::string& value) in GetStringValue() argument
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_service_proxy.cpp41 void ResSchedServiceProxy::ReportData(uint32_t resType, int64_t value, const nlohmann::json& payload) in ReportData() argument
57 int32_t ResSchedServiceProxy::ReportSyncEvent(const uint32_t resType, const int64_t value, in ReportSyncEvent() argument
80 int32_t ResSchedServiceProxy::WriteParcelForReportData(const uint32_t resType, const int64_t value, in WriteParcelForReportData() argument
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/
H A Dframe_aware_plugin.cpp226 long long value = data->value; in HandleNetworkLatencyRequest() local
[all...]
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon_want.cpp152 auto value = wantParams.GetParam(key); in InnerWrapWantParamsString() local
172 auto value in InnerWrapWantParamsBool() local
192 auto value = wantParams.GetParam(key); InnerWrapWantParamsInt() local
212 auto value = wantParams.GetParam(key); InnerWrapWantParamsDouble() local
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_timed_collect_test.cpp592 int64_t value = 0; in HWTEST_F() local
610 const std::string value; in HWTEST_F() local
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Ddm_napi_common.cpp26 napi_status SetMemberInt32(napi_env env, napi_value result, const char *key, int32_t value) in SetMemberInt32() argument
43 napi_status SetMemberUint32(napi_env env, napi_value result, const char *key, uint32_t value) in SetMemberUint32() argument
/foundation/window/window_manager/extension/window_extension/src/
H A Djs_window_extension_context.cpp87 bool CheckWantParam(napi_env env, napi_value value, AAFwk::Want& want) const in CheckWantParam() argument
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_window_listener.cpp85 napi_value value[] = { CreateJsValue(env_, static_cast<uint32_t>(state))}; in OnPipListenerCallback() local
/foundation/window/window_manager/previewer/mock/
H A Djs_window_register_manager.cpp136 UnregisterListener(sptr<Window> window, std::string type, CaseType caseType, napi_env env, napi_value value) UnregisterListener() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync_deps_mock.cpp79 int32_t LnnSetRemoteBroadcastCipherInfo(const char *value, const char *udid) in LnnSetRemoteBroadcastCipherInfo() argument
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dwifi_direct_test_context.h60 void Set(Key key, const std::any &value) in Set() argument
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_callback_stub.cpp95 uint32_t value = 0; in OnNetCapabilitiesChange() local
H A Dnet_supplier_callback_stub.cpp74 uint32_t value = 0; in OnRequestNetwork() local
121 uint32_t value = 0; in OnReleaseNetwork() local
152 int32_t value = 0; OnAddRequest() local
206 int32_t value = 0; OnRemoveRequest() local
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_mapper.h99 static int32_t UpdateElem(const int32_t mapFd, const Key &key, const Value &value, uint64_t flags) in UpdateElem() argument
120 static int32_t LookUpElem(const int32_t mapFd, const Key &key, const Value &value) in LookUpElem() argument
196 BpfMapValueToU64(const Value &value) BpfMapValueToU64() argument
255 Write(const Key &key, const Value &value, uint64_t flags) const Write() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_map.c141 int32_t LnnMapSet(Map *map, const char *key, const void *value, uint32_t valueSize) in LnnMapSet() argument
104 MapCreateNode(const char *key, uint32_t hash, const void *value, uint32_t valueSize) MapCreateNode() argument
[all...]

Completed in 14 milliseconds

1...<<181182183184185186187188189190>>...495