/foundation/graphic/standard/frameworks/dumper/src/ipc/ |
D | graphic_dumper_command_stub.cpp | 36 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()
|
D | graphic_dumper_command_proxy.cpp | 33 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/ |
D | log_helper.c | 39 int k = MAX_REMAIN_CHARACTER_NUM; in EncryptLogMsg() local
|
/foundation/communication/bluetooth/services/bluetooth_standard/ipc/parcel/ |
D | bluetooth_gatt_characteristic.cpp | 66 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
|
D | bluetooth_gatt_service.cpp | 75 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/ |
D | dmetadata_processor.cpp | 579 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/ |
D | device_profile_storage.cpp | 174 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/ |
D | v8_native_object.cpp | 148 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/ |
D | netsys_addr_info_parcel.cpp | 95 int k = 0; in Unmarshalling() local
|
/foundation/graphic/standard/utils/matrix/export/ |
D | matrix.h | 99 for (int k = 0; k < rowcol; k++) { variable
|
/foundation/ace/napi/native_engine/impl/ark/native_value/ |
D | ark_native_object.cpp | 183 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/ |
D | geometry2d.cpp | 75 int8_t k; in Clip() local 170 int8_t k; in Clip() local
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/classic/ |
D | classic_utils.cpp | 46 long k = std::stol(str.substr(i, 2), nullptr, 16); in ConvertHexStringToInt() local
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/ble/ |
D | ble_utils.cpp | 47 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/ |
D | sbc_decoder.cpp | 172 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/ |
D | media_library_test.cpp | 98 for (size_t k = 0; k < albumAssets[i]->videoAssetList_.size(); k++) { in TestGetAlbums() local
|
/foundation/ace/ace_engine/frameworks/base/geometry/ |
D | matrix3.cpp | 73 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/ |
D | native_test_class.cpp | 250 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/ |
D | screen_info.c | 318 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/ |
D | hash_table.c | 38 int k = i / START_CALC_PRIME_NUM; in CalcNextPrime() local
|
/foundation/communication/netstack/frameworks/js/builtin/test/ |
D | test_fetch_module.cpp | 99 JSIValue k = JSI::GetPropertyByIndex(keys, i); in TestCallbackOnSuccess() local
|
/foundation/graphic/standard/frameworks/dumper/src/ |
D | graphic_dumper_server.cpp | 176 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/ |
D | resolver_config.cpp | 165 int k = 0; in TestGetaddrinfo() local
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
D | skiplist.c | 36 FILLP_INT k = 1; in SkiplistRandomLevel() local
|
/foundation/distributedhardware/distributedcamera/camera_hdf/interfaces/hdi_ipc/server/provider/ |
D | dcamera_provider_callback_proxy.cpp | 187 for (size_t k = 0; k < settingsSize; k++) { in StartCapture() local
|