Home
last modified time | relevance | path

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

12

/foundation/graphic/standard/frameworks/dumper/src/ipc/
Dgraphic_dumper_command_stub.cpp36 std::string k = data.ReadString(); in OnRemoteRequest() local
45 std::string k = data.ReadString(); in OnRemoteRequest() local
90 GSError GraphicDumperCommandStub::GetConfig(const std::string &k, std::string &v) in GetConfig()
98 GSError GraphicDumperCommandStub::SetConfig(const std::string &k, const std::string &v) in SetConfig()
Dgraphic_dumper_command_proxy.cpp33 GSError GraphicDumperCommandProxy::GetConfig(const std::string &k, std::string &v) in GetConfig()
59 GSError GraphicDumperCommandProxy::SetConfig(const std::string &k, const std::string &v) in SetConfig()
/foundation/communication/wifi/services/wifi_standard/wifi_framework/common/log/
Dlog_helper.c39 int k = MAX_REMAIN_CHARACTER_NUM; in EncryptLogMsg() local
/foundation/communication/bluetooth/services/bluetooth_standard/ipc/parcel/
Dbluetooth_gatt_characteristic.cpp66 for (size_t k = 0; k < descriptors_[j].length_; k++) { in Marshalling() local
136 for (uint32_t k = 0; k < des_length; k++) { in Unmarshalling() local
226 int des_len, k; in readFromParcel() local
Dbluetooth_gatt_service.cpp75 for (size_t k = 0; k < characteristics_[j].length_; k++) { in Marshalling() local
460 for (size_t k = 0; k < service[i].characteristics_[j].length_; k++) { in ServiceIteratorWrite() local
/foundation/distributedhardware/distributedcamera/camera_hdf/hdi_impl/src/dcamera_device/
Ddmetadata_processor.cpp579 for (size_t k = 0; k < item.count; k++) { in PrintDCameraMetadata() local
583 for (size_t k = 0; k < item.count; k++) { in PrintDCameraMetadata() local
587 for (size_t k = 0; k < item.count; k++) { in PrintDCameraMetadata() local
591 for (size_t k = 0; k < item.count; k++) { in PrintDCameraMetadata() local
595 for (size_t k = 0; k < item.count; k++) { in PrintDCameraMetadata() local
599 for (size_t k = 0; k < item.count; k++) { in PrintDCameraMetadata() local
/foundation/deviceprofile/device_profile_core/services/core/src/dbstorage/
Ddevice_profile_storage.cpp174 Key k(key); in GetDeviceProfile() local
194 Key k(key); in PutDeviceProfile() local
242 Key k(key); in DeleteDeviceProfile() local
/foundation/ace/napi/native_engine/impl/v8/native_value/
Dv8_native_object.cpp148 v8::Local<v8::Value> k = *key; in SetProperty() local
158 v8::Local<v8::Value> k = *key; in GetProperty() local
169 v8::Local<v8::Value> k = *key; in HasProperty() local
178 v8::Local<v8::Value> k = *key; in DeleteProperty() local
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
Dnetsys_addr_info_parcel.cpp95 int k = 0; in Unmarshalling() local
/foundation/graphic/standard/utils/matrix/export/
Dmatrix.h99 for (int k = 0; k < rowcol; k++) { variable
/foundation/ace/napi/native_engine/impl/ark/native_value/
Dark_native_object.cpp183 Global<JSValueRef> k = *key; in SetProperty() local
193 Global<JSValueRef> k = *key; in GetProperty() local
205 Global<JSValueRef> k = *key; in HasProperty() local
214 Global<JSValueRef> k = *key; in DeleteProperty() local
/foundation/graphic/utils/frameworks/
Dgeometry2d.cpp75 int8_t k; in Clip() local
170 int8_t k; in Clip() local
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/classic/
Dclassic_utils.cpp46 long k = std::stol(str.substr(i, 2), nullptr, 16); in ConvertHexStringToInt() local
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/ble/
Dble_utils.cpp47 long k = std::stol(str.substr(i, 2), nullptr, HEX); in ConvertHexStringToInt() local
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/a2dp_codec/sbclib/src/
Dsbc_decoder.cpp172 int k = (i + VALUE_4) & 0xf; in Synthesize4() local
219 int k = (i + INDEX_8) & 0xf; in Synthesize8() local
/foundation/multimedia/medialibrary_standard/interfaces/innerkits/native/test/
Dmedia_library_test.cpp98 for (size_t k = 0; k < albumAssets[i]->videoAssetList_.size(); k++) { in TestGetAlbums() local
/foundation/ace/ace_engine/frameworks/base/geometry/
Dmatrix3.cpp73 for (auto k = 0; k < DIMENSION; k++) { in operator *() local
148 for (auto k = 0; k < columns_; k++) { in operator *() local
/foundation/graphic/standard/frameworks/wmtest/frameworks/
Dnative_test_class.cpp250 for (uint32_t k = j * width / wdiv; k < (j + 1) * width / wdiv; k++) { in ColorDraw() local
277 constexpr double k = -1.0; in RainbowDraw() local
311 constexpr double k = -1.0; in BoxDraw() local
/foundation/graphic/standard/frameworks/wmserver/src/
Dscreen_info.c318 for (int k = 0; k < pLayer->nSurfaces; k++) { in LayerInfoDebugPrint() local
329 for (int k = 0; k < pLayer->nSurfaces; k++) { in LayerInfoDebugPrint() local
/foundation/communication/wifi/services/wifi_standard/ipc_framework/cRPC/src/
Dhash_table.c38 int k = i / START_CALC_PRIME_NUM; in CalcNextPrime() local
/foundation/communication/netstack/frameworks/js/builtin/test/
Dtest_fetch_module.cpp99 JSIValue k = JSI::GetPropertyByIndex(keys, i); in TestCallbackOnSuccess() local
/foundation/graphic/standard/frameworks/dumper/src/
Dgraphic_dumper_server.cpp176 GSError GraphicDumperServer::GetConfig(const std::string &k, std::string &v) in GetConfig()
194 GSError GraphicDumperServer::SetConfig(const std::string &k, const std::string &v) in SetConfig()
443 void GraphicDumperServer::DispenseConfig(const TreeNodePtr &node, const std::string &k, const std::… in DispenseConfig()
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
Dresolver_config.cpp165 int k = 0; in TestGetaddrinfo() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
Dskiplist.c36 FILLP_INT k = 1; in SkiplistRandomLevel() local
/foundation/distributedhardware/distributedcamera/camera_hdf/interfaces/hdi_ipc/server/provider/
Ddcamera_provider_callback_proxy.cpp187 for (size_t k = 0; k < settingsSize; k++) { in StartCapture() local

12