| /foundation/distributedhardware/distributed_input/services/source/transport/src/ |
| H A D | distributed_input_source_transport.cpp | 351 int32_t DistributedInputSourceTransport::SendRelayPrepareRequest(const std::string &srcId, const std::string &sinkId) in SendRelayPrepareRequest() argument 375 int32_t DistributedInputSourceTransport::SendRelayUnprepareRequest(const std::string &srcId, const std::string &sinkId) in SendRelayUnprepareRequest() argument 399 NotifyOriginPrepareResult(int32_t srcTsrcSeId, const std::string &srcId, const std::string &sinkId, int32_t status) NotifyOriginPrepareResult() argument 420 NotifyOriginUnprepareResult(int32_t srcTsrcSeId, const std::string &srcId, const std::string &sinkId, int32_t status) NotifyOriginUnprepareResult() argument 442 NotifyOriginStartDhidResult(int32_t srcTsrcSeId, const std::string &srcId, const std::string &sinkId, int32_t status, const std::string &dhids) NotifyOriginStartDhidResult() argument 465 NotifyOriginStopDhidResult(int32_t srcTsrcSeId, const std::string &srcId, const std::string &sinkId, int32_t status, const std::string &dhids) NotifyOriginStopDhidResult() argument 488 NotifyOriginStartTypeResult(int32_t srcTsrcSeId, const std::string &srcId, const std::string &sinkId, int32_t status, uint32_t inputTypes) NotifyOriginStartTypeResult() argument 511 NotifyOriginStopTypeResult(int32_t srcTsrcSeId, const std::string &srcId, const std::string &sinkId, int32_t status, uint32_t inputTypes) NotifyOriginStopTypeResult() argument 746 SendRelayStartDhidRequest(const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhids) SendRelayStartDhidRequest() argument 772 SendRelayStopDhidRequest(const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhids) SendRelayStopDhidRequest() argument 798 SendRelayStartTypeRequest(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes) SendRelayStartTypeRequest() argument 824 SendRelayStopTypeRequest(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes) SendRelayStopTypeRequest() argument 1147 std::string srcId = recMsg[DINPUT_SOFTBUS_KEY_SRC_DEV_ID]; ReceiveRelayPrepareResult() local 1163 std::string srcId = recMsg[DINPUT_SOFTBUS_KEY_SRC_DEV_ID]; ReceiveRelayUnprepareResult() local 1281 std::string srcId = recMsg[DINPUT_SOFTBUS_KEY_SRC_DEV_ID]; ReceiveRelayStartDhidResult() local 1299 std::string srcId = recMsg[DINPUT_SOFTBUS_KEY_SRC_DEV_ID]; ReceiveRelayStopDhidResult() local 1417 std::string srcId = recMsg[DINPUT_SOFTBUS_KEY_SRC_DEV_ID]; ReceiveRelayStartTypeResult() local 1435 std::string srcId = recMsg[DINPUT_SOFTBUS_KEY_SRC_DEV_ID]; ReceiveRelayStopTypeResult() local [all...] |
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| H A D | LdmlConverter.java | 560 private void writeAliasFile(String srcId, String destId, Path dir) { in writeAliasFile() argument
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
| H A D | distributed_sched_mission_manager.cpp | 699 int32_t DistributedSchedMissionManager::FetchCachedRemoteMissions(const std::string& srcId, int32_t numMissions, in FetchCachedRemoteMissions() argument
|
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
| H A D | lnn_net_ledger_mock.cpp | 70 int32_t LnnNetLedgertInterfaceMock::ActionOfLnnConvertDlId(const char *srcId, IdCategory srcIdType, in ActionOfLnnConvertDlId() argument 84 int32_t LnnNetLedgertInterfaceMock::ActionOfLnnConvertDlId1(const char *srcId, IdCategory srcIdType, in ActionOfLnnConvertDlId1() argument 309 int32_t LnnConvertDlId(const char *srcId, IdCategory srcIdType, IdCategory dstIdType, in LnnConvertDlId() argument
|
| H A D | lnn_net_builder_deps_mock.cpp | 231 int32_t LnnConvertDlId(const char *srcId, IdCategory srcIdType, IdCategory dstIdType, in LnnConvertDlId() argument
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
| H A D | lnn_distributed_net_ledger.c | 1389 int32_t LnnConvertDlId(const char *srcId, IdCategory srcIdType, IdCategory dstIdType, in LnnConvertDlId() argument
|
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
| H A D | lnn_lane_deps_mock.cpp | 398 int32_t LnnConvertDlId(const char *srcId, IdCategory srcIdType, IdCategory dstIdType, in LnnConvertDlId() argument
|
| /foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
| H A D | distributed_input_source_manager.cpp | 629 int32_t DistributedInputSourceManager::StartRemoteInput(const std::string &srcId, const std::string &sinkId, in StartRemoteInput() argument 674 int32_t DistributedInputSourceManager::StopRemoteInput(const std::string &srcId, const std::string &sinkId, in StopRemoteInput() argument 717 RelayStartRemoteInputByType(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes, sptr<IStartDInputCallback> callback) RelayStartRemoteInputByType() argument 739 RelayStopRemoteInputByType( const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes, sptr<IStopDInputCallback> callback) RelayStopRemoteInputByType() argument 761 PrepareRemoteInput(const std::string &srcId, const std::string &sinkId, sptr<IPrepareDInputCallback> callback) PrepareRemoteInput() argument 797 UnprepareRemoteInput(const std::string &srcId, const std::string &sinkId, sptr<IUnprepareDInputCallback> callback) UnprepareRemoteInput() argument 929 StartRemoteInput(const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) StartRemoteInput() argument 973 StopRemoteInput(const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) StopRemoteInput() argument 1081 RelayPrepareRemoteInput(const std::string &srcId, const std::string &sinkId, sptr<IPrepareDInputCallback> callback) RelayPrepareRemoteInput() argument 1101 RelayUnprepareRemoteInput(const std::string &srcId, const std::string &sinkId, sptr<IUnprepareDInputCallback> callback) RelayUnprepareRemoteInput() argument 1116 RelayStartRemoteInputByDhid(const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) RelayStartRemoteInputByDhid() argument 1137 RelayStopRemoteInputByDhid(const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) RelayStopRemoteInputByDhid() argument 1217 RunRelayPrepareCallback(const std::string &srcId, const std::string &sinkId, const int32_t status) RunRelayPrepareCallback() argument 1240 RunRelayUnprepareCallback(const std::string &srcId, const std::string &sinkId, const int32_t status) RunRelayUnprepareCallback() argument 1359 RunRelayStartDhidCallback(const std::string &srcId, const std::string &sinkId, const int32_t status, const std::string &dhids) RunRelayStartDhidCallback() argument 1386 RunRelayStopDhidCallback(const std::string &srcId, const std::string &sinkId, const int32_t status, const std::string &dhids) RunRelayStopDhidCallback() argument 1411 RunRelayStartTypeCallback(const std::string &srcId, const std::string &sinkId, const int32_t status, uint32_t inputTypes) RunRelayStartTypeCallback() argument 1433 RunRelayStopTypeCallback(const std::string &srcId, const std::string &sinkId, const int32_t status, uint32_t inputTypes) RunRelayStopTypeCallback() argument [all...] |
| /foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/ |
| H A D | distributed_input_source_manager.h | 93 std::string srcId; member 354 std::string srcId; global() member 374 std::string srcId; global() member 394 std::string srcId; global() member 400 std::string srcId; global() member 407 std::string srcId; global() member 415 std::string srcId; global() member [all...] |
| /third_party/ffmpeg/libswscale/ |
| H A D | swscale_unscaled.c | 1460 const int srcId = c->srcFormatBpp; in findRgbConvFn() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_emit_nvc0.cpp | 171 void CodeEmitterNVC0::srcId(const ValueRef& src, const int pos) in srcId() function in nv50_ir::CodeEmitterNVC0 176 void CodeEmitterNVC0::srcId(const ValueRef *src, const int pos) in srcId() function in nv50_ir::CodeEmitterNVC0 181 void CodeEmitterNVC0::srcId(const Instruction *insn, int s, int pos) in srcId() function in nv50_ir::CodeEmitterNVC0 [all...] |
| H A D | nv50_ir_emit_nv50.cpp | 135 void CodeEmitterNV50::srcId(const ValueRef& src, const int pos) in srcId() function in nv50_ir::CodeEmitterNV50 141 void CodeEmitterNV50::srcId(const ValueRef *src, const int pos) in srcId() function in nv50_ir::CodeEmitterNV50 [all...] |
| H A D | nv50_ir_emit_gk110.cpp | 178 void CodeEmitterGK110::srcId(const ValueRef& src, const int pos) in srcId() function in nv50_ir::CodeEmitterGK110 183 void CodeEmitterGK110::srcId(const ValueRef *src, const int pos) in srcId() function in nv50_ir::CodeEmitterGK110 188 void CodeEmitterGK110::srcId(const Instruction *insn, int s, int pos) in srcId() function in nv50_ir::CodeEmitterGK110 [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
| H A D | menu_item_pattern.cpp | 1308 auto srcId = src.substr(SYSTEM_RESOURCE_PREFIX.size(), in UseDefaultThemeIcon() local
|
| /foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
| H A D | image_ffi.cpp | 1013 uint32_t FfiImagePixelMapImplCreatePremultipliedPixelMap(int64_t srcId, int64_t dstId) in FfiImagePixelMapImplCreatePremultipliedPixelMap() argument 1025 uint32_t FfiImagePixelMapImplCreateUnpremultipliedPixelMap(int64_t srcId, int64_t dstId) in FfiImagePixelMapImplCreateUnpremultipliedPixelMap() argument
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
| H A D | medialibrary_object_utils.cpp | 1478 int32_t MediaLibraryObjectUtils::CopyAssetByFd(int32_t srcFd, int32_t srcId, int32_t destFd, int32_t destId) in CopyAssetByFd() argument
|
| /foundation/multimedia/media_library/frameworks/services/media_file_extension/src/ |
| H A D | media_file_extention_utils.cpp | 1156 int32_t UpdateRenamedAlbumInfo(const string &srcId, const string &displayName, const string &newAlbumPath) in UpdateRenamedAlbumInfo() argument 1189 int32_t UpdateSubFilesBucketName(const string &srcId, const string &displayName) in UpdateSubFilesBucketName() argument 1224 string srcId = to_string(fileAsset->GetId()); in HandleAlbumRename() local
|
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/ |
| H A D | lnn_data_cloud_sync_mock.cpp | 212 int32_t LnnConvertDlId(const char *srcId, IdCategory srcIdType, IdCategory dstIdType, in LnnConvertDlId() argument
|